|
||||||||||
| 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.Link
public class Link
Represents an AdWords manager-client link.
| Constructor Summary | |
|---|---|
Link()
|
|
Link(CustomerId managerId,
CustomerId clientId,
LinkType typeOfLink,
String descriptiveName,
String linkType)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
CustomerId |
getClientId()
Gets the clientId value for this Link. |
String |
getDescriptiveName()
Gets the descriptiveName value for this Link. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
String |
getLinkType()
Gets the linkType value for this Link. |
CustomerId |
getManagerId()
Gets the managerId value for this Link. |
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 |
LinkType |
getTypeOfLink()
Gets the typeOfLink value for this Link. |
int |
hashCode()
|
void |
setClientId(CustomerId clientId)
Sets the clientId value for this Link. |
void |
setDescriptiveName(String descriptiveName)
Sets the descriptiveName value for this Link. |
void |
setLinkType(String linkType)
Sets the linkType value for this Link. |
void |
setManagerId(CustomerId managerId)
Sets the managerId value for this Link. |
void |
setTypeOfLink(LinkType typeOfLink)
Sets the typeOfLink value for this Link. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Link()
public Link(CustomerId managerId,
CustomerId clientId,
LinkType typeOfLink,
String descriptiveName,
String linkType)
| Method Detail |
|---|
public CustomerId getManagerId()
public void setManagerId(CustomerId managerId)
managerId - * The ID of the manager represented in ths link.public CustomerId getClientId()
public void setClientId(CustomerId clientId)
clientId - * The ID of the client represented in this link.public LinkType getTypeOfLink()
public void setTypeOfLink(LinkType typeOfLink)
typeOfLink - * Whether the link has been established.public String getDescriptiveName()
public void setDescriptiveName(String descriptiveName)
descriptiveName - * The descriptive name used by the manager to refer to the client.public String getLinkType()
public void setLinkType(String linkType)
linkType - * Indicates that this instance is a subtype of Link.
Although this field is returned in the response, it
is ignored on input
and cannot be selected. Specify xsi:type instead.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 | |||||||||