nl.surfnet.coin.csa.domain
Class StatResult
java.lang.Object
nl.surfnet.coin.csa.domain.StatResult
- All Implemented Interfaces:
- Comparable<StatResult>
public class StatResult
- extends Object
- implements Comparable<StatResult>
Represents the result row of the mysql query to get login statistics
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatResult
public StatResult(String spEntityId,
String spName,
long millis,
Integer logins,
String idpEntityId)
getSpEntityId
public String getSpEntityId()
getSpName
public String getSpName()
getMillis
public long getMillis()
getLogins
public Integer getLogins()
getIdpEntityId
public String getIdpEntityId()
compareTo
public int compareTo(StatResult that)
- Specified by:
compareTo in interface Comparable<StatResult>
Copyright © 2013 SURFnet bv, The Netherlands. All Rights Reserved.