public class GetAccountResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Account" type="{https://bingads.microsoft.com/Customer/v13/Entities}AdvertiserAccount" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AdvertiserAccount |
account |
| Constructor and Description |
|---|
GetAccountResponse() |
| Modifier and Type | Method and Description |
|---|---|
AdvertiserAccount |
getAccount()
Gets the value of the account property.
|
void |
setAccount(AdvertiserAccount value)
Sets the value of the account property.
|
protected AdvertiserAccount account
public AdvertiserAccount getAccount()
AdvertiserAccountpublic void setAccount(AdvertiserAccount value)
value - allowed object is
AdvertiserAccountCopyright © 2024. All rights reserved.