|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.dfp.axis.v201204.CustomField
public class CustomField
An additional, user-created field on an entity.
| Constructor Summary | |
|---|---|
CustomField()
|
|
CustomField(Long id,
String name,
String description,
Boolean isActive,
CustomFieldEntityType entityType,
CustomFieldDataType dataType,
CustomFieldVisibility visibility,
String customFieldType)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getCustomFieldType()
Gets the customFieldType value for this CustomField. |
CustomFieldDataType |
getDataType()
Gets the dataType value for this CustomField. |
String |
getDescription()
Gets the description value for this CustomField. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
CustomFieldEntityType |
getEntityType()
Gets the entityType value for this CustomField. |
Long |
getId()
Gets the id value for this CustomField. |
Boolean |
getIsActive()
Gets the isActive value for this CustomField. |
String |
getName()
Gets the name value for this CustomField. |
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 |
CustomFieldVisibility |
getVisibility()
Gets the visibility value for this CustomField. |
int |
hashCode()
|
void |
setCustomFieldType(String customFieldType)
Sets the customFieldType value for this CustomField. |
void |
setDataType(CustomFieldDataType dataType)
Sets the dataType value for this CustomField. |
void |
setDescription(String description)
Sets the description value for this CustomField. |
void |
setEntityType(CustomFieldEntityType entityType)
Sets the entityType value for this CustomField. |
void |
setId(Long id)
Sets the id value for this CustomField. |
void |
setIsActive(Boolean isActive)
Sets the isActive value for this CustomField. |
void |
setName(String name)
Sets the name value for this CustomField. |
void |
setVisibility(CustomFieldVisibility visibility)
Sets the visibility value for this CustomField. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CustomField()
public CustomField(Long id,
String name,
String description,
Boolean isActive,
CustomFieldEntityType entityType,
CustomFieldDataType dataType,
CustomFieldVisibility visibility,
String customFieldType)
| Method Detail |
|---|
public Long getId()
CustomField. This value is readonly
and is assigned by
Google.public void setId(Long id)
id - * Unique ID of the CustomField. This value is readonly
and is assigned by
Google.public String getName()
CustomField. This is value is required
to create a custom field. The
max length is 127 characters.public void setName(String name)
name - * Name of the CustomField. This is value is required
to create a custom field. The
max length is 127 characters.public String getDescription()
public void setDescription(String description)
description - * A description of the custom field. This value is optional.
The maximum length is 511
characterspublic Boolean getIsActive()
public void setIsActive(Boolean isActive)
isActive - * Specifies whether or not the custom fields is active. This
attribute is read-only.public CustomFieldEntityType getEntityType()
CustomFieldValue for this
field.public void setEntityType(CustomFieldEntityType entityType)
entityType - * The type of entity that this custom field is associated with.
This attribute is read-only
if there exists a CustomFieldValue for this
field.public CustomFieldDataType getDataType()
CustomFieldValue for this
field.public void setDataType(CustomFieldDataType dataType)
dataType - * The type of data this custom field contains. This attribute
is read-only
if there exists a CustomFieldValue for this
field.public CustomFieldVisibility getVisibility()
public void setVisibility(CustomFieldVisibility visibility)
visibility - * How visible/accessible this field is in the UI.public String getCustomFieldType()
public void setCustomFieldType(String customFieldType)
customFieldType - * Indicates that this instance is a subtype of CustomField.
Although this field is returned in the response, it
is ignored on input
and cannot be selected. Specify xsi:type instead.public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic 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 | |||||||||