org.surfnet.oaaas.model
Class StatisticsResponse.ClientStat

java.lang.Object
  extended by org.surfnet.oaaas.model.StatisticsResponse.ClientStat
Enclosing class:
StatisticsResponse

public static class StatisticsResponse.ClientStat
extends Object


Constructor Summary
StatisticsResponse.ClientStat()
           
StatisticsResponse.ClientStat(String name, String description, Number tokenCount)
           
 
Method Summary
 String getDescription()
           
 String getName()
           
 long getTokenCount()
           
 void setDescription(String description)
           
 void setName(String name)
           
 void setTokenCount(long tokenCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticsResponse.ClientStat

public StatisticsResponse.ClientStat()

StatisticsResponse.ClientStat

public StatisticsResponse.ClientStat(String name,
                                     String description,
                                     Number tokenCount)
Method Detail

getName

public String getName()

getDescription

public String getDescription()

getTokenCount

public long getTokenCount()

setName

public void setName(String name)

setDescription

public void setDescription(String description)

setTokenCount

public void setTokenCount(long tokenCount)


Copyright © 2012-2013 SURFnet bv, The Netherlands. All Rights Reserved.