|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.code.facebookapi.schema.StreamPost
public class StreamPost
Java class for stream_post complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="stream_post">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="post_id" type="{http://api.facebook.com/1.0/}post_id"/>
<element name="viewer_id" type="{http://api.facebook.com/1.0/}uid"/>
<element name="view" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="source_id" type="{http://api.facebook.com/1.0/}uid"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="app_id" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="attribution" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="actor_id" type="{http://api.facebook.com/1.0/}uid"/>
<element name="target_id" type="{http://api.facebook.com/1.0/}uid"/>
<element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="attachment" type="{http://api.facebook.com/1.0/}stream_attachment"/>
<element name="app_data" type="{http://api.facebook.com/1.0/}stream_app_data"/>
<element name="action_links">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="stream_action_link" type="{http://api.facebook.com/1.0/}stream_action_link" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="list" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="comments" type="{http://api.facebook.com/1.0/}stream_comments"/>
<element name="likes" type="{http://api.facebook.com/1.0/}stream_likes"/>
<element name="privacy" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="updated_time" type="{http://api.facebook.com/1.0/}time"/>
<element name="created_time" type="{http://api.facebook.com/1.0/}time"/>
<element name="tagged_ids">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="id" type="{http://api.facebook.com/1.0/}id" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="list" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="is_hidden" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
StreamPost.ActionLinks
Java class for anonymous complex type. |
static class |
StreamPost.TaggedIds
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected StreamPost.ActionLinks |
actionLinks
|
protected long |
actorId
|
protected StreamAppData |
appData
|
protected long |
appId
|
protected StreamAttachment |
attachment
|
protected java.lang.String |
attribution
|
protected StreamComments |
comments
|
protected long |
createdTime
|
protected boolean |
isHidden
|
protected StreamLikes |
likes
|
protected java.lang.String |
message
|
protected java.lang.String |
postId
|
protected java.lang.String |
privacy
|
protected long |
sourceId
|
protected StreamPost.TaggedIds |
taggedIds
|
protected long |
targetId
|
protected java.lang.String |
type
|
protected long |
updatedTime
|
protected java.lang.String |
view
|
protected long |
viewerId
|
| Constructor Summary | |
|---|---|
StreamPost()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
void |
equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
|
StreamPost.ActionLinks |
getActionLinks()
Gets the value of the actionLinks property. |
long |
getActorId()
Gets the value of the actorId property. |
StreamAppData |
getAppData()
Gets the value of the appData property. |
long |
getAppId()
Gets the value of the appId property. |
StreamAttachment |
getAttachment()
Gets the value of the attachment property. |
java.lang.String |
getAttribution()
Gets the value of the attribution property. |
StreamComments |
getComments()
Gets the value of the comments property. |
long |
getCreatedTime()
Gets the value of the createdTime property. |
StreamLikes |
getLikes()
Gets the value of the likes property. |
java.lang.String |
getMessage()
Gets the value of the message property. |
java.lang.String |
getPostId()
Gets the value of the postId property. |
java.lang.String |
getPrivacy()
Gets the value of the privacy property. |
long |
getSourceId()
Gets the value of the sourceId property. |
StreamPost.TaggedIds |
getTaggedIds()
Gets the value of the taggedIds property. |
long |
getTargetId()
Gets the value of the targetId property. |
java.lang.String |
getType()
Gets the value of the type property. |
long |
getUpdatedTime()
Gets the value of the updatedTime property. |
java.lang.String |
getView()
Gets the value of the view property. |
long |
getViewerId()
Gets the value of the viewerId property. |
int |
hashCode()
|
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
|
boolean |
isIsHidden()
Gets the value of the isHidden property. |
void |
setActionLinks(StreamPost.ActionLinks value)
Sets the value of the actionLinks property. |
void |
setActorId(long value)
Sets the value of the actorId property. |
void |
setAppData(StreamAppData value)
Sets the value of the appData property. |
void |
setAppId(long value)
Sets the value of the appId property. |
void |
setAttachment(StreamAttachment value)
Sets the value of the attachment property. |
void |
setAttribution(java.lang.String value)
Sets the value of the attribution property. |
void |
setComments(StreamComments value)
Sets the value of the comments property. |
void |
setCreatedTime(long value)
Sets the value of the createdTime property. |
void |
setIsHidden(boolean value)
Sets the value of the isHidden property. |
void |
setLikes(StreamLikes value)
Sets the value of the likes property. |
void |
setMessage(java.lang.String value)
Sets the value of the message property. |
void |
setPostId(java.lang.String value)
Sets the value of the postId property. |
void |
setPrivacy(java.lang.String value)
Sets the value of the privacy property. |
void |
setSourceId(long value)
Sets the value of the sourceId property. |
void |
setTaggedIds(StreamPost.TaggedIds value)
Sets the value of the taggedIds property. |
void |
setTargetId(long value)
Sets the value of the targetId property. |
void |
setType(java.lang.String value)
Sets the value of the type property. |
void |
setUpdatedTime(long value)
Sets the value of the updatedTime property. |
void |
setView(java.lang.String value)
Sets the value of the view property. |
void |
setViewerId(long value)
Sets the value of the viewerId property. |
java.lang.String |
toString()
|
void |
toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String postId
protected long viewerId
protected java.lang.String view
protected long sourceId
protected java.lang.String type
protected long appId
protected java.lang.String attribution
protected long actorId
protected long targetId
protected java.lang.String message
protected StreamAttachment attachment
protected StreamAppData appData
protected StreamPost.ActionLinks actionLinks
protected StreamComments comments
protected StreamLikes likes
protected java.lang.String privacy
protected long updatedTime
protected long createdTime
protected StreamPost.TaggedIds taggedIds
protected boolean isHidden
| Constructor Detail |
|---|
public StreamPost()
| Method Detail |
|---|
public java.lang.String getPostId()
Stringpublic void setPostId(java.lang.String value)
value - allowed object is
Stringpublic long getViewerId()
public void setViewerId(long value)
public java.lang.String getView()
Stringpublic void setView(java.lang.String value)
value - allowed object is
Stringpublic long getSourceId()
public void setSourceId(long value)
public java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic long getAppId()
public void setAppId(long value)
public java.lang.String getAttribution()
Stringpublic void setAttribution(java.lang.String value)
value - allowed object is
Stringpublic long getActorId()
public void setActorId(long value)
public long getTargetId()
public void setTargetId(long value)
public java.lang.String getMessage()
Stringpublic void setMessage(java.lang.String value)
value - allowed object is
Stringpublic StreamAttachment getAttachment()
StreamAttachmentpublic void setAttachment(StreamAttachment value)
value - allowed object is
StreamAttachmentpublic StreamAppData getAppData()
StreamAppDatapublic void setAppData(StreamAppData value)
value - allowed object is
StreamAppDatapublic StreamPost.ActionLinks getActionLinks()
StreamPost.ActionLinkspublic void setActionLinks(StreamPost.ActionLinks value)
value - allowed object is
StreamPost.ActionLinkspublic StreamComments getComments()
StreamCommentspublic void setComments(StreamComments value)
value - allowed object is
StreamCommentspublic StreamLikes getLikes()
StreamLikespublic void setLikes(StreamLikes value)
value - allowed object is
StreamLikespublic java.lang.String getPrivacy()
Stringpublic void setPrivacy(java.lang.String value)
value - allowed object is
Stringpublic long getUpdatedTime()
public void setUpdatedTime(long value)
public long getCreatedTime()
public void setCreatedTime(long value)
public StreamPost.TaggedIds getTaggedIds()
StreamPost.TaggedIdspublic void setTaggedIds(StreamPost.TaggedIds value)
value - allowed object is
StreamPost.TaggedIdspublic boolean isIsHidden()
public void setIsHidden(boolean value)
public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringpublic java.lang.String toString()
toString in class java.lang.Object
public void equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||