com.google.api.ads.adwords.v201109.mcm
Class CustomerId

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

public class CustomerId
extends Object
implements Serializable

The 10-digit ID for identifying an AdWords account.

See Also:
Serialized Form

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

Constructor Detail

CustomerId

public CustomerId()

CustomerId

public CustomerId(Long id)
Method Detail

getId

public Long getId()
Gets the id value for this CustomerId.

Returns:
id

setId

public void setId(Long id)
Sets the id value for this CustomerId.

Parameters:
id -

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.