public class AccountInfo extends Object
Java class for AccountInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccountInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Number" 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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AccountLifeCycleStatus |
accountLifeCycleStatus |
protected Long |
id |
protected String |
name |
protected String |
number |
protected Short |
pauseReason |
| Constructor and Description |
|---|
AccountInfo() |
| Modifier and Type | Method and Description |
|---|---|
AccountLifeCycleStatus |
getAccountLifeCycleStatus()
Gets the value of the accountLifeCycleStatus property.
|
Long |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNumber()
Gets the value of the number property.
|
Short |
getPauseReason()
Gets the value of the pauseReason property.
|
void |
setAccountLifeCycleStatus(AccountLifeCycleStatus value)
Sets the value of the accountLifeCycleStatus property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNumber(String value)
Sets the value of the number property.
|
void |
setPauseReason(Short value)
Sets the value of the pauseReason property.
|
protected Long id
protected String name
protected String number
protected AccountLifeCycleStatus accountLifeCycleStatus
protected Short pauseReason
public void setId(Long value)
value - allowed object is
Longpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getNumber()
Stringpublic void setNumber(String value)
value - allowed object is
Stringpublic AccountLifeCycleStatus getAccountLifeCycleStatus()
AccountLifeCycleStatuspublic void setAccountLifeCycleStatus(AccountLifeCycleStatus value)
value - allowed object is
AccountLifeCycleStatuspublic Short getPauseReason()
ShortCopyright © 2024. All rights reserved.