public class ContactEventCreateResult extends CreateResult
Java class for ContactEventCreateResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContactEventCreateResult">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}CreateResult">
<sequence>
<element name="EventInstanceID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AsyncRequestID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
asyncRequestID |
protected String |
eventInstanceID |
createResults, newID, newObjectID, object, parentPropertyName, partnerKeyconversationID, errorCode, ordinalID, overallStatusCode, requestID, requestType, resultDetailXML, resultType, statusCode, statusMessage| Constructor and Description |
|---|
ContactEventCreateResult() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAsyncRequestID()
Gets the value of the asyncRequestID property.
|
String |
getEventInstanceID()
Gets the value of the eventInstanceID property.
|
void |
setAsyncRequestID(Long value)
Sets the value of the asyncRequestID property.
|
void |
setEventInstanceID(String value)
Sets the value of the eventInstanceID property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getCreateResults, getNewID, getNewObjectID, getObject, getParentPropertyName, getPartnerKey, setNewID, setNewObjectID, setObject, setParentPropertyName, setPartnerKeygetConversationID, getErrorCode, getOrdinalID, getOverallStatusCode, getRequestID, getRequestType, getResultDetailXML, getResultType, getStatusCode, getStatusMessage, setConversationID, setErrorCode, setOrdinalID, setOverallStatusCode, setRequestID, setRequestType, setResultDetailXML, setResultType, setStatusCode, setStatusMessageprotected String eventInstanceID
protected Long asyncRequestID
public String getEventInstanceID()
Stringpublic void setEventInstanceID(String value)
value - allowed object is
Stringpublic Long getAsyncRequestID()
Longpublic void setAsyncRequestID(Long value)
value - allowed object is
Longpublic String toString()
toString in class CreateResultCopyright © 2017. All rights reserved.