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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<Attachment>getAttachments()List<LayoutBlock>getBlocks()StringgetIid()StringgetPermalink()StringgetText()StringgetTs()StringgetType()StringgetUser()StringgetUsername()inthashCode()voidsetAttachments(List<Attachment> attachments)voidsetBlocks(List<LayoutBlock> blocks)voidsetIid(String iid)voidsetPermalink(String permalink)voidsetText(String text)voidsetTs(String ts)voidsetType(String type)voidsetUser(String user)voidsetUsername(String username)StringtoString()
-
-
-
Method Detail
-
getIid
public String getIid()
-
getType
public String getType()
-
getUser
public String getUser()
-
getUsername
public String getUsername()
-
getTs
public String getTs()
-
getText
public String getText()
-
getAttachments
public List<Attachment> getAttachments()
-
getBlocks
public List<LayoutBlock> getBlocks()
-
getPermalink
public String getPermalink()
-
setIid
public void setIid(String iid)
-
setType
public void setType(String type)
-
setUser
public void setUser(String user)
-
setUsername
public void setUsername(String username)
-
setTs
public void setTs(String ts)
-
setText
public void setText(String text)
-
setAttachments
public void setAttachments(List<Attachment> attachments)
-
setBlocks
public void setBlocks(List<LayoutBlock> blocks)
-
setPermalink
public void setPermalink(String permalink)
-
canEqual
protected boolean canEqual(Object other)
-
-