- java.lang.Object
-
- net.bis5.mattermost.model.PostEmbed
-
public class PostEmbed extends Object
Post embed.- Since:
- Mattermost Server 5.8
-
-
Constructor Summary
Constructors Constructor Description PostEmbed()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)Map<String,Object>getData()PostEmbedTypegetType()StringgetUrl()inthashCode()voidsetData(Map<String,Object> data)voidsetType(PostEmbedType type)voidsetUrl(String url)StringtoString()
-
-
-
Method Detail
-
getType
public PostEmbedType getType()
-
getUrl
public String getUrl()
-
setType
public void setType(PostEmbedType type)
-
setUrl
public void setUrl(String url)
-
canEqual
protected boolean canEqual(Object other)
-
-