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

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

public class ServicedAccountGraph
extends Object
implements Serializable

Represents a list of the requested managers and clients, and the relationships between them.

See Also:
Serialized Form

Constructor Summary
ServicedAccountGraph()
           
ServicedAccountGraph(Account[] accounts, Link[] links)
           
 
Method Summary
 boolean equals(Object obj)
           
 Account[] getAccounts()
          Gets the accounts value for this ServicedAccountGraph.
 Account getAccounts(int i)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Link[] getLinks()
          Gets the links value for this ServicedAccountGraph.
 Link getLinks(int i)
           
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 setAccounts(Account[] accounts)
          Sets the accounts value for this ServicedAccountGraph.
 void setAccounts(int i, Account _value)
           
 void setLinks(int i, Link _value)
           
 void setLinks(Link[] links)
          Sets the links value for this ServicedAccountGraph.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServicedAccountGraph

public ServicedAccountGraph()

ServicedAccountGraph

public ServicedAccountGraph(Account[] accounts,
                            Link[] links)
Method Detail

getAccounts

public Account[] getAccounts()
Gets the accounts value for this ServicedAccountGraph.

Returns:
accounts * The accounts found that match the selector query

setAccounts

public void setAccounts(Account[] accounts)
Sets the accounts value for this ServicedAccountGraph.

Parameters:
accounts - * The accounts found that match the selector query

getAccounts

public Account getAccounts(int i)

setAccounts

public void setAccounts(int i,
                        Account _value)

getLinks

public Link[] getLinks()
Gets the links value for this ServicedAccountGraph.

Returns:
links * The manager links between the listed accounts

setLinks

public void setLinks(Link[] links)
Sets the links value for this ServicedAccountGraph.

Parameters:
links - * The manager links between the listed accounts

getLinks

public Link getLinks(int i)

setLinks

public void setLinks(int i,
                     Link _value)

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.