@Generated(value="org.jsonschema2pojo") public class Media extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Media.Type |
Constructor and Description |
---|
Media() |
@BeanProperty(value="caption") public Caption getCaption()
@BeanProperty(value="caption") public void setCaption(Caption caption)
caption
- The caption@BeanProperty(value="comments") public Comments getComments()
@BeanProperty(value="comments") public void setComments(Comments comments)
comments
- The comments@BeanProperty(value="created_time") public String getCreatedTime()
@BeanProperty(value="created_time") public void setCreatedTime(String createdTime)
createdTime
- The created_time@BeanProperty(value="filter") public String getFilter()
@BeanProperty(value="filter") public void setFilter(String filter)
filter
- The filter@BeanProperty(value="id") public String getId()
@BeanProperty(value="id") public void setId(String id)
id
- The id@BeanProperty(value="images") public Images getImages()
@BeanProperty(value="images") public void setImages(Images images)
images
- The images@BeanProperty(value="likes") public LikeCounts getLikes()
@BeanProperty(value="likes") public void setLikes(LikeCounts likes)
likes
- The likespublic Media withLikes(LikeCounts likes)
@BeanProperty(value="link") public String getLink()
@BeanProperty(value="link") public void setLink(String link)
link
- The link@BeanProperty(value="location") public Location getLocation()
@BeanProperty(value="location") public void setLocation(Location location)
location
- The location@BeanProperty(value="tags") public void setTags(List<String> tags)
tags
- The tags@BeanProperty(value="type") public Media.Type getType()
@BeanProperty(value="type") public void setType(Media.Type type)
type
- The typepublic Media withType(Media.Type type)
@BeanProperty(value="user") public UserInfo getUser()
@BeanProperty(value="user") public void setUser(UserInfo user)
user
- The user@BeanProperty(value="videos") public Videos getVideos()
@BeanProperty(value="videos") public void setVideos(Videos videos)
videos
- The videos@BeanProperty(value="users_in_photo") public List<UsersInPhoto> getUsersInPhoto()
@BeanProperty(value="users_in_photo") public void setUsersInPhoto(List<UsersInPhoto> usersInPhoto)
usersInPhoto
- The users_in_photopublic Media withUsersInPhoto(List<UsersInPhoto> usersInPhoto)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.