org.springframework.social.linkedin.api
Class NetworkStatistics

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

public class NetworkStatistics
extends java.lang.Object
implements java.io.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 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()