- java.lang.Object
-
- net.bis5.mattermost.model.SlackAttachmentField
-
public class SlackAttachmentField extends Object
Slack attachment field.- Author:
- Takayuki Maruyama
-
-
Constructor Summary
Constructors Constructor Description SlackAttachmentField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetTitle()ObjectgetValue()inthashCode()booleanisShortField()voidsetShortField(boolean shortField)voidsetTitle(String title)voidsetValue(Object value)StringtoString()
-
-
-
Method Detail
-
getTitle
public String getTitle()
-
getValue
public Object getValue()
-
isShortField
public boolean isShortField()
-
setTitle
public void setTitle(String title)
-
setValue
public void setValue(Object value)
-
setShortField
public void setShortField(boolean shortField)
-
canEqual
protected boolean canEqual(Object other)
-
-