Package com.slack.api.model
Class MessageItem
- java.lang.Object
-
- com.slack.api.model.MessageItem
-
@Deprecated public class MessageItem extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description MessageItem()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected booleancanEqual(Object other)Deprecated.booleanequals(Object o)Deprecated.StringgetChannel()Deprecated.FileCommentgetComment()Deprecated.IntegergetCreated()Deprecated.FilegetFile()Deprecated.MessagegetMessage()Deprecated.StringgetType()Deprecated.inthashCode()Deprecated.voidsetChannel(String channel)Deprecated.voidsetComment(FileComment comment)Deprecated.voidsetCreated(Integer created)Deprecated.voidsetFile(File file)Deprecated.voidsetMessage(Message message)Deprecated.voidsetType(String type)Deprecated.StringtoString()Deprecated.
-
-
-
Method Detail
-
getType
public String getType()
Deprecated.
-
getChannel
public String getChannel()
Deprecated.
-
getMessage
public Message getMessage()
Deprecated.
-
getFile
public File getFile()
Deprecated.
-
getComment
public FileComment getComment()
Deprecated.
-
getCreated
public Integer getCreated()
Deprecated.
-
setType
public void setType(String type)
Deprecated.
-
setChannel
public void setChannel(String channel)
Deprecated.
-
setMessage
public void setMessage(Message message)
Deprecated.
-
setFile
public void setFile(File file)
Deprecated.
-
setComment
public void setComment(FileComment comment)
Deprecated.
-
setCreated
public void setCreated(Integer created)
Deprecated.
-
canEqual
protected boolean canEqual(Object other)
Deprecated.
-
-