public class ClientLink extends Object
Java class for ClientLink complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClientLink">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ClientEntityId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="ClientEntityNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ClientEntityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ManagingCustomerId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="ManagingCustomerNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ManagingCustomerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Note" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="InviterEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="InviterName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="InviterPhone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IsBillToClient" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Status" type="{https://bingads.microsoft.com/Customer/v13/Entities}ClientLinkStatus" minOccurs="0"/>
<element name="SuppressNotification" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="LastModifiedDateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="LastModifiedByUserId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="Timestamp" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="ForwardCompatibilityMap" type="{http://schemas.datacontract.org/2004/07/System.Collections.Generic}ArrayOfKeyValuePairOfstringstring" minOccurs="0"/>
<element name="CustomerLinkPermission" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
clientEntityId |
protected String |
clientEntityName |
protected String |
clientEntityNumber |
protected String |
customerLinkPermission |
protected ArrayOfKeyValuePairOfstringstring |
forwardCompatibilityMap |
protected String |
inviterEmail |
protected String |
inviterName |
protected String |
inviterPhone |
protected Boolean |
isBillToClient |
protected Long |
lastModifiedByUserId |
protected Calendar |
lastModifiedDateTime |
protected Long |
managingCustomerId |
protected String |
managingCustomerName |
protected String |
managingCustomerNumber |
protected String |
name |
protected String |
note |
protected Calendar |
startDate |
protected ClientLinkStatus |
status |
protected Boolean |
suppressNotification |
protected byte[] |
timestamp |
protected String |
type |
| Constructor and Description |
|---|
ClientLink() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getClientEntityId()
Gets the value of the clientEntityId property.
|
String |
getClientEntityName()
Gets the value of the clientEntityName property.
|
String |
getClientEntityNumber()
Gets the value of the clientEntityNumber property.
|
String |
getCustomerLinkPermission()
Gets the value of the customerLinkPermission property.
|
ArrayOfKeyValuePairOfstringstring |
getForwardCompatibilityMap()
Gets the value of the forwardCompatibilityMap property.
|
String |
getInviterEmail()
Gets the value of the inviterEmail property.
|
String |
getInviterName()
Gets the value of the inviterName property.
|
String |
getInviterPhone()
Gets the value of the inviterPhone property.
|
Boolean |
getIsBillToClient()
Gets the value of the isBillToClient property.
|
Long |
getLastModifiedByUserId()
Gets the value of the lastModifiedByUserId property.
|
Calendar |
getLastModifiedDateTime()
Gets the value of the lastModifiedDateTime property.
|
Long |
getManagingCustomerId()
Gets the value of the managingCustomerId property.
|
String |
getManagingCustomerName()
Gets the value of the managingCustomerName property.
|
String |
getManagingCustomerNumber()
Gets the value of the managingCustomerNumber property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNote()
Gets the value of the note property.
|
Calendar |
getStartDate()
Gets the value of the startDate property.
|
ClientLinkStatus |
getStatus()
Gets the value of the status property.
|
Boolean |
getSuppressNotification()
Gets the value of the suppressNotification property.
|
byte[] |
getTimestamp()
Gets the value of the timestamp property.
|
String |
getType()
Gets the value of the type property.
|
void |
setClientEntityId(Long value)
Sets the value of the clientEntityId property.
|
void |
setClientEntityName(String value)
Sets the value of the clientEntityName property.
|
void |
setClientEntityNumber(String value)
Sets the value of the clientEntityNumber property.
|
void |
setCustomerLinkPermission(String value)
Sets the value of the customerLinkPermission property.
|
void |
setForwardCompatibilityMap(ArrayOfKeyValuePairOfstringstring value)
Sets the value of the forwardCompatibilityMap property.
|
void |
setInviterEmail(String value)
Sets the value of the inviterEmail property.
|
void |
setInviterName(String value)
Sets the value of the inviterName property.
|
void |
setInviterPhone(String value)
Sets the value of the inviterPhone property.
|
void |
setIsBillToClient(Boolean value)
Sets the value of the isBillToClient property.
|
void |
setLastModifiedByUserId(Long value)
Sets the value of the lastModifiedByUserId property.
|
void |
setLastModifiedDateTime(Calendar value)
Sets the value of the lastModifiedDateTime property.
|
void |
setManagingCustomerId(Long value)
Sets the value of the managingCustomerId property.
|
void |
setManagingCustomerName(String value)
Sets the value of the managingCustomerName property.
|
void |
setManagingCustomerNumber(String value)
Sets the value of the managingCustomerNumber property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNote(String value)
Sets the value of the note property.
|
void |
setStartDate(Calendar value)
Sets the value of the startDate property.
|
void |
setStatus(ClientLinkStatus value)
Sets the value of the status property.
|
void |
setSuppressNotification(Boolean value)
Sets the value of the suppressNotification property.
|
void |
setTimestamp(byte[] value)
Sets the value of the timestamp property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String type
protected Long clientEntityId
protected String clientEntityNumber
protected String clientEntityName
protected Long managingCustomerId
protected String managingCustomerNumber
protected String managingCustomerName
protected String note
protected String name
protected String inviterEmail
protected String inviterName
protected String inviterPhone
protected Boolean isBillToClient
protected Calendar startDate
protected ClientLinkStatus status
protected Boolean suppressNotification
protected Calendar lastModifiedDateTime
protected Long lastModifiedByUserId
protected byte[] timestamp
protected ArrayOfKeyValuePairOfstringstring forwardCompatibilityMap
protected String customerLinkPermission
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic Long getClientEntityId()
Longpublic void setClientEntityId(Long value)
value - allowed object is
Longpublic String getClientEntityNumber()
Stringpublic void setClientEntityNumber(String value)
value - allowed object is
Stringpublic String getClientEntityName()
Stringpublic void setClientEntityName(String value)
value - allowed object is
Stringpublic Long getManagingCustomerId()
Longpublic void setManagingCustomerId(Long value)
value - allowed object is
Longpublic String getManagingCustomerNumber()
Stringpublic void setManagingCustomerNumber(String value)
value - allowed object is
Stringpublic String getManagingCustomerName()
Stringpublic void setManagingCustomerName(String value)
value - allowed object is
Stringpublic String getNote()
Stringpublic void setNote(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getInviterEmail()
Stringpublic void setInviterEmail(String value)
value - allowed object is
Stringpublic String getInviterName()
Stringpublic void setInviterName(String value)
value - allowed object is
Stringpublic String getInviterPhone()
Stringpublic void setInviterPhone(String value)
value - allowed object is
Stringpublic Boolean getIsBillToClient()
Booleanpublic void setIsBillToClient(Boolean value)
value - allowed object is
Booleanpublic Calendar getStartDate()
Stringpublic void setStartDate(Calendar value)
value - allowed object is
Stringpublic ClientLinkStatus getStatus()
ClientLinkStatuspublic void setStatus(ClientLinkStatus value)
value - allowed object is
ClientLinkStatuspublic Boolean getSuppressNotification()
Booleanpublic void setSuppressNotification(Boolean value)
value - allowed object is
Booleanpublic Calendar getLastModifiedDateTime()
Stringpublic void setLastModifiedDateTime(Calendar value)
value - allowed object is
Stringpublic Long getLastModifiedByUserId()
Longpublic void setLastModifiedByUserId(Long value)
value - allowed object is
Longpublic byte[] getTimestamp()
public void setTimestamp(byte[] value)
value - allowed object is
byte[]public ArrayOfKeyValuePairOfstringstring getForwardCompatibilityMap()
ArrayOfKeyValuePairOfstringstringpublic void setForwardCompatibilityMap(ArrayOfKeyValuePairOfstringstring value)
value - allowed object is
ArrayOfKeyValuePairOfstringstringpublic String getCustomerLinkPermission()
StringCopyright © 2024. All rights reserved.