public class PostPatch extends Object
| Constructor and Description |
|---|
PostPatch() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<String> |
getFileIds() |
String |
getMessage() |
Map<String,String> |
getProps() |
int |
hashCode() |
boolean |
isHasReactions() |
boolean |
isPinned() |
void |
setFileIds(List<String> fileIds) |
void |
setHasReactions(boolean hasReactions) |
void |
setMessage(String message) |
void |
setPinned(boolean isPinned) |
void |
setProps(Map<String,String> props) |
String |
toString() |
public boolean isPinned()
public String getMessage()
public boolean isHasReactions()
public void setPinned(boolean isPinned)
public void setMessage(String message)
public void setHasReactions(boolean hasReactions)
protected boolean canEqual(Object other)
Copyright © 2019. All rights reserved.