public abstract class CreativeTemplateVariable extends Object implements Serializable
| Constructor and Description |
|---|
CreativeTemplateVariable() |
CreativeTemplateVariable(String label,
String uniqueName,
String description,
Boolean isRequired,
String creativeTemplateVariableType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCreativeTemplateVariableType()
Gets the creativeTemplateVariableType value for this CreativeTemplateVariable.
|
String |
getDescription()
Gets the description value for this CreativeTemplateVariable.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Boolean |
getIsRequired()
Gets the isRequired value for this CreativeTemplateVariable.
|
String |
getLabel()
Gets the label value for this CreativeTemplateVariable.
|
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
|
String |
getUniqueName()
Gets the uniqueName value for this CreativeTemplateVariable.
|
int |
hashCode() |
void |
setCreativeTemplateVariableType(String creativeTemplateVariableType)
Sets the creativeTemplateVariableType value for this CreativeTemplateVariable.
|
void |
setDescription(String description)
Sets the description value for this CreativeTemplateVariable.
|
void |
setIsRequired(Boolean isRequired)
Sets the isRequired value for this CreativeTemplateVariable.
|
void |
setLabel(String label)
Sets the label value for this CreativeTemplateVariable.
|
void |
setUniqueName(String uniqueName)
Sets the uniqueName value for this CreativeTemplateVariable.
|
public String getLabel()
TemplateCreative
from the
CreativeTemplate. This attribute is required
and has a maximum
length of 127 characters.public void setLabel(String label)
label - * Label that is displayed to users when creating TemplateCreative
from the
CreativeTemplate. This attribute is required
and has a maximum
length of 127 characters.public String getUniqueName()
public void setUniqueName(String uniqueName)
uniqueName - * Unique name used to identify the variable. This attribute is
read-only and
is assigned by Google, by deriving from label, when
a creative template
variable is created.public String getDescription()
public void setDescription(String description)
description - * A descriptive help text that is displayed to users along with
the
label. This attribute is required and has a maximum
length of 255 characters.public Boolean getIsRequired()
true if this variable is required to be filled in by
users when
creating TemplateCreative from the CreativeTemplate.public void setIsRequired(Boolean isRequired)
isRequired - * true if this variable is required to be filled in by
users when
creating TemplateCreative from the CreativeTemplate.public String getCreativeTemplateVariableType()
public void setCreativeTemplateVariableType(String creativeTemplateVariableType)
creativeTemplateVariableType - * Indicates that this instance is a subtype of CreativeTemplateVariable.
Although this field is returned in the response, it is ignored on
input
and cannot be selected. Specify xsi:type instead.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2013. All Rights Reserved.