com.google.api.ads.dfp.axis.v201111
Class LongCreativeTemplateVariableValue

java.lang.Object
  extended by com.google.api.ads.dfp.axis.v201111.BaseCreativeTemplateVariableValue
      extended by com.google.api.ads.dfp.axis.v201111.LongCreativeTemplateVariableValue
All Implemented Interfaces:
Serializable

public class LongCreativeTemplateVariableValue
extends BaseCreativeTemplateVariableValue
implements Serializable

Stores values of CreativeTemplateVariable of VariableType#LONG.

See Also:
Serialized Form

Constructor Summary
LongCreativeTemplateVariableValue()
           
LongCreativeTemplateVariableValue(String uniqueName, String baseCreativeTemplateVariableValueType, Long value)
           
 
Method Summary
 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.
 
Methods inherited from class com.google.api.ads.dfp.axis.v201111.BaseCreativeTemplateVariableValue
getBaseCreativeTemplateVariableValueType, getUniqueName, setBaseCreativeTemplateVariableValueType, setUniqueName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LongCreativeTemplateVariableValue

public LongCreativeTemplateVariableValue()

LongCreativeTemplateVariableValue

public LongCreativeTemplateVariableValue(String uniqueName,
                                         String baseCreativeTemplateVariableValueType,
                                         Long value)
Method Detail

getValue

public Long getValue()
Gets the value value for this LongCreativeTemplateVariableValue.

Returns:
value * The long value of CreativeTemplateVariable

setValue

public void setValue(Long value)
Sets the value value for this LongCreativeTemplateVariableValue.

Parameters:
value - * The long value of CreativeTemplateVariable

equals

public boolean equals(Object obj)
Overrides:
equals in class BaseCreativeTemplateVariableValue

hashCode

public int hashCode()
Overrides:
hashCode in class BaseCreativeTemplateVariableValue

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2012. All Rights Reserved.