|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MediaLink
MediaLink interface.
Nested Class Summary | |
---|---|
static class |
MediaLink.Field
Fields that represent the JSON elements. |
Method Summary | |
---|---|
Integer |
getDuration()
Returns the duration of this media. |
Integer |
getHeight()
Sets the height of this media. |
String |
getUrl()
Returns the target URL of this MediaLink. |
Integer |
getWidth()
Returns the width of this media. |
void |
setDuration(Integer duration)
Sets the duration of this media. |
void |
setHeight(Integer height)
Sets the height of this media. |
void |
setUrl(String url)
Sets the target URL for this MediaLink. |
void |
setWidth(Integer width)
Sets the width of this media. |
Method Detail |
---|
Integer getDuration()
void setDuration(Integer duration)
duration
- is the target's durationInteger getHeight()
void setHeight(Integer height)
height
- is the target's heightString getUrl()
void setUrl(String url)
url
- a target linkInteger getWidth()
Returns the width of this media.
void setWidth(Integer width)
width
- is the target's width
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |