public class StatCondition extends Condition implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private Dimension |
dimension |
private DimMember |
dimMember |
private LGAlertSeverity |
severity |
private StatSelector |
stat |
private java.lang.Double |
threshold |
private static org.apache.axis.description.TypeDesc |
typeDesc |
private java.lang.Double |
unitFactor |
Constructor and Description |
---|
StatCondition() |
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
|
Dimension |
getDimension() |
DimMember |
getDimMember() |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
LGAlertSeverity |
getSeverity() |
StatSelector |
getStat() |
java.lang.Double |
getThreshold() |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
java.lang.Double |
getUnitFactor() |
int |
hashCode() |
void |
setDimension(Dimension dimension) |
void |
setDimMember(DimMember dimMember) |
void |
setSeverity(LGAlertSeverity severity) |
void |
setStat(StatSelector stat) |
void |
setThreshold(java.lang.Double threshold) |
void |
setUnitFactor(java.lang.Double unitFactor) |
getIsNegated, setIsNegated
getAccessBits, getBaseGroup, getBaseOwner, getCode, getKeyID, getKeyName, getVersion, setAccessBits, setBaseGroup, setBaseOwner, setCode, setKeyID, setKeyName, setVersion
private DimMember dimMember
private Dimension dimension
private LGAlertSeverity severity
private StatSelector stat
private java.lang.Double threshold
private java.lang.Double unitFactor
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public DimMember getDimMember()
public void setDimMember(DimMember dimMember)
public Dimension getDimension()
public void setDimension(Dimension dimension)
public LGAlertSeverity getSeverity()
public void setSeverity(LGAlertSeverity severity)
public StatSelector getStat()
public void setStat(StatSelector stat)
public java.lang.Double getThreshold()
public void setThreshold(java.lang.Double threshold)
public java.lang.Double getUnitFactor()
public void setUnitFactor(java.lang.Double unitFactor)
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)