public class MigrationStatusInfo extends Object
Java class for MigrationStatusInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MigrationStatusInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MigrationType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="StartTimeInUtc" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Status" type="{https://bingads.microsoft.com/CampaignManagement/v13}MigrationStatus"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
migrationType |
protected Calendar |
startTimeInUtc |
protected MigrationStatus |
status |
| Constructor and Description |
|---|
MigrationStatusInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMigrationType()
Gets the value of the migrationType property.
|
Calendar |
getStartTimeInUtc()
Gets the value of the startTimeInUtc property.
|
MigrationStatus |
getStatus()
Gets the value of the status property.
|
void |
setMigrationType(String value)
Sets the value of the migrationType property.
|
void |
setStartTimeInUtc(Calendar value)
Sets the value of the startTimeInUtc property.
|
void |
setStatus(MigrationStatus value)
Sets the value of the status property.
|
protected String migrationType
protected Calendar startTimeInUtc
protected MigrationStatus status
public String getMigrationType()
Stringpublic void setMigrationType(String value)
value - allowed object is
Stringpublic Calendar getStartTimeInUtc()
Stringpublic void setStartTimeInUtc(Calendar value)
value - allowed object is
Stringpublic MigrationStatus getStatus()
MigrationStatuspublic void setStatus(MigrationStatus value)
value - allowed object is
MigrationStatusCopyright © 2024. All rights reserved.