|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.code.facebookapi.schema.UserStatus
public class UserStatus
Java class for user_status complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="user_status">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="time" type="{http://api.facebook.com/1.0/}time"/>
<element name="status_id" type="{http://api.facebook.com/1.0/}status_id"/>
<element name="source" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="uid" type="{http://api.facebook.com/1.0/}uid"/>
<element name="comment_count" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected int |
commentCount
|
protected java.lang.String |
message
|
protected java.lang.String |
source
|
protected long |
statusId
|
protected long |
time
|
protected long |
uid
|
| Constructor Summary | |
|---|---|
UserStatus()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
void |
equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
|
int |
getCommentCount()
Gets the value of the commentCount property. |
java.lang.String |
getMessage()
Gets the value of the message property. |
java.lang.String |
getSource()
Gets the value of the source property. |
long |
getStatusId()
Gets the value of the statusId property. |
long |
getTime()
Gets the value of the time property. |
long |
getUid()
Gets the value of the uid property. |
int |
hashCode()
|
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
|
void |
setCommentCount(int value)
Sets the value of the commentCount property. |
void |
setMessage(java.lang.String value)
Sets the value of the message property. |
void |
setSource(java.lang.String value)
Sets the value of the source property. |
void |
setStatusId(long value)
Sets the value of the statusId property. |
void |
setTime(long value)
Sets the value of the time property. |
void |
setUid(long value)
Sets the value of the uid 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 message
protected long time
protected long statusId
protected java.lang.String source
protected long uid
protected int commentCount
| Constructor Detail |
|---|
public UserStatus()
| Method Detail |
|---|
public java.lang.String getMessage()
Stringpublic void setMessage(java.lang.String value)
value - allowed object is
Stringpublic long getTime()
public void setTime(long value)
public long getStatusId()
public void setStatusId(long value)
public java.lang.String getSource()
Stringpublic void setSource(java.lang.String value)
value - allowed object is
Stringpublic long getUid()
public void setUid(long value)
public int getCommentCount()
public void setCommentCount(int 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 | ||||||||