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

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

public class LongCreativeTemplateVariable
extends CreativeTemplateVariable
implements Serializable

Represents a long variable defined in a creative template.

See Also:
Serialized Form

Constructor Summary
LongCreativeTemplateVariable()
           
LongCreativeTemplateVariable(String label, String uniqueName, String description, Boolean isRequired, String creativeTemplateVariableType, Long defaultValue)
           
 
Method Summary
 boolean equals(Object obj)
           
 Long getDefaultValue()
          Gets the defaultValue value for this LongCreativeTemplateVariable.
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
 int hashCode()
           
 void setDefaultValue(Long defaultValue)
          Sets the defaultValue value for this LongCreativeTemplateVariable.
 
Methods inherited from class com.google.api.ads.dfp.axis.v201111.CreativeTemplateVariable
getCreativeTemplateVariableType, getDescription, getIsRequired, getLabel, getUniqueName, setCreativeTemplateVariableType, setDescription, setIsRequired, setLabel, setUniqueName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LongCreativeTemplateVariable

public LongCreativeTemplateVariable()

LongCreativeTemplateVariable

public LongCreativeTemplateVariable(String label,
                                    String uniqueName,
                                    String description,
                                    Boolean isRequired,
                                    String creativeTemplateVariableType,
                                    Long defaultValue)
Method Detail

getDefaultValue

public Long getDefaultValue()
Gets the defaultValue value for this LongCreativeTemplateVariable.

Returns:
defaultValue * Default value to be filled in when creating creatives from the creative template.

setDefaultValue

public void setDefaultValue(Long defaultValue)
Sets the defaultValue value for this LongCreativeTemplateVariable.

Parameters:
defaultValue - * Default value to be filled in when creating creatives from the creative template.

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class CreativeTemplateVariable

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.