Package com.slack.api.model
Class MatchedItem.OtherItem
java.lang.Object
com.slack.api.model.MatchedItem.OtherItem
- Enclosing class:
- MatchedItem
public static class MatchedItem.OtherItem extends Object
-
Constructor Summary
Constructors Constructor Description OtherItem()
-
Method Summary
Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
List<Attachment>
getAttachments()
List<LayoutBlock>
getBlocks()
String
getIid()
String
getPermalink()
String
getText()
String
getTs()
String
getType()
String
getUser()
String
getUsername()
int
hashCode()
void
setAttachments(List<Attachment> attachments)
void
setBlocks(List<LayoutBlock> blocks)
void
setIid(String iid)
void
setPermalink(String permalink)
void
setText(String text)
void
setTs(String ts)
void
setType(String type)
void
setUser(String user)
void
setUsername(String username)
String
toString()
-
Constructor Details
-
OtherItem
public OtherItem()
-
-
Method Details