public class AsyncRequestResult extends APIObject
Java class for AsyncRequestResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AsyncRequestResult">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="Status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CompleteDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="CallStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CallMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
callMessage |
protected String |
callStatus |
protected Date |
completeDate |
protected String |
status |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
AsyncRequestResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCallMessage()
Gets the value of the callMessage property.
|
String |
getCallStatus()
Gets the value of the callStatus property.
|
Date |
getCompleteDate()
Gets the value of the completeDate property.
|
String |
getStatus()
Gets the value of the status property.
|
void |
setCallMessage(String value)
Sets the value of the callMessage property.
|
void |
setCallStatus(String value)
Sets the value of the callStatus property.
|
void |
setCompleteDate(Date value)
Sets the value of the completeDate property.
|
void |
setStatus(String value)
Sets the value of the status 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 status
protected Date completeDate
protected String callStatus
protected String callMessage
public String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic Date getCompleteDate()
Stringpublic void setCompleteDate(Date value)
value - allowed object is
Stringpublic String getCallStatus()
Stringpublic void setCallStatus(String value)
value - allowed object is
Stringpublic String getCallMessage()
Stringpublic void setCallMessage(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.