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

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

public class EntityIdType
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String _AD_ID
           
static String _ADGROUP_ID
           
static String _CAMPAIGN_ID
           
static String _CUSTOMER_ID
           
static EntityIdType AD_ID
           
static EntityIdType ADGROUP_ID
           
static EntityIdType CAMPAIGN_ID
           
static EntityIdType CUSTOMER_ID
           
 
Constructor Summary
protected EntityIdType(String value)
           
 
Method Summary
 boolean equals(Object obj)
           
static EntityIdType fromString(String value)
           
static EntityIdType fromValue(String value)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
           
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getValue()
           
 int hashCode()
           
 Object readResolve()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_ADGROUP_ID

public static final String _ADGROUP_ID
See Also:
Constant Field Values

_AD_ID

public static final String _AD_ID
See Also:
Constant Field Values

_CAMPAIGN_ID

public static final String _CAMPAIGN_ID
See Also:
Constant Field Values

_CUSTOMER_ID

public static final String _CUSTOMER_ID
See Also:
Constant Field Values

ADGROUP_ID

public static final EntityIdType ADGROUP_ID

AD_ID

public static final EntityIdType AD_ID

CAMPAIGN_ID

public static final EntityIdType CAMPAIGN_ID

CUSTOMER_ID

public static final EntityIdType CUSTOMER_ID
Constructor Detail

EntityIdType

protected EntityIdType(String value)
Method Detail

getValue

public String getValue()

fromValue

public static EntityIdType fromValue(String value)
                              throws IllegalArgumentException
Throws:
IllegalArgumentException

fromString

public static EntityIdType fromString(String value)
                               throws IllegalArgumentException
Throws:
IllegalArgumentException

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

readResolve

public Object readResolve()
                   throws ObjectStreamException
Throws:
ObjectStreamException

getSerializer

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

getDeserializer

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

getTypeDesc

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



Copyright © 2011. All Rights Reserved.