Class Embed
- java.lang.Object
-
- com.rometools.modules.mediarss.types.Embed
-
- All Implemented Interfaces:
Serializable
public class Embed extends Object implements Serializable
Optional tag to include embed information about a media object.- Since:
- MediaRSS 1.5.0
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEmbed.Paramparam for embed.
-
Constructor Summary
Constructors Constructor Description Embed()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)IntegergetHeight()Embed.Param[]getParams()URLgetUrl()IntegergetWidth()inthashCode()voidsetHeight(Integer height)voidsetParams(Embed.Param[] params)voidsetUrl(URL url)voidsetWidth(Integer width)StringtoString()
-
-
-
Method Detail
-
getUrl
public URL getUrl()
-
setUrl
public void setUrl(URL url)
-
getWidth
public Integer getWidth()
-
setWidth
public void setWidth(Integer width)
-
getHeight
public Integer getHeight()
-
setHeight
public void setHeight(Integer height)
-
getParams
public Embed.Param[] getParams()
-
setParams
public void setParams(Embed.Param[] params)
- Parameters:
params- the embed params
-
-