org.hyperic.hq.measurement.ext
Class ProblemCount
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ProblemCount
public ProblemCount(java.lang.Integer mid,
int type,
int count,
long time)
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
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.