public class Long_StatsMapEntry extends Object implements Serializable
| Constructor and Description |
|---|
Long_StatsMapEntry() |
Long_StatsMapEntry(Long key,
Stats value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Long |
getKey()
Gets the key value for this Long_StatsMapEntry.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
Stats |
getValue()
Gets the value value for this Long_StatsMapEntry.
|
int |
hashCode() |
void |
setKey(Long key)
Sets the key value for this Long_StatsMapEntry.
|
void |
setValue(Stats value)
Sets the value value for this Long_StatsMapEntry.
|
String |
toString() |
public Long getKey()
public void setKey(Long key)
key - public Stats getValue()
public void setValue(Stats value)
value - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2021. All rights reserved.