Package com.podio.embed
Class Embed
- java.lang.Object
-
- com.podio.embed.Embed
-
- All Implemented Interfaces:
Serializable
public class Embed extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Embed()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()IntegergetEmbedHeight()StringgetEmbedHtml()IntegergetEmbedWidth()List<File>getFiles()intgetId()StringgetTitle()EmbedTypegetType()StringgetUrl()voidsetDescription(String description)voidsetEmbedHeight(Integer embedHeight)voidsetEmbedHtml(String embedHtml)voidsetEmbedWidth(Integer embedWidth)voidsetFiles(List<File> files)voidsetId(int id)voidsetTitle(String title)voidsetType(EmbedType type)voidsetUrl(String url)
-
-
-
Method Detail
-
getId
public int getId()
-
setId
public void setId(int id)
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String url)
-
getType
public EmbedType getType()
-
setType
public void setType(EmbedType type)
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getEmbedHtml
public String getEmbedHtml()
-
setEmbedHtml
public void setEmbedHtml(String embedHtml)
-
getEmbedWidth
public Integer getEmbedWidth()
-
setEmbedWidth
public void setEmbedWidth(Integer embedWidth)
-
getEmbedHeight
public Integer getEmbedHeight()
-
setEmbedHeight
public void setEmbedHeight(Integer embedHeight)
-
-