public class PostMetadata extends Object
| Constructor and Description |
|---|
PostMetadata() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
PostEmbed[] |
getEmbeds() |
Emoji[] |
getEmojis() |
FileInfo[] |
getFiles() |
Map<String,PostImage> |
getImages() |
Reaction[] |
getReactions() |
int |
hashCode() |
void |
setEmbeds(PostEmbed[] embeds) |
void |
setEmojis(Emoji[] emojis) |
void |
setFiles(FileInfo[] files) |
void |
setImages(Map<String,PostImage> images) |
void |
setReactions(Reaction[] reactions) |
String |
toString() |
public PostEmbed[] getEmbeds()
public Emoji[] getEmojis()
public FileInfo[] getFiles()
public Reaction[] getReactions()
public void setEmbeds(PostEmbed[] embeds)
public void setEmojis(Emoji[] emojis)
public void setFiles(FileInfo[] files)
public void setReactions(Reaction[] reactions)
protected boolean canEqual(Object other)
Copyright © 2019. All rights reserved.