public interface MediaLink
MediaLink interface.
| Modifier and Type | Interface and Description |
|---|---|
static class |
MediaLink.Field
Fields that represent the JSON elements.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDuration()
Returns the duration of this mediaLink
|
String |
getHeight()
Sets the Height of this mediaLink
|
String |
getTarget()
Returns the target of this MediaLink
|
String |
getType()
Returns the type of the MediaLink
|
String |
getWidth()
getWidth
|
void |
setDuration(String duration)
Sets the duration of this mediaLink
|
void |
setHeight(String height)
Sets the Height of this mediaLink
|
void |
setTarget(String target)
Sets the target for this MediaLink
|
void |
setType(String type)
Sets the type of the MediaLink
|
void |
setWidth(String width)
Sets the Width of this mediaLink
|
String getTarget()
void setTarget(String target)
target - a target linkeString getType()
void setType(String type)
type - a typevoid setWidth(String width)
width - a widthString getHeight()
void setHeight(String height)
height - a heightString getDuration()
void setDuration(String duration)
duration - a durationCopyright © 2007-2012. All Rights Reserved.