public class ResultMessage extends APIObject
Java class for ResultMessage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResultMessage">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="RequestID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ConversationID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OverallStatusCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="StatusMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ErrorCode" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="RequestType" type="{http://exacttarget.com/wsdl/partnerAPI}RequestType" minOccurs="0"/>
<element name="ResultType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ResultDetailXML" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SequenceCode" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="CallsInConversation" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
callsInConversation |
protected String |
conversationID |
protected Integer |
errorCode |
protected String |
overallStatusCode |
protected String |
requestID |
protected RequestType |
requestType |
protected String |
resultDetailXML |
protected String |
resultType |
protected Integer |
sequenceCode |
protected String |
statusCode |
protected String |
statusMessage |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
ResultMessage() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCallsInConversation()
Gets the value of the callsInConversation property.
|
String |
getConversationID()
Gets the value of the conversationID property.
|
Integer |
getErrorCode()
Gets the value of the errorCode property.
|
String |
getOverallStatusCode()
Gets the value of the overallStatusCode property.
|
String |
getRequestID()
Gets the value of the requestID property.
|
RequestType |
getRequestType()
Gets the value of the requestType property.
|
String |
getResultDetailXML()
Gets the value of the resultDetailXML property.
|
String |
getResultType()
Gets the value of the resultType property.
|
Integer |
getSequenceCode()
Gets the value of the sequenceCode property.
|
String |
getStatusCode()
Gets the value of the statusCode property.
|
String |
getStatusMessage()
Gets the value of the statusMessage property.
|
void |
setCallsInConversation(Integer value)
Sets the value of the callsInConversation property.
|
void |
setConversationID(String value)
Sets the value of the conversationID property.
|
void |
setErrorCode(Integer value)
Sets the value of the errorCode property.
|
void |
setOverallStatusCode(String value)
Sets the value of the overallStatusCode property.
|
void |
setRequestID(String value)
Sets the value of the requestID property.
|
void |
setRequestType(RequestType value)
Sets the value of the requestType property.
|
void |
setResultDetailXML(String value)
Sets the value of the resultDetailXML property.
|
void |
setResultType(String value)
Sets the value of the resultType property.
|
void |
setSequenceCode(Integer value)
Sets the value of the sequenceCode property.
|
void |
setStatusCode(String value)
Sets the value of the statusCode property.
|
void |
setStatusMessage(String value)
Sets the value of the statusMessage 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 requestID
protected String conversationID
protected String overallStatusCode
protected String statusCode
protected String statusMessage
protected Integer errorCode
protected RequestType requestType
protected String resultType
protected String resultDetailXML
protected Integer sequenceCode
protected Integer callsInConversation
public String getRequestID()
Stringpublic void setRequestID(String value)
value - allowed object is
Stringpublic String getConversationID()
Stringpublic void setConversationID(String value)
value - allowed object is
Stringpublic String getOverallStatusCode()
Stringpublic void setOverallStatusCode(String value)
value - allowed object is
Stringpublic String getStatusCode()
Stringpublic void setStatusCode(String value)
value - allowed object is
Stringpublic String getStatusMessage()
Stringpublic void setStatusMessage(String value)
value - allowed object is
Stringpublic Integer getErrorCode()
Integerpublic void setErrorCode(Integer value)
value - allowed object is
Integerpublic RequestType getRequestType()
RequestTypepublic void setRequestType(RequestType value)
value - allowed object is
RequestTypepublic String getResultType()
Stringpublic void setResultType(String value)
value - allowed object is
Stringpublic String getResultDetailXML()
Stringpublic void setResultDetailXML(String value)
value - allowed object is
Stringpublic Integer getSequenceCode()
Integerpublic void setSequenceCode(Integer value)
value - allowed object is
Integerpublic Integer getCallsInConversation()
Integerpublic void setCallsInConversation(Integer value)
value - allowed object is
IntegerCopyright © 2017. All rights reserved.