public class StatData extends ResponseData
DUPLICATE_STATGROUPID, DUPLICATE_STATID, INCOMPLETE_RESULTSET, NULL_ID, PROTOCOL_VERSION, SUCCESSFUL_QUERY, UNKNOWN_STATGROUPID, UNKNOWN_STATID, UPDATE_EXCEPTION
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getQueryElement()
Get the query used to obtain this statistic.
|
int |
getRc()
Get the return code for obtaining this statistic.
|
java.lang.String |
getShortDesc()
Get the short description of the statistic represented by this object.
|
java.lang.String |
getStatId()
Get the statistic ID that this object represents.
|
java.lang.String |
getValue()
Get the value of the statistic this object represents.
|
getReturnString
public int getRc()
public java.lang.String getShortDesc()
public java.lang.String getValue()
public java.lang.String getStatId()
public java.lang.String getQueryElement()