public class MetricValueTO extends ItemValueTO implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private long |
endTime |
private long |
startTime |
private static org.apache.axis.description.TypeDesc |
typeDesc |
private java.lang.String |
unit |
private double |
value |
Constructor and Description |
---|
MetricValueTO() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
long |
getEndTime() |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
long |
getStartTime() |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
java.lang.String |
getUnit() |
double |
getValue() |
int |
hashCode() |
void |
setEndTime(long endTime) |
void |
setStartTime(long startTime) |
void |
setUnit(java.lang.String unit) |
void |
setValue(double value) |
getDisplayType, getElementType, getNbrInstances, getNode, getParentId, getScope, setDisplayType, setElementType, setNbrInstances, setNode, setParentId, setScope
private long endTime
private long startTime
private java.lang.String unit
private double value
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public long getEndTime()
public void setEndTime(long endTime)
public long getStartTime()
public void setStartTime(long startTime)
public java.lang.String getUnit()
public void setUnit(java.lang.String unit)
public double getValue()
public void setValue(double value)
public boolean equals(java.lang.Object obj)
equals
in class ItemValueTO
public int hashCode()
hashCode
in class ItemValueTO
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)