public abstract class BaseCreativeTemplateVariableValue extends Object
CreativeTemplateVariable.
Java class for BaseCreativeTemplateVariableValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseCreativeTemplateVariableValue">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="uniqueName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
uniqueName |
| Constructor and Description |
|---|
BaseCreativeTemplateVariableValue() |
| Modifier and Type | Method and Description |
|---|---|
String |
getUniqueName()
Gets the value of the uniqueName property.
|
void |
setUniqueName(String value)
Sets the value of the uniqueName property.
|
protected String uniqueName
Copyright © 2018. All Rights Reserved.