|
||||||||||
| 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.BaseCustomFieldValue
com.google.api.ads.dfp.axis.v201204.DropDownCustomFieldValue
public class DropDownCustomFieldValue
A CustomFieldValue for a CustomField that has a
CustomField.dataType
of CustomFieldDataType.DROP_DOWN
| Constructor Summary | |
|---|---|
DropDownCustomFieldValue()
|
|
DropDownCustomFieldValue(Long customFieldId,
String baseCustomFieldValueType,
Long customFieldOptionId)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Long |
getCustomFieldOptionId()
Gets the customFieldOptionId value for this DropDownCustomFieldValue. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
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 |
setCustomFieldOptionId(Long customFieldOptionId)
Sets the customFieldOptionId value for this DropDownCustomFieldValue. |
| Methods inherited from class com.google.api.ads.dfp.axis.v201204.BaseCustomFieldValue |
|---|
getBaseCustomFieldValueType, getCustomFieldId, setBaseCustomFieldValueType, setCustomFieldId |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DropDownCustomFieldValue()
public DropDownCustomFieldValue(Long customFieldId,
String baseCustomFieldValueType,
Long customFieldOptionId)
| Method Detail |
|---|
public Long getCustomFieldOptionId()
ID of the CustomFieldOption
for
this value.public void setCustomFieldOptionId(Long customFieldOptionId)
customFieldOptionId - * The ID of the CustomFieldOption
for
this value.public boolean equals(Object obj)
equals in class BaseCustomFieldValuepublic int hashCode()
hashCode in class BaseCustomFieldValuepublic 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 | |||||||||