public class CustomFieldValue extends BaseCustomFieldValue
CustomField that does not have a CustomField.dataType
of CustomFieldDataType.DROP_DOWN.
Java class for CustomFieldValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomFieldValue">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201802}BaseCustomFieldValue">
<sequence>
<element name="value" type="{https://www.google.com/apis/ads/publisher/v201802}Value" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Value |
value |
customFieldId| Constructor and Description |
|---|
CustomFieldValue() |
| Modifier and Type | Method and Description |
|---|---|
Value |
getValue()
Gets the value of the value property.
|
void |
setValue(Value value)
Sets the value of the value property.
|
getCustomFieldId, setCustomFieldIdprotected Value value
Copyright © 2018. All Rights Reserved.