public class CustomField extends Object
Java class for CustomField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomField">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="isActive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="entityType" type="{https://www.google.com/apis/ads/publisher/v201805}CustomFieldEntityType" minOccurs="0"/>
<element name="dataType" type="{https://www.google.com/apis/ads/publisher/v201805}CustomFieldDataType" minOccurs="0"/>
<element name="visibility" type="{https://www.google.com/apis/ads/publisher/v201805}CustomFieldVisibility" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CustomFieldDataType |
dataType |
protected String |
description |
protected CustomFieldEntityType |
entityType |
protected Long |
id |
protected Boolean |
isActive |
protected String |
name |
protected CustomFieldVisibility |
visibility |
| Constructor and Description |
|---|
CustomField() |
| Modifier and Type | Method and Description |
|---|---|
CustomFieldDataType |
getDataType()
Gets the value of the dataType property.
|
String |
getDescription()
Gets the value of the description property.
|
CustomFieldEntityType |
getEntityType()
Gets the value of the entityType property.
|
Long |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
CustomFieldVisibility |
getVisibility()
Gets the value of the visibility property.
|
Boolean |
isIsActive()
Gets the value of the isActive property.
|
void |
setDataType(CustomFieldDataType value)
Sets the value of the dataType property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setEntityType(CustomFieldEntityType value)
Sets the value of the entityType property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setIsActive(Boolean value)
Sets the value of the isActive property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setVisibility(CustomFieldVisibility value)
Sets the value of the visibility property.
|
protected Long id
protected String name
protected String description
protected Boolean isActive
protected CustomFieldEntityType entityType
protected CustomFieldDataType dataType
protected CustomFieldVisibility visibility
public void setId(Long value)
value - allowed object is
Longpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic Boolean isIsActive()
Booleanpublic void setIsActive(Boolean value)
value - allowed object is
Booleanpublic CustomFieldEntityType getEntityType()
CustomFieldEntityTypepublic void setEntityType(CustomFieldEntityType value)
value - allowed object is
CustomFieldEntityTypepublic CustomFieldDataType getDataType()
CustomFieldDataTypepublic void setDataType(CustomFieldDataType value)
value - allowed object is
CustomFieldDataTypepublic CustomFieldVisibility getVisibility()
CustomFieldVisibilitypublic void setVisibility(CustomFieldVisibility value)
value - allowed object is
CustomFieldVisibilityCopyright © 2018. All Rights Reserved.