public class LongCreativeTemplateVariableValue extends BaseCreativeTemplateVariableValue
CreativeTemplateVariable of VariableType#LONG.
Java class for LongCreativeTemplateVariableValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LongCreativeTemplateVariableValue">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201802}BaseCreativeTemplateVariableValue">
<sequence>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
value |
uniqueName| Constructor and Description |
|---|
LongCreativeTemplateVariableValue() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getValue()
Gets the value of the value property.
|
void |
setValue(Long value)
Sets the value of the value property.
|
getUniqueName, setUniqueNameprotected Long value
Copyright © 2018. All Rights Reserved.