|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.shephertz.app42.paas.sdk.java.gallery.Album.Photo
public class Album.Photo
An inner class that contains the remaining properties of the Album.
Field Summary | |
---|---|
java.lang.String |
description
|
java.lang.String |
name
|
java.util.ArrayList<java.lang.String> |
tagList
|
java.lang.String |
thumbNailTinyUrl
|
java.lang.String |
thumbNailUrl
|
java.lang.String |
tinyUrl
|
java.lang.String |
url
|
Constructor Summary | |
---|---|
Album.Photo()
This is a constructor that takes no parameter |
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns the description of the photo. |
java.lang.String |
getName()
Returns the name of the photo. |
java.util.ArrayList<java.lang.String> |
getTagList()
Returns the list of all the tags in the photo. |
java.lang.String |
getThumbNailTinyUrl()
Returns the thumbnail tiny url of the photo. |
java.lang.String |
getThumbNailUrl()
Returns the thumbnail url of the photo. |
java.lang.String |
getTinyUrl()
Returns the tiny url of the photo. |
java.lang.String |
getUrl()
Returns the url of the photo. |
void |
setDescription(java.lang.String description)
Sets the description of the photo. |
void |
setName(java.lang.String name)
Sets the name of the photo. |
void |
setTagList(java.util.ArrayList<java.lang.String> tagList)
Sets the list of all the tags in the photo. |
void |
setThumbNailTinyUrl(java.lang.String thumbNailTinyUrl)
Sets the thumbnail tiny url of the photo. |
void |
setThumbNailUrl(java.lang.String thumbNailUrl)
Sets the thumbnail url of the photo. |
void |
setTinyUrl(java.lang.String tinyUrl)
Sets the tiny url of the photo. |
void |
setUrl(java.lang.String url)
Sets the url of the photo. |
java.lang.String |
toString()
Returns the Album Response in JSON format. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.String description
public java.lang.String name
public java.util.ArrayList<java.lang.String> tagList
public java.lang.String thumbNailTinyUrl
public java.lang.String thumbNailUrl
public java.lang.String tinyUrl
public java.lang.String url
Constructor Detail |
---|
public Album.Photo()
Method Detail |
---|
public java.lang.String getDescription()
public java.lang.String getName()
public java.util.ArrayList<java.lang.String> getTagList()
public java.lang.String getThumbNailTinyUrl()
public java.lang.String getThumbNailUrl()
public java.lang.String getTinyUrl()
public java.lang.String getUrl()
public void setDescription(java.lang.String description)
description
- - Description of the photopublic void setName(java.lang.String name)
name
- - Name of the photopublic void setTagList(java.util.ArrayList<java.lang.String> tagList)
tagList
- - list of all the tags in the photo.public void setThumbNailTinyUrl(java.lang.String thumbNailTinyUrl)
thumbNailTinyUrl
- - thumbnail tiny url of the photopublic void setThumbNailUrl(java.lang.String thumbNailUrl)
thumbnailUrl
- - thumbnail url of the photopublic void setTinyUrl(java.lang.String tinyUrl)
tinyUrl
- - tinyurl of the photopublic void setUrl(java.lang.String url)
url
- - url of the photopublic java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |