public class ManagedCustomerLink extends Object
Java class for ManagedCustomerLink complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ManagedCustomerLink">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="managerCustomerId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="clientCustomerId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="linkStatus" type="{https://adwords.google.com/api/adwords/mcm/v201809}LinkStatus" minOccurs="0"/>
<element name="pendingDescriptiveName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="isHidden" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
clientCustomerId |
protected Boolean |
isHidden |
protected LinkStatus |
linkStatus |
protected Long |
managerCustomerId |
protected String |
pendingDescriptiveName |
| Constructor and Description |
|---|
ManagedCustomerLink() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getClientCustomerId()
Gets the value of the clientCustomerId property.
|
LinkStatus |
getLinkStatus()
Gets the value of the linkStatus property.
|
Long |
getManagerCustomerId()
Gets the value of the managerCustomerId property.
|
String |
getPendingDescriptiveName()
Gets the value of the pendingDescriptiveName property.
|
Boolean |
isIsHidden()
Gets the value of the isHidden property.
|
void |
setClientCustomerId(Long value)
Sets the value of the clientCustomerId property.
|
void |
setIsHidden(Boolean value)
Sets the value of the isHidden property.
|
void |
setLinkStatus(LinkStatus value)
Sets the value of the linkStatus property.
|
void |
setManagerCustomerId(Long value)
Sets the value of the managerCustomerId property.
|
void |
setPendingDescriptiveName(String value)
Sets the value of the pendingDescriptiveName property.
|
protected Long managerCustomerId
protected Long clientCustomerId
protected LinkStatus linkStatus
protected String pendingDescriptiveName
protected Boolean isHidden
public Long getManagerCustomerId()
Longpublic void setManagerCustomerId(Long value)
value - allowed object is
Longpublic Long getClientCustomerId()
Longpublic void setClientCustomerId(Long value)
value - allowed object is
Longpublic LinkStatus getLinkStatus()
LinkStatuspublic void setLinkStatus(LinkStatus value)
value - allowed object is
LinkStatuspublic String getPendingDescriptiveName()
Stringpublic void setPendingDescriptiveName(String value)
value - allowed object is
Stringpublic Boolean isIsHidden()
BooleanCopyright © 2023. All rights reserved.