public class ResultItem extends APIObject
Java class for ResultItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResultItem">
<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="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="StatusMessage" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="OrdinalID" type="{http://www.w3.org/2001/XMLSchema}int" 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="RequestObjectType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
conversationID |
protected Integer |
errorCode |
protected Integer |
ordinalID |
protected String |
requestID |
protected String |
requestObjectType |
protected RequestType |
requestType |
protected String |
statusCode |
protected String |
statusMessage |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
ResultItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConversationID()
Gets the value of the conversationID property.
|
Integer |
getErrorCode()
Gets the value of the errorCode property.
|
Integer |
getOrdinalID()
Gets the value of the ordinalID property.
|
String |
getRequestID()
Gets the value of the requestID property.
|
String |
getRequestObjectType()
Gets the value of the requestObjectType property.
|
RequestType |
getRequestType()
Gets the value of the requestType property.
|
String |
getStatusCode()
Gets the value of the statusCode property.
|
String |
getStatusMessage()
Gets the value of the statusMessage property.
|
void |
setConversationID(String value)
Sets the value of the conversationID property.
|
void |
setErrorCode(Integer value)
Sets the value of the errorCode property.
|
void |
setOrdinalID(Integer value)
Sets the value of the ordinalID property.
|
void |
setRequestID(String value)
Sets the value of the requestID property.
|
void |
setRequestObjectType(String value)
Sets the value of the requestObjectType property.
|
void |
setRequestType(RequestType value)
Sets the value of the requestType 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 statusCode
protected String statusMessage
protected Integer ordinalID
protected Integer errorCode
protected RequestType requestType
protected String requestObjectType
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 getStatusCode()
Stringpublic void setStatusCode(String value)
value - allowed object is
Stringpublic String getStatusMessage()
Stringpublic void setStatusMessage(String value)
value - allowed object is
Stringpublic Integer getOrdinalID()
Integerpublic void setOrdinalID(Integer value)
value - allowed object is
Integerpublic 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 getRequestObjectType()
Stringpublic void setRequestObjectType(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.