- java.lang.Object
-
- net.bis5.mattermost.model.PostPatch
-
public class PostPatch extends Object
Post patch.- Author:
- Takayuki Maruyama
-
-
Constructor Summary
Constructors Constructor Description PostPatch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<String>getFileIds()StringgetMessage()Map<String,String>getProps()inthashCode()booleanisHasReactions()booleanisPinned()voidsetFileIds(List<String> fileIds)voidsetHasReactions(boolean hasReactions)voidsetMessage(String message)voidsetPinned(boolean isPinned)voidsetProps(Map<String,String> props)StringtoString()
-
-
-
Method Detail
-
isPinned
public boolean isPinned()
-
getMessage
public String getMessage()
-
isHasReactions
public boolean isHasReactions()
-
setPinned
public void setPinned(boolean isPinned)
-
setMessage
public void setMessage(String message)
-
setHasReactions
public void setHasReactions(boolean hasReactions)
-
canEqual
protected boolean canEqual(Object other)
-
-