|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.code.facebookapi.schema.LinkStat
public class LinkStat
Java class for link_stat complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="link_stat">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="share_count" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="like_count" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="comment_count" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="total_count" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="click_count" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="normalized_url" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected long |
clickCount
|
protected long |
commentCount
|
protected long |
likeCount
|
protected java.lang.String |
normalizedUrl
|
protected long |
shareCount
|
protected long |
totalCount
|
protected java.lang.String |
url
|
| Constructor Summary | |
|---|---|
LinkStat()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
void |
equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
|
long |
getClickCount()
Gets the value of the clickCount property. |
long |
getCommentCount()
Gets the value of the commentCount property. |
long |
getLikeCount()
Gets the value of the likeCount property. |
java.lang.String |
getNormalizedUrl()
Gets the value of the normalizedUrl property. |
long |
getShareCount()
Gets the value of the shareCount property. |
long |
getTotalCount()
Gets the value of the totalCount property. |
java.lang.String |
getUrl()
Gets the value of the url property. |
int |
hashCode()
|
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
|
void |
setClickCount(long value)
Sets the value of the clickCount property. |
void |
setCommentCount(long value)
Sets the value of the commentCount property. |
void |
setLikeCount(long value)
Sets the value of the likeCount property. |
void |
setNormalizedUrl(java.lang.String value)
Sets the value of the normalizedUrl property. |
void |
setShareCount(long value)
Sets the value of the shareCount property. |
void |
setTotalCount(long value)
Sets the value of the totalCount property. |
void |
setUrl(java.lang.String value)
Sets the value of the url 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 url
protected long shareCount
protected long likeCount
protected long commentCount
protected long totalCount
protected long clickCount
protected java.lang.String normalizedUrl
| Constructor Detail |
|---|
public LinkStat()
| Method Detail |
|---|
public java.lang.String getUrl()
Stringpublic void setUrl(java.lang.String value)
value - allowed object is
Stringpublic long getShareCount()
public void setShareCount(long value)
public long getLikeCount()
public void setLikeCount(long value)
public long getCommentCount()
public void setCommentCount(long value)
public long getTotalCount()
public void setTotalCount(long value)
public long getClickCount()
public void setClickCount(long value)
public java.lang.String getNormalizedUrl()
Stringpublic void setNormalizedUrl(java.lang.String value)
value - allowed object is
Stringpublic 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 | ||||||||