public class LongCreativeTemplateVariableValue extends BaseCreativeTemplateVariableValue implements Serializable
CreativeTemplateVariable of VariableType#LONG.| Constructor and Description |
|---|
LongCreativeTemplateVariableValue() |
LongCreativeTemplateVariableValue(String uniqueName,
Long 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
|
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
|
Long |
getValue()
Gets the value value for this LongCreativeTemplateVariableValue.
|
int |
hashCode() |
void |
setValue(Long value)
Sets the value value for this LongCreativeTemplateVariableValue.
|
String |
toString() |
getUniqueName, setUniqueNamepublic String toString()
toString in class BaseCreativeTemplateVariableValuepublic Long getValue()
CreativeTemplateVariablepublic void setValue(Long value)
value - * The long value of CreativeTemplateVariablepublic boolean equals(Object obj)
equals in class BaseCreativeTemplateVariableValuepublic int hashCode()
hashCode in class BaseCreativeTemplateVariableValuepublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2020. All rights reserved.