com.google.code.facebookapi.schema
Class LinkStat

java.lang.Object
  extended by com.google.code.facebookapi.schema.LinkStat
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

public class LinkStat
extends java.lang.Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

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

url

protected java.lang.String url

shareCount

protected long shareCount

likeCount

protected long likeCount

commentCount

protected long commentCount

totalCount

protected long totalCount

clickCount

protected long clickCount

normalizedUrl

protected java.lang.String normalizedUrl
Constructor Detail

LinkStat

public LinkStat()
Method Detail

getUrl

public java.lang.String getUrl()
Gets the value of the url property.

Returns:
possible object is String

setUrl

public void setUrl(java.lang.String value)
Sets the value of the url property.

Parameters:
value - allowed object is String

getShareCount

public long getShareCount()
Gets the value of the shareCount property.


setShareCount

public void setShareCount(long value)
Sets the value of the shareCount property.


getLikeCount

public long getLikeCount()
Gets the value of the likeCount property.


setLikeCount

public void setLikeCount(long value)
Sets the value of the likeCount property.


getCommentCount

public long getCommentCount()
Gets the value of the commentCount property.


setCommentCount

public void setCommentCount(long value)
Sets the value of the commentCount property.


getTotalCount

public long getTotalCount()
Gets the value of the totalCount property.


setTotalCount

public void setTotalCount(long value)
Sets the value of the totalCount property.


getClickCount

public long getClickCount()
Gets the value of the clickCount property.


setClickCount

public void setClickCount(long value)
Sets the value of the clickCount property.


getNormalizedUrl

public java.lang.String getNormalizedUrl()
Gets the value of the normalizedUrl property.

Returns:
possible object is String

setNormalizedUrl

public void setNormalizedUrl(java.lang.String value)
Sets the value of the normalizedUrl property.

Parameters:
value - allowed object is String

toString

public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
Specified by:
toString in interface org.jvnet.jaxb2_commons.lang.ToString

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public void equals(java.lang.Object object,
                   org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2009. All Rights Reserved.