public class GetAccountMigrationStatusesResponse 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="MigrationStatuses" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfAccountMigrationStatusesInfo" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfAccountMigrationStatusesInfo |
migrationStatuses |
| Constructor and Description |
|---|
GetAccountMigrationStatusesResponse() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfAccountMigrationStatusesInfo |
getMigrationStatuses()
Gets the value of the migrationStatuses property.
|
void |
setMigrationStatuses(ArrayOfAccountMigrationStatusesInfo value)
Sets the value of the migrationStatuses property.
|
protected ArrayOfAccountMigrationStatusesInfo migrationStatuses
public ArrayOfAccountMigrationStatusesInfo getMigrationStatuses()
ArrayOfAccountMigrationStatusesInfopublic void setMigrationStatuses(ArrayOfAccountMigrationStatusesInfo value)
value - allowed object is
ArrayOfAccountMigrationStatusesInfoCopyright © 2024. All rights reserved.