|
||||||||||
| 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.CustomFieldOption
public class CustomFieldOption
An option represents a permitted value for a custom field that
has a CustomField.dataType of CustomFieldDataType.DROP_DOWN.
| Constructor Summary | |
|---|---|
CustomFieldOption()
|
|
CustomFieldOption(Long id,
Long customFieldId,
String displayName)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Long |
getCustomFieldId()
Gets the customFieldId value for this CustomFieldOption. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
String |
getDisplayName()
Gets the displayName value for this CustomFieldOption. |
Long |
getId()
Gets the id value for this CustomFieldOption. |
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 |
int |
hashCode()
|
void |
setCustomFieldId(Long customFieldId)
Sets the customFieldId value for this CustomFieldOption. |
void |
setDisplayName(String displayName)
Sets the displayName value for this CustomFieldOption. |
void |
setId(Long id)
Sets the id value for this CustomFieldOption. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CustomFieldOption()
public CustomFieldOption(Long id,
Long customFieldId,
String displayName)
| Method Detail |
|---|
public Long getId()
public void setId(Long id)
id - * Unique ID of this option. This value is readonly and is assigned
by
Google.public Long getCustomFieldId()
public void setCustomFieldId(Long customFieldId)
customFieldId - * The id of the custom field this option belongs to.public String getDisplayName()
public void setDisplayName(String displayName)
displayName - * The display name of this option.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 | |||||||||