public class StatResult extends Object implements Comparable<StatResult>
| Constructor and Description |
|---|
StatResult(String spEntityId,
String spName,
long millis,
Integer logins,
String idpEntityId) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(StatResult that) |
String |
getIdpEntityId() |
Integer |
getLogins() |
long |
getMillis() |
String |
getSpEntityId() |
String |
getSpName() |
public String getSpEntityId()
public String getSpName()
public long getMillis()
public Integer getLogins()
public String getIdpEntityId()
public int compareTo(StatResult that)
compareTo in interface Comparable<StatResult>Copyright © 2015 Pivotal Software, Inc.. All rights reserved.