public class Post extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}id"/> <element name="type"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="code"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="standard"/> <enumeration value="news"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element ref="{}category" minOccurs="0"/> <element ref="{}creation-timestamp"/> <element ref="{}creator"/> <element ref="{}summary"/> <element ref="{}title"/> <element ref="{}likes"/> <element ref="{}relation-to-viewer"/> <element ref="{}attachment"/> <element ref="{}comments"/> <element ref="{}site-group-post-url" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Attachment |
attachment |
protected Category |
category |
protected Comments |
comments |
protected Long |
creationTimestamp |
protected Creator |
creator |
protected String |
id |
protected Likes |
likes |
protected RelationToViewer |
relationToViewer |
protected String |
siteGroupPostUrl |
protected String |
summary |
protected String |
title |
protected Type |
type |
Constructor and Description |
---|
Post() |
Modifier and Type | Method and Description |
---|---|
Attachment |
getAttachment()
Gets the value of the attachment property.
|
Category |
getCategory()
Gets the value of the category property.
|
Comments |
getComments()
Gets the value of the comments property.
|
Long |
getCreationTimestamp()
Gets the value of the creationTimestamp property.
|
Creator |
getCreator()
Gets the value of the creator property.
|
String |
getId()
Gets the value of the id property.
|
Likes |
getLikes()
Gets the value of the likes property.
|
RelationToViewer |
getRelationToViewer()
Gets the value of the relationToViewer property.
|
String |
getSiteGroupPostUrl()
Gets the value of the siteGroupPostUrl property.
|
String |
getSummary()
Gets the value of the summary property.
|
String |
getTitle()
Gets the value of the title property.
|
Type |
getType()
Gets the value of the type property.
|
void |
setAttachment(Attachment value)
Sets the value of the attachment property.
|
void |
setCategory(Category value)
Sets the value of the category property.
|
void |
setComments(Comments value)
Sets the value of the comments property.
|
void |
setCreationTimestamp(Long value)
Sets the value of the creationTimestamp property.
|
void |
setCreator(Creator value)
Sets the value of the creator property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLikes(Likes value)
Sets the value of the likes property.
|
void |
setRelationToViewer(RelationToViewer value)
Sets the value of the relationToViewer property.
|
void |
setSiteGroupPostUrl(String value)
Sets the value of the siteGroupPostUrl property.
|
void |
setSummary(String value)
Sets the value of the summary property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setType(Type value)
Sets the value of the type property.
|
protected String id
protected Type type
protected Category category
protected Long creationTimestamp
protected Creator creator
protected String summary
protected String title
protected Likes likes
protected RelationToViewer relationToViewer
protected Attachment attachment
protected Comments comments
protected String siteGroupPostUrl
public void setId(String value)
value
- allowed object is
String
public void setType(Type value)
value
- allowed object is
Type
public Category getCategory()
Category
public void setCategory(Category value)
value
- allowed object is
Category
public Long getCreationTimestamp()
String
public void setCreationTimestamp(Long value)
value
- allowed object is
String
public Creator getCreator()
Creator
public void setCreator(Creator value)
value
- allowed object is
Creator
public String getSummary()
String
public void setSummary(String value)
value
- allowed object is
String
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public Likes getLikes()
Likes
public void setLikes(Likes value)
value
- allowed object is
Likes
public RelationToViewer getRelationToViewer()
RelationToViewer
public void setRelationToViewer(RelationToViewer value)
value
- allowed object is
RelationToViewer
public Attachment getAttachment()
Attachment
public void setAttachment(Attachment value)
value
- allowed object is
Attachment
public Comments getComments()
Comments
public void setComments(Comments value)
value
- allowed object is
Comments
public String getSiteGroupPostUrl()
String
Apache Camel