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

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.cm.AdUnionId
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TempAdUnionId

public class AdUnionId
extends Object
implements Serializable

Represents an id indicating a grouping of Ads under some heuristic.

See Also:
Serialized Form

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

Constructor Detail

AdUnionId

public AdUnionId()

AdUnionId

public AdUnionId(Long id,
                 String adUnionIdType)
Method Detail

getId

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

Returns:
id * The ID of the ad union This field must be greater than or equal to 1.

setId

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

Parameters:
id - * The ID of the ad union This field must be greater than or equal to 1.

getAdUnionIdType

public String getAdUnionIdType()
Gets the adUnionIdType value for this AdUnionId.

Returns:
adUnionIdType * Indicates that this instance is a subtype of AdUnionId. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead.

setAdUnionIdType

public void setAdUnionIdType(String adUnionIdType)
Sets the adUnionIdType value for this AdUnionId.

Parameters:
adUnionIdType - * Indicates that this instance is a subtype of AdUnionId. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead.

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.