public class AutomationInstance extends Automation
Java class for AutomationInstance complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AutomationInstance">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}Automation">
<sequence>
<element name="AutomationID" 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="StatusLastUpdate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="TaskInstances" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AutomationTaskInstance" type="{http://exacttarget.com/wsdl/partnerAPI}AutomationTaskInstance" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="StartTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="CompletedTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
AutomationInstance.TaskInstances
Java class for anonymous complex type.
|
Automation.AutomationTasks, Automation.Notifications| Modifier and Type | Field and Description |
|---|---|
protected String |
automationID |
protected Date |
completedTime |
protected Date |
startTime |
protected Date |
statusLastUpdate |
protected String |
statusMessage |
protected AutomationInstance.TaskInstances |
taskInstances |
automationSource, automationTasks, automationType, categoryID, createdBy, isActive, lastRunInstanceID, lastRunTime, lastSaveDate, lastSavedBy, modifiedBy, notifications, recurrenceID, schedule, scheduledTime, status, updateModifiedinteractionObjectIDdescription, keyword, nameclient, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
AutomationInstance() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAutomationID()
Gets the value of the automationID property.
|
Date |
getCompletedTime()
Gets the value of the completedTime property.
|
Date |
getStartTime()
Gets the value of the startTime property.
|
Date |
getStatusLastUpdate()
Gets the value of the statusLastUpdate property.
|
String |
getStatusMessage()
Gets the value of the statusMessage property.
|
AutomationInstance.TaskInstances |
getTaskInstances()
Gets the value of the taskInstances property.
|
void |
setAutomationID(String value)
Sets the value of the automationID property.
|
void |
setCompletedTime(Date value)
Sets the value of the completedTime property.
|
void |
setStartTime(Date value)
Sets the value of the startTime property.
|
void |
setStatusLastUpdate(Date value)
Sets the value of the statusLastUpdate property.
|
void |
setStatusMessage(String value)
Sets the value of the statusMessage property.
|
void |
setTaskInstances(AutomationInstance.TaskInstances value)
Sets the value of the taskInstances property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getAutomationSource, getAutomationTasks, getAutomationType, getCategoryID, getCreatedBy, getIsActive, getLastRunInstanceID, getLastRunTime, getLastSaveDate, getLastSavedBy, getModifiedBy, getNotifications, getRecurrenceID, getSchedule, getScheduledTime, getStatus, getUpdateModified, setAutomationSource, setAutomationTasks, setAutomationType, setCategoryID, setCreatedBy, setIsActive, setLastRunInstanceID, setLastRunTime, setLastSaveDate, setLastSavedBy, setModifiedBy, setNotifications, setRecurrenceID, setSchedule, setScheduledTime, setStatus, setUpdateModifiedgetInteractionObjectID, setInteractionObjectIDgetDescription, getKeyword, getName, setDescription, setKeyword, setNamegetClient, getCorrelationID, getCreatedDate, getCustomerKey, getId, getModifiedDate, getObjectID, getObjectState, getOwner, getPartnerKey, getPartnerProperties, setClient, setCorrelationID, setCreatedDate, setCustomerKey, setId, setModifiedDate, setObjectID, setObjectState, setOwner, setPartnerKeyprotected String automationID
protected String statusMessage
protected Date statusLastUpdate
protected AutomationInstance.TaskInstances taskInstances
protected Date startTime
protected Date completedTime
public String getAutomationID()
Stringpublic void setAutomationID(String value)
value - allowed object is
Stringpublic String getStatusMessage()
Stringpublic void setStatusMessage(String value)
value - allowed object is
Stringpublic Date getStatusLastUpdate()
Stringpublic void setStatusLastUpdate(Date value)
value - allowed object is
Stringpublic AutomationInstance.TaskInstances getTaskInstances()
AutomationInstance.TaskInstancespublic void setTaskInstances(AutomationInstance.TaskInstances value)
value - allowed object is
AutomationInstance.TaskInstancespublic Date getStartTime()
Stringpublic void setStartTime(Date value)
value - allowed object is
Stringpublic Date getCompletedTime()
Stringpublic void setCompletedTime(Date value)
value - allowed object is
Stringpublic String toString()
toString in class AutomationCopyright © 2017. All rights reserved.