org.surfnet.oaaas.model
Class StatisticsResponse.ResourceServerStat
java.lang.Object
org.surfnet.oaaas.model.StatisticsResponse.ResourceServerStat
- Enclosing class:
- StatisticsResponse
public static class StatisticsResponse.ResourceServerStat
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatisticsResponse.ResourceServerStat
public StatisticsResponse.ResourceServerStat()
StatisticsResponse.ResourceServerStat
public StatisticsResponse.ResourceServerStat(String name,
String description,
List<StatisticsResponse.ClientStat> clients)
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.