Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.measurement.ext
Class ProblemCount

java.lang.Object
  extended by org.hyperic.hq.measurement.ext.ProblemCount

public class ProblemCount
extends java.lang.Object

Keep track of the number of problems and timestamp


Constructor Summary
ProblemCount(java.lang.Integer mid, int type, int count, long time)
           
 
Method Summary
 long getEarliestTime()
           
 java.lang.Integer getMetricId()
           
 int getProblemCount()
           
 int getProblemType()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProblemCount

public ProblemCount(java.lang.Integer mid,
                    int type,
                    int count,
                    long time)
Method Detail

getMetricId

public java.lang.Integer getMetricId()
Returns:
Returns the metricId.

getProblemType

public int getProblemType()
Returns:
Returns the problemType.

getEarliestTime

public long getEarliestTime()

getProblemCount

public int getProblemCount()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.