|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.dfp.axis.v201208.CreativeTemplateVariable
com.google.api.ads.dfp.axis.v201208.UrlCreativeTemplateVariable
public class UrlCreativeTemplateVariable
Represents a url variable defined in a creative template.
Use UrlCreativeTemplateVariableValue to specify
the value
for this variable when creating TemplateCreative
from the TemplateCreative
| Constructor Summary | |
|---|---|
UrlCreativeTemplateVariable()
|
|
UrlCreativeTemplateVariable(String label,
String uniqueName,
String description,
Boolean isRequired,
String creativeTemplateVariableType,
String defaultValue)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getDefaultValue()
Gets the defaultValue value for this UrlCreativeTemplateVariable. |
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(String defaultValue)
Sets the defaultValue value for this UrlCreativeTemplateVariable. |
| Methods inherited from class com.google.api.ads.dfp.axis.v201208.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 UrlCreativeTemplateVariable()
public UrlCreativeTemplateVariable(String label,
String uniqueName,
String description,
Boolean isRequired,
String creativeTemplateVariableType,
String defaultValue)
| Method Detail |
|---|
public String getDefaultValue()
public void setDefaultValue(String 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 | |||||||||