public class Media extends Object implements Serializable
Constructor and Description |
---|
Media() |
Modifier and Type | Method and Description |
---|---|
String |
getAllTags() |
Attribution |
getAttribution() |
Caption |
getCaption() |
Comments |
getComments() |
String |
getCreatedTime() |
String |
getFilter() |
String |
getId() |
Images |
getImages() |
Likes |
getLikes() |
String |
getLink() |
Location |
getLocation() |
String[] |
getTags() |
String |
getType() |
User |
getUser() |
String |
getUserHasLiked() |
void |
setAttribution(Attribution attribution) |
void |
setCaption(Caption caption) |
void |
setComments(Comments comments) |
void |
setCreatedTime(String createdTime) |
void |
setFilter(String filter) |
void |
setId(String id) |
void |
setImages(Images images) |
void |
setLikes(Likes likes) |
void |
setLink(String link) |
void |
setLocation(Location location) |
void |
setTags(String[] tags) |
void |
setType(String type) |
void |
setUser(User user) |
void |
setUserHasLiked(String userHasLiked) |
String |
toString() |
public String getType()
public void setType(String type)
public String getFilter()
public void setFilter(String filter)
public String[] getTags()
public String getAllTags()
public void setTags(String[] tags)
public Caption getCaption()
public void setCaption(Caption caption)
public String getLink()
public void setLink(String link)
public User getUser()
public void setUser(User user)
public String getCreatedTime()
public void setCreatedTime(String createdTime)
public String getId()
public void setId(String id)
public Comments getComments()
public void setComments(Comments comments)
public Likes getLikes()
public void setLikes(Likes likes)
public Images getImages()
public void setImages(Images images)
public Attribution getAttribution()
public void setAttribution(Attribution attribution)
public String getUserHasLiked()
public void setUserHasLiked(String userHasLiked)
public Location getLocation()
public void setLocation(Location location)
Copyright © 2013. All Rights Reserved.