|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.api.ads.dfp.v201111.CreativeTemplateVariable
public abstract class CreativeTemplateVariable
Represents a variable defined in a creative template.
| Constructor Summary | |
|---|---|
CreativeTemplateVariable()
|
|
CreativeTemplateVariable(String label,
String uniqueName,
String description,
Boolean isRequired,
String creativeTemplateVariableType)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CreativeTemplateVariable()
public CreativeTemplateVariable(String label,
String uniqueName,
String description,
Boolean isRequired,
String creativeTemplateVariableType)
| Method Detail |
|---|
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 boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic 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 | ||||||||