public class SummaryEntryTO
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private java.lang.String |
customMetricKeyID |
private java.lang.String |
longMessage |
private MetricType |
metricType |
private MetricValueTO[] |
metricValues |
private java.lang.String |
name |
private java.lang.String |
shortMessage |
private java.lang.String |
siteKeyId |
private LGStatType |
statType |
private static org.apache.axis.description.TypeDesc |
typeDesc |
private java.lang.String |
units |
Constructor and Description |
---|
SummaryEntryTO() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCustomMetricKeyID() |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
java.lang.String |
getLongMessage() |
MetricType |
getMetricType() |
MetricValueTO[] |
getMetricValues() |
java.lang.String |
getName() |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
java.lang.String |
getShortMessage() |
java.lang.String |
getSiteKeyId() |
LGStatType |
getStatType() |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
java.lang.String |
getUnits() |
int |
hashCode() |
void |
setCustomMetricKeyID(java.lang.String customMetricKeyID) |
void |
setLongMessage(java.lang.String longMessage) |
void |
setMetricType(MetricType metricType) |
void |
setMetricValues(MetricValueTO[] metricValues) |
void |
setName(java.lang.String name) |
void |
setShortMessage(java.lang.String shortMessage) |
void |
setSiteKeyId(java.lang.String siteKeyId) |
void |
setStatType(LGStatType statType) |
void |
setUnits(java.lang.String units) |
private java.lang.String customMetricKeyID
private java.lang.String longMessage
private MetricType metricType
private MetricValueTO[] metricValues
private java.lang.String name
private java.lang.String shortMessage
private java.lang.String siteKeyId
private LGStatType statType
private java.lang.String units
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public java.lang.String getCustomMetricKeyID()
public void setCustomMetricKeyID(java.lang.String customMetricKeyID)
public java.lang.String getLongMessage()
public void setLongMessage(java.lang.String longMessage)
public MetricType getMetricType()
public void setMetricType(MetricType metricType)
public MetricValueTO[] getMetricValues()
public void setMetricValues(MetricValueTO[] metricValues)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getShortMessage()
public void setShortMessage(java.lang.String shortMessage)
public java.lang.String getSiteKeyId()
public void setSiteKeyId(java.lang.String siteKeyId)
public LGStatType getStatType()
public void setStatType(LGStatType statType)
public java.lang.String getUnits()
public void setUnits(java.lang.String units)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
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)