@Generated(value="org.jsonschema2pojo") public class Post extends Object implements Serializable
Constructor and Description |
---|
Post() |
@BeanProperty(value="id") public String getId()
@BeanProperty(value="id") public void setId(String id)
id
- The id@BeanProperty(value="from") public From getFrom()
@BeanProperty(value="from") public void setFrom(From from)
from
- The from@BeanProperty(value="to") public To getTo()
@BeanProperty(value="to") public void setTo(To to)
to
- The to@BeanProperty(value="message") public String getMessage()
@BeanProperty(value="message") public void setMessage(String message)
message
- The message@BeanProperty(value="message_tags") public MessageTags getMessageTags()
@BeanProperty(value="message_tags") public void setMessageTags(MessageTags messageTags)
messageTags
- The message_tagspublic Post withMessageTags(MessageTags messageTags)
@BeanProperty(value="picture") public String getPicture()
@BeanProperty(value="picture") public void setPicture(String picture)
picture
- The picture@BeanProperty(value="link") public String getLink()
@BeanProperty(value="link") public void setLink(String link)
link
- The link@BeanProperty(value="name") public String getName()
@BeanProperty(value="name") public void setName(String name)
name
- The name@BeanProperty(value="caption") public String getCaption()
@BeanProperty(value="caption") public void setCaption(String caption)
caption
- The caption@BeanProperty(value="description") public String getDescription()
@BeanProperty(value="description") public void setDescription(String description)
description
- The description@BeanProperty(value="source") public String getSource()
@BeanProperty(value="source") public void setSource(String source)
source
- The source@BeanProperty(value="icon") public String getIcon()
@BeanProperty(value="icon") public void setIcon(String icon)
icon
- The icon@BeanProperty(value="actions") public void setActions(List<Action> actions)
actions
- The actions@BeanProperty(value="comments") public List<Comment> getComments()
@BeanProperty(value="comments") public void setComments(List<Comment> comments)
comments
- The comments@BeanProperty(value="likes") public void setLikes(List<Like> likes)
likes
- The likes@BeanProperty(value="type") public String getType()
@BeanProperty(value="type") public void setType(String type)
type
- The type@BeanProperty(value="place") public Place getPlace()
@BeanProperty(value="place") public void setPlace(Place place)
place
- The place@BeanProperty(value="story") public String getStory()
@BeanProperty(value="story") public void setStory(String story)
story
- The story@BeanProperty(value="shares") public Object getShares()
@BeanProperty(value="shares") public void setShares(Object shares)
shares
- The shares@BeanProperty(value="object_id") public Object getObjectId()
@BeanProperty(value="object_id") public void setObjectId(Object objectId)
objectId
- The object_id@BeanProperty(value="application") public Application getApplication()
@BeanProperty(value="application") public void setApplication(Application application)
application
- The applicationpublic Post withApplication(Application application)
@BeanProperty(value="created_time") public org.joda.time.DateTime getCreatedTime()
@BeanProperty(value="created_time") public void setCreatedTime(org.joda.time.DateTime createdTime)
createdTime
- The created_timepublic Post withCreatedTime(org.joda.time.DateTime createdTime)
@BeanProperty(value="updated_time") public org.joda.time.DateTime getUpdatedTime()
@BeanProperty(value="updated_time") public void setUpdatedTime(org.joda.time.DateTime updatedTime)
updatedTime
- The updated_timepublic Post withUpdatedTime(org.joda.time.DateTime updatedTime)
@BeanProperty(value="include_hidden") public Boolean getIncludeHidden()
@BeanProperty(value="include_hidden") public void setIncludeHidden(Boolean includeHidden)
includeHidden
- The include_hidden@BeanProperty(value="status_type") public String getStatusType()
@BeanProperty(value="status_type") public void setStatusType(String statusType)
statusType
- The status_type@BeanProperty(value="properties") public List<Property> getProperties()
@BeanProperty(value="properties") public void setProperties(List<Property> properties)
properties
- The properties@BeanProperty(value="privacy") public Privacy getPrivacy()
@BeanProperty(value="privacy") public void setPrivacy(Privacy privacy)
privacy
- The privacy@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.