|
||||||||||
| 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. |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
java.util.Map.Entry<K,V> |
| Method Summary | |
|---|---|
java.lang.Integer |
getDuration()
Returns the duration of this media. |
java.lang.Integer |
getHeight()
Sets the height of this media. |
ExtendableBean |
getOpenSocial()
getOpenSocial |
java.lang.String |
getUrl()
Returns the target URL of this MediaLink. |
java.lang.Integer |
getWidth()
Returns the width of this media. |
void |
setDuration(java.lang.Integer duration)
Sets the duration of this media. |
void |
setHeight(java.lang.Integer height)
Sets the height of this media. |
void |
setOpenSocial(ExtendableBean opensocial)
setOpenSocial |
void |
setUrl(java.lang.String url)
Sets the target URL for this MediaLink. |
void |
setWidth(java.lang.Integer width)
Sets the width of this media. |
| Methods inherited from interface java.util.Map |
|---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
| Method Detail |
|---|
java.lang.Integer getDuration()
void setDuration(java.lang.Integer duration)
duration - is the target's durationjava.lang.Integer getHeight()
void setHeight(java.lang.Integer height)
height - is the target's heightjava.lang.String getUrl()
void setUrl(java.lang.String url)
target - a target linkjava.lang.Integer getWidth()
Returns the width of this media.
void setWidth(java.lang.Integer width)
width - is the target's widthExtendableBean getOpenSocial()
getOpenSocial
ExtendableBean objectvoid setOpenSocial(ExtendableBean opensocial)
setOpenSocial
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||