public class ScheduleResult extends Result
Java class for ScheduleResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScheduleResult">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}Result">
<sequence>
<element name="Object" type="{http://exacttarget.com/wsdl/partnerAPI}ScheduleDefinition"/>
<element name="Task" type="{http://exacttarget.com/wsdl/partnerAPI}TaskResult"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ScheduleDefinition |
object |
protected TaskResult |
task |
conversationID, errorCode, ordinalID, overallStatusCode, requestID, requestType, resultDetailXML, resultType, statusCode, statusMessage| Constructor and Description |
|---|
ScheduleResult() |
| Modifier and Type | Method and Description |
|---|---|
ScheduleDefinition |
getObject()
Gets the value of the object property.
|
TaskResult |
getTask()
Gets the value of the task property.
|
void |
setObject(ScheduleDefinition value)
Sets the value of the object property.
|
void |
setTask(TaskResult value)
Sets the value of the task property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getConversationID, getErrorCode, getOrdinalID, getOverallStatusCode, getRequestID, getRequestType, getResultDetailXML, getResultType, getStatusCode, getStatusMessage, setConversationID, setErrorCode, setOrdinalID, setOverallStatusCode, setRequestID, setRequestType, setResultDetailXML, setResultType, setStatusCode, setStatusMessageprotected ScheduleDefinition object
protected TaskResult task
public ScheduleDefinition getObject()
ScheduleDefinitionpublic void setObject(ScheduleDefinition value)
value - allowed object is
ScheduleDefinitionpublic TaskResult getTask()
TaskResultpublic void setTask(TaskResult value)
value - allowed object is
TaskResultCopyright © 2017. All rights reserved.