|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.dfp.axis.v201206.BaseCustomFieldValue
com.google.api.ads.dfp.axis.v201206.CustomFieldValue
public class CustomFieldValue
The value of a CustomField that does not have a CustomField.dataType
of CustomFieldDataType.DROP_DOWN.
| Constructor Summary | |
|---|---|
CustomFieldValue()
|
|
CustomFieldValue(Long customFieldId,
String baseCustomFieldValueType,
Value value)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
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 |
Value |
getValue()
Gets the value value for this CustomFieldValue. |
int |
hashCode()
|
void |
setValue(Value value)
Sets the value value for this CustomFieldValue. |
| Methods inherited from class com.google.api.ads.dfp.axis.v201206.BaseCustomFieldValue |
|---|
getBaseCustomFieldValueType, getCustomFieldId, setBaseCustomFieldValueType, setCustomFieldId |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CustomFieldValue()
public CustomFieldValue(Long customFieldId,
String baseCustomFieldValueType,
Value value)
| Method Detail |
|---|
public Value getValue()
Value
is
determined by the CustomField#dataType
of the CustomField
that this conforms to.
CustomFieldDataType | Value type |
|---|---|
STRING | TextValue |
NUMBER | NumberValue |
TOGGLE | BooleanValue |
public void setValue(Value value)
value - * The value for this field. The appropriate type of Value
is
determined by the CustomField#dataType
of the CustomField
that this conforms to.
CustomFieldDataType | Value type |
|---|---|
STRING | TextValue |
NUMBER | NumberValue |
TOGGLE | BooleanValue |
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 | |||||||||