|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.v201109.mcm.ServicedAccountGraph
public class ServicedAccountGraph
Represents a list of the requested managers and clients, and the relationships between them.
| 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 |
|---|
public ServicedAccountGraph()
public ServicedAccountGraph(Account[] accounts,
Link[] links)
| Method Detail |
|---|
public Account[] getAccounts()
public void setAccounts(Account[] accounts)
accounts - * The accounts found that match the selector querypublic Account getAccounts(int i)
public void setAccounts(int i,
Account _value)
public Link[] getLinks()
public void setLinks(Link[] links)
links - * The manager links between the listed accountspublic Link getLinks(int i)
public void setLinks(int i,
Link _value)
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||