public class ImportResultsSummary extends APIObject
Java class for ImportResultsSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImportResultsSummary">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="ImportDefinitionCustomerKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DestinationID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="NumberSuccessful" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="NumberDuplicated" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="NumberErrors" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="TotalRows" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ImportType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ImportStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TaskResultID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
destinationID |
protected String |
endDate |
protected String |
importDefinitionCustomerKey |
protected String |
importStatus |
protected String |
importType |
protected Integer |
numberDuplicated |
protected Integer |
numberErrors |
protected Integer |
numberSuccessful |
protected String |
startDate |
protected Integer |
taskResultID |
protected Integer |
totalRows |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
ImportResultsSummary() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationID()
Gets the value of the destinationID property.
|
String |
getEndDate()
Gets the value of the endDate property.
|
String |
getImportDefinitionCustomerKey()
Gets the value of the importDefinitionCustomerKey property.
|
String |
getImportStatus()
Gets the value of the importStatus property.
|
String |
getImportType()
Gets the value of the importType property.
|
Integer |
getNumberDuplicated()
Gets the value of the numberDuplicated property.
|
Integer |
getNumberErrors()
Gets the value of the numberErrors property.
|
Integer |
getNumberSuccessful()
Gets the value of the numberSuccessful property.
|
String |
getStartDate()
Gets the value of the startDate property.
|
Integer |
getTaskResultID()
Gets the value of the taskResultID property.
|
Integer |
getTotalRows()
Gets the value of the totalRows property.
|
void |
setDestinationID(String value)
Sets the value of the destinationID property.
|
void |
setEndDate(String value)
Sets the value of the endDate property.
|
void |
setImportDefinitionCustomerKey(String value)
Sets the value of the importDefinitionCustomerKey property.
|
void |
setImportStatus(String value)
Sets the value of the importStatus property.
|
void |
setImportType(String value)
Sets the value of the importType property.
|
void |
setNumberDuplicated(Integer value)
Sets the value of the numberDuplicated property.
|
void |
setNumberErrors(Integer value)
Sets the value of the numberErrors property.
|
void |
setNumberSuccessful(Integer value)
Sets the value of the numberSuccessful property.
|
void |
setStartDate(String value)
Sets the value of the startDate property.
|
void |
setTaskResultID(Integer value)
Sets the value of the taskResultID property.
|
void |
setTotalRows(Integer value)
Sets the value of the totalRows property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getClient, getCorrelationID, getCreatedDate, getCustomerKey, getId, getModifiedDate, getObjectID, getObjectState, getOwner, getPartnerKey, getPartnerProperties, setClient, setCorrelationID, setCreatedDate, setCustomerKey, setId, setModifiedDate, setObjectID, setObjectState, setOwner, setPartnerKeyprotected String importDefinitionCustomerKey
protected String startDate
protected String endDate
protected String destinationID
protected Integer numberSuccessful
protected Integer numberDuplicated
protected Integer numberErrors
protected Integer totalRows
protected String importType
protected String importStatus
protected Integer taskResultID
public String getImportDefinitionCustomerKey()
Stringpublic void setImportDefinitionCustomerKey(String value)
value - allowed object is
Stringpublic String getStartDate()
Stringpublic void setStartDate(String value)
value - allowed object is
Stringpublic String getEndDate()
Stringpublic void setEndDate(String value)
value - allowed object is
Stringpublic String getDestinationID()
Stringpublic void setDestinationID(String value)
value - allowed object is
Stringpublic Integer getNumberSuccessful()
Integerpublic void setNumberSuccessful(Integer value)
value - allowed object is
Integerpublic Integer getNumberDuplicated()
Integerpublic void setNumberDuplicated(Integer value)
value - allowed object is
Integerpublic Integer getNumberErrors()
Integerpublic void setNumberErrors(Integer value)
value - allowed object is
Integerpublic Integer getTotalRows()
Integerpublic void setTotalRows(Integer value)
value - allowed object is
Integerpublic String getImportType()
Stringpublic void setImportType(String value)
value - allowed object is
Stringpublic String getImportStatus()
Stringpublic void setImportStatus(String value)
value - allowed object is
Stringpublic Integer getTaskResultID()
Integerpublic void setTaskResultID(Integer value)
value - allowed object is
IntegerCopyright © 2017. All rights reserved.