|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.dfp.axis.v201206.CreativeTemplateVariable
com.google.api.ads.dfp.axis.v201206.LongCreativeTemplateVariable
public class LongCreativeTemplateVariable
Represents a long variable defined in a creative template.
| 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.v201206.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 |
|---|
public LongCreativeTemplateVariable()
public LongCreativeTemplateVariable(String label,
String uniqueName,
String description,
Boolean isRequired,
String creativeTemplateVariableType,
Long defaultValue)
| Method Detail |
|---|
public Long getDefaultValue()
public void setDefaultValue(Long defaultValue)
defaultValue - * Default value to be filled in when creating creatives from
the creative
template.public boolean equals(Object obj)
equals in class CreativeTemplateVariablepublic int hashCode()
hashCode in class CreativeTemplateVariablepublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||