org.eclipse.tptp.monitoring.instrumentation.internal.jmx.statistics
Class StatisticsDescription
java.lang.Object
org.eclipse.tptp.monitoring.instrumentation.internal.jmx.statistics.StatisticsDescription
- All Implemented Interfaces:
- java.io.Serializable
- public class StatisticsDescription
- extends java.lang.Object
- implements java.io.Serializable
Descripes the method infor.
- Since:
- tptp 4.4
- See Also:
- Serialized Form
|
Constructor Summary |
StatisticsDescription(java.lang.String type,
java.lang.String name)
Constructs a StatisticsDescription object. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
StatisticsDescription
public StatisticsDescription(java.lang.String type,
java.lang.String name)
- Constructs a
StatisticsDescription object.
- Parameters:
type - the typename - the name
toString
public java.lang.String toString()
getName
public java.lang.String getName()
- Returns:
setName
public void setName(java.lang.String name)
getType
public java.lang.String getType()
setType
public void setType(java.lang.String type)
hashCode
public int hashCode()
equals
public boolean equals(java.lang.Object obj)