com.google.api.ads.adwords.v201109.cm
Class EnumValuePair

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.cm.EnumValuePair
All Implemented Interfaces:
Serializable

public class EnumValuePair
extends Object
implements Serializable

Represents information about enum values.

See Also:
Serialized Form

Constructor Summary
EnumValuePair()
           
EnumValuePair(String enumValue, String enumDisplayValue)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getEnumDisplayValue()
          Gets the enumDisplayValue value for this EnumValuePair.
 String getEnumValue()
          Gets the enumValue value for this EnumValuePair.
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 setEnumDisplayValue(String enumDisplayValue)
          Sets the enumDisplayValue value for this EnumValuePair.
 void setEnumValue(String enumValue)
          Sets the enumValue value for this EnumValuePair.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnumValuePair

public EnumValuePair()

EnumValuePair

public EnumValuePair(String enumValue,
                     String enumDisplayValue)
Method Detail

getEnumValue

public String getEnumValue()
Gets the enumValue value for this EnumValuePair.

Returns:
enumValue * The api enum value. This field is read only and should not be set. If this field is sent to the API, it will be ignored.

setEnumValue

public void setEnumValue(String enumValue)
Sets the enumValue value for this EnumValuePair.

Parameters:
enumValue - * The api enum value. This field is read only and should not be set. If this field is sent to the API, it will be ignored.

getEnumDisplayValue

public String getEnumDisplayValue()
Gets the enumDisplayValue value for this EnumValuePair.

Returns:
enumDisplayValue * The enum value displayed in the downloaded report. This field is read only and should not be set. If this field is sent to the API, it will be ignored.

setEnumDisplayValue

public void setEnumDisplayValue(String enumDisplayValue)
Sets the enumDisplayValue value for this EnumValuePair.

Parameters:
enumDisplayValue - * The enum value displayed in the downloaded report. This field is read only and should not be set. If this field is sent to the API, it will be ignored.

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2011. All Rights Reserved.