public class Album extends Model
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Album() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCaption()
Returns the album's caption or title.
|
String |
getDescription()
Returns the album's description.
|
String |
getId()
Returns the album's unique identifier.
|
String |
getOwnerId()
Returns the OpenSocial ID of the album's owner.
|
String |
getThumbnailUrl()
Returns the album cover's thumbnail URL as a string.
|
void |
setCaption(String caption)
Sets the album's caption or title.
|
void |
setDescription(String description)
Sets the album's description.
|
void |
setId(String id)
Sets the album's unique identifier.
|
void |
setThumbnailUrl(String thumbnailUrl)
Sets the album cover's thumbnail URL.
|
addTemplateParameter, addToListField, getField, getFieldAsList, getFieldAsMap, getFieldAsString, getFieldNames, getTemplateParameter, hasField, isFieldMultikeyed, isFieldMultivalued, setFieldescape, toJSONString, toJSONString, toString, toString, writeJSONString, writeJSONStringclear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCodepublic String getId()
public String getOwnerId()
public String getCaption()
public String getDescription()
public String getThumbnailUrl()
public void setId(String id)
id - identifier to setpublic void setCaption(String caption)
caption - caption to setpublic void setDescription(String description)
description - description to setpublic void setThumbnailUrl(String thumbnailUrl)
thumbnailUrl - URL of album cover thumbnail to setCopyright © 2012. All Rights Reserved.