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

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

public class ServicedAccountSelector
extends Object
implements Serializable

Selector for querying the ServicedAccount graph.

See Also:
Serialized Form

Constructor Summary
ServicedAccountSelector()
           
ServicedAccountSelector(long[] customerIds, Boolean enablePaging, Boolean submanagersOnly)
           
 
Method Summary
 boolean equals(Object obj)
           
 long[] getCustomerIds()
          Gets the customerIds value for this ServicedAccountSelector.
 long getCustomerIds(int i)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Boolean getEnablePaging()
          Gets the enablePaging value for this ServicedAccountSelector.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 Boolean getSubmanagersOnly()
          Gets the submanagersOnly value for this ServicedAccountSelector.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCustomerIds(int i, long _value)
           
 void setCustomerIds(long[] customerIds)
          Sets the customerIds value for this ServicedAccountSelector.
 void setEnablePaging(Boolean enablePaging)
          Sets the enablePaging value for this ServicedAccountSelector.
 void setSubmanagersOnly(Boolean submanagersOnly)
          Sets the submanagersOnly value for this ServicedAccountSelector.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServicedAccountSelector

public ServicedAccountSelector()

ServicedAccountSelector

public ServicedAccountSelector(long[] customerIds,
                               Boolean enablePaging,
                               Boolean submanagersOnly)
Method Detail

getCustomerIds

public long[] getCustomerIds()
Gets the customerIds value for this ServicedAccountSelector.

Returns:
customerIds * If nonempty, only customers (recursively) managed by these "seeds" will be returned.

setCustomerIds

public void setCustomerIds(long[] customerIds)
Sets the customerIds value for this ServicedAccountSelector.

Parameters:
customerIds - * If nonempty, only customers (recursively) managed by these "seeds" will be returned.

getCustomerIds

public long getCustomerIds(int i)

setCustomerIds

public void setCustomerIds(int i,
                           long _value)

getEnablePaging

public Boolean getEnablePaging()
Gets the enablePaging value for this ServicedAccountSelector.

Returns:
enablePaging * Whether to treat the results as a flat list instead of a graph of links. If false, paging options will be ignored.

setEnablePaging

public void setEnablePaging(Boolean enablePaging)
Sets the enablePaging value for this ServicedAccountSelector.

Parameters:
enablePaging - * Whether to treat the results as a flat list instead of a graph of links. If false, paging options will be ignored.

getSubmanagersOnly

public Boolean getSubmanagersOnly()
Gets the submanagersOnly value for this ServicedAccountSelector.

Returns:
submanagersOnly * Whether the result should only return accounts that themselves can manage clients.

setSubmanagersOnly

public void setSubmanagersOnly(Boolean submanagersOnly)
Sets the submanagersOnly value for this ServicedAccountSelector.

Parameters:
submanagersOnly - * Whether the result should only return accounts that themselves can manage clients.

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.