public class ImportResult extends Object
Java class for ImportResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImportResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EntityStatistics" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfImportEntityStatistics" minOccurs="0"/>
<element name="ErrorLogUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ForwardCompatibilityMap" type="{http://schemas.datacontract.org/2004/07/System.Collections.Generic}ArrayOfKeyValuePairOfstringstring" minOccurs="0"/>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ImportJob" type="{https://bingads.microsoft.com/CampaignManagement/v13}ImportJob" minOccurs="0"/>
<element name="StartTimeInUTC" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfImportEntityStatistics |
entityStatistics |
protected String |
errorLogUrl |
protected ArrayOfKeyValuePairOfstringstring |
forwardCompatibilityMap |
protected String |
id |
protected ImportJob |
importJob |
protected Calendar |
startTimeInUTC |
protected String |
status |
| Constructor and Description |
|---|
ImportResult() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfImportEntityStatistics |
getEntityStatistics()
Gets the value of the entityStatistics property.
|
String |
getErrorLogUrl()
Gets the value of the errorLogUrl property.
|
ArrayOfKeyValuePairOfstringstring |
getForwardCompatibilityMap()
Gets the value of the forwardCompatibilityMap property.
|
String |
getId()
Gets the value of the id property.
|
ImportJob |
getImportJob()
Gets the value of the importJob property.
|
Calendar |
getStartTimeInUTC()
Gets the value of the startTimeInUTC property.
|
String |
getStatus()
Gets the value of the status property.
|
void |
setEntityStatistics(ArrayOfImportEntityStatistics value)
Sets the value of the entityStatistics property.
|
void |
setErrorLogUrl(String value)
Sets the value of the errorLogUrl property.
|
void |
setForwardCompatibilityMap(ArrayOfKeyValuePairOfstringstring value)
Sets the value of the forwardCompatibilityMap property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setImportJob(ImportJob value)
Sets the value of the importJob property.
|
void |
setStartTimeInUTC(Calendar value)
Sets the value of the startTimeInUTC property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
protected ArrayOfImportEntityStatistics entityStatistics
protected String errorLogUrl
protected ArrayOfKeyValuePairOfstringstring forwardCompatibilityMap
protected String id
protected ImportJob importJob
protected Calendar startTimeInUTC
protected String status
public ArrayOfImportEntityStatistics getEntityStatistics()
ArrayOfImportEntityStatisticspublic void setEntityStatistics(ArrayOfImportEntityStatistics value)
value - allowed object is
ArrayOfImportEntityStatisticspublic String getErrorLogUrl()
Stringpublic void setErrorLogUrl(String value)
value - allowed object is
Stringpublic ArrayOfKeyValuePairOfstringstring getForwardCompatibilityMap()
ArrayOfKeyValuePairOfstringstringpublic void setForwardCompatibilityMap(ArrayOfKeyValuePairOfstringstring value)
value - allowed object is
ArrayOfKeyValuePairOfstringstringpublic void setId(String value)
value - allowed object is
Stringpublic ImportJob getImportJob()
ImportJobpublic void setImportJob(ImportJob value)
value - allowed object is
ImportJobpublic Calendar getStartTimeInUTC()
Stringpublic void setStartTimeInUTC(Calendar value)
value - allowed object is
Stringpublic String getStatus()
StringCopyright © 2024. All rights reserved.