org.surfnet.oaaas.model
Class StatisticsResponse.ResourceServerStat

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

public static class StatisticsResponse.ResourceServerStat
extends Object


Constructor Summary
StatisticsResponse.ResourceServerStat()
           
StatisticsResponse.ResourceServerStat(String name, String description, List<StatisticsResponse.ClientStat> clients)
           
 
Method Summary
 List<StatisticsResponse.ClientStat> getClients()
           
 String getDescription()
           
 String getName()
           
 void setClients(List<StatisticsResponse.ClientStat> clients)
           
 void setDescription(String description)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticsResponse.ResourceServerStat

public StatisticsResponse.ResourceServerStat()

StatisticsResponse.ResourceServerStat

public StatisticsResponse.ResourceServerStat(String name,
                                             String description,
                                             List<StatisticsResponse.ClientStat> clients)
Method Detail

getName

public String getName()

getDescription

public String getDescription()

getClients

public List<StatisticsResponse.ClientStat> getClients()

setName

public void setName(String name)

setDescription

public void setDescription(String description)

setClients

public void setClients(List<StatisticsResponse.ClientStat> clients)


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