com.ibm.ctg.client.stats

Class StatData



  • public class StatData
    extends ResponseData
    This class is a representation of a single statistic ID and value pair.
    • Method Detail

      • getRc

        public int getRc()
        Get the return code for obtaining this statistic.
        Returns:
        rc
      • getShortDesc

        public java.lang.String getShortDesc()
        Get the short description of the statistic represented by this object.
        Returns:
        String containing the short description for this object
      • getValue

        public java.lang.String getValue()
        Get the value of the statistic this object represents.
        Returns:
        value The value of this statId
      • getStatId

        public java.lang.String getStatId()
        Get the statistic ID that this object represents.
        Returns:
        String ID of this statistic
      • getQueryElement

        public java.lang.String getQueryElement()
        Get the query used to obtain this statistic. For example, if this StatData object represents the statistic "CM_CALLOC" returned as part of a StatResultSet by the method call getStats("GD:CM"), then this function will return "CM".
        Returns:
        String containing the element of the query string matching this statistic
©Copyright IBM Corp. 1994, 2013
Legal