public class AccountMigrationStatusesInfo extends Object
Java class for AccountMigrationStatusesInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccountMigrationStatusesInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AccountId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="MigrationStatusInfos" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfMigrationStatusInfo" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
accountId |
protected ArrayOfMigrationStatusInfo |
migrationStatusInfos |
| Constructor and Description |
|---|
AccountMigrationStatusesInfo() |
| Modifier and Type | Method and Description |
|---|---|
long |
getAccountId()
Gets the value of the accountId property.
|
ArrayOfMigrationStatusInfo |
getMigrationStatusInfos()
Gets the value of the migrationStatusInfos property.
|
void |
setAccountId(long value)
Sets the value of the accountId property.
|
void |
setMigrationStatusInfos(ArrayOfMigrationStatusInfo value)
Sets the value of the migrationStatusInfos property.
|
protected long accountId
protected ArrayOfMigrationStatusInfo migrationStatusInfos
public long getAccountId()
public void setAccountId(long value)
public ArrayOfMigrationStatusInfo getMigrationStatusInfos()
ArrayOfMigrationStatusInfopublic void setMigrationStatusInfos(ArrayOfMigrationStatusInfo value)
value - allowed object is
ArrayOfMigrationStatusInfoCopyright © 2024. All rights reserved.