public class AccountInfoWithCustomerData extends Object
Java class for AccountInfoWithCustomerData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccountInfoWithCustomerData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CustomerId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="CustomerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AccountId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="AccountName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AccountNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AccountLifeCycleStatus" type="{https://bingads.microsoft.com/Customer/v13/Entities}AccountLifeCycleStatus" minOccurs="0"/>
<element name="PauseReason" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" minOccurs="0"/>
<element name="AccountMode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
accountId |
protected AccountLifeCycleStatus |
accountLifeCycleStatus |
protected String |
accountMode |
protected String |
accountName |
protected String |
accountNumber |
protected Long |
customerId |
protected String |
customerName |
protected Short |
pauseReason |
| Constructor and Description |
|---|
AccountInfoWithCustomerData() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAccountId()
Gets the value of the accountId property.
|
AccountLifeCycleStatus |
getAccountLifeCycleStatus()
Gets the value of the accountLifeCycleStatus property.
|
String |
getAccountMode()
Gets the value of the accountMode property.
|
String |
getAccountName()
Gets the value of the accountName property.
|
String |
getAccountNumber()
Gets the value of the accountNumber property.
|
Long |
getCustomerId()
Gets the value of the customerId property.
|
String |
getCustomerName()
Gets the value of the customerName property.
|
Short |
getPauseReason()
Gets the value of the pauseReason property.
|
void |
setAccountId(Long value)
Sets the value of the accountId property.
|
void |
setAccountLifeCycleStatus(AccountLifeCycleStatus value)
Sets the value of the accountLifeCycleStatus property.
|
void |
setAccountMode(String value)
Sets the value of the accountMode property.
|
void |
setAccountName(String value)
Sets the value of the accountName property.
|
void |
setAccountNumber(String value)
Sets the value of the accountNumber property.
|
void |
setCustomerId(Long value)
Sets the value of the customerId property.
|
void |
setCustomerName(String value)
Sets the value of the customerName property.
|
void |
setPauseReason(Short value)
Sets the value of the pauseReason property.
|
protected Long customerId
protected String customerName
protected Long accountId
protected String accountName
protected String accountNumber
protected AccountLifeCycleStatus accountLifeCycleStatus
protected Short pauseReason
protected String accountMode
public Long getCustomerId()
Longpublic void setCustomerId(Long value)
value - allowed object is
Longpublic String getCustomerName()
Stringpublic void setCustomerName(String value)
value - allowed object is
Stringpublic Long getAccountId()
Longpublic void setAccountId(Long value)
value - allowed object is
Longpublic String getAccountName()
Stringpublic void setAccountName(String value)
value - allowed object is
Stringpublic String getAccountNumber()
Stringpublic void setAccountNumber(String value)
value - allowed object is
Stringpublic AccountLifeCycleStatus getAccountLifeCycleStatus()
AccountLifeCycleStatuspublic void setAccountLifeCycleStatus(AccountLifeCycleStatus value)
value - allowed object is
AccountLifeCycleStatuspublic Short getPauseReason()
Shortpublic void setPauseReason(Short value)
value - allowed object is
Shortpublic String getAccountMode()
StringCopyright © 2024. All rights reserved.