org.springframework.social.linkedin.api
Class NetworkStatistics

java.lang.Object
  extended by org.springframework.social.linkedin.api.LinkedInObject
      extended by org.springframework.social.linkedin.api.NetworkStatistics
All Implemented Interfaces:
Serializable

public class NetworkStatistics
extends LinkedInObject
implements Serializable

Network Statistics

See Also:
Serialized Form

Constructor Summary
NetworkStatistics(int[] counts)
           
NetworkStatistics(int firstDegreeCount, int secondDegreeCount)
           
 
Method Summary
 int getFirstDegreeCount()
           
 int getSecondDegreeCount()
           
 
Methods inherited from class org.springframework.social.linkedin.api.LinkedInObject
add, getExtraData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkStatistics

public NetworkStatistics(int[] counts)

NetworkStatistics

public NetworkStatistics(int firstDegreeCount,
                         int secondDegreeCount)
Method Detail

getFirstDegreeCount

public int getFirstDegreeCount()

getSecondDegreeCount

public int getSecondDegreeCount()