public class AutomationActivityInstance extends AutomationActivity
Java class for AutomationActivityInstance complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AutomationActivityInstance">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}AutomationActivity">
<sequence>
<element name="ActivityID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AutomationID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SequenceID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Status" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="StatusLastUpdate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="StatusMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ActivityDefinition" type="{http://exacttarget.com/wsdl/partnerAPI}AutomationActivity" minOccurs="0"/>
<element name="AutomationInstance" type="{http://exacttarget.com/wsdl/partnerAPI}AutomationInstance" minOccurs="0"/>
<element name="AutomationTaskInstance" type="{http://exacttarget.com/wsdl/partnerAPI}AutomationTaskInstance" minOccurs="0"/>
<element name="ScheduledTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<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 | Field and Description |
|---|---|
protected AutomationActivity |
activityDefinition |
protected String |
activityID |
protected String |
automationID |
protected AutomationInstance |
automationInstance |
protected AutomationTaskInstance |
automationTaskInstance |
protected Date |
completedTime |
protected Date |
scheduledTime |
protected Integer |
sequenceID |
protected Date |
startTime |
protected Integer |
status |
protected Date |
statusLastUpdate |
protected String |
statusMessage |
activityObject, automation, automationTask, definition, description, isActive, name, sequenceclient, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
AutomationActivityInstance() |
| Modifier and Type | Method and Description |
|---|---|
AutomationActivity |
getActivityDefinition()
Gets the value of the activityDefinition property.
|
String |
getActivityID()
Gets the value of the activityID property.
|
String |
getAutomationID()
Gets the value of the automationID property.
|
AutomationInstance |
getAutomationInstance()
Gets the value of the automationInstance property.
|
AutomationTaskInstance |
getAutomationTaskInstance()
Gets the value of the automationTaskInstance property.
|
Date |
getCompletedTime()
Gets the value of the completedTime property.
|
Date |
getScheduledTime()
Gets the value of the scheduledTime property.
|
Integer |
getSequenceID()
Gets the value of the sequenceID property.
|
Date |
getStartTime()
Gets the value of the startTime property.
|
Integer |
getStatus()
Gets the value of the status property.
|
Date |
getStatusLastUpdate()
Gets the value of the statusLastUpdate property.
|
String |
getStatusMessage()
Gets the value of the statusMessage property.
|
void |
setActivityDefinition(AutomationActivity value)
Sets the value of the activityDefinition property.
|
void |
setActivityID(String value)
Sets the value of the activityID property.
|
void |
setAutomationID(String value)
Sets the value of the automationID property.
|
void |
setAutomationInstance(AutomationInstance value)
Sets the value of the automationInstance property.
|
void |
setAutomationTaskInstance(AutomationTaskInstance value)
Sets the value of the automationTaskInstance property.
|
void |
setCompletedTime(Date value)
Sets the value of the completedTime property.
|
void |
setScheduledTime(Date value)
Sets the value of the scheduledTime property.
|
void |
setSequenceID(Integer value)
Sets the value of the sequenceID property.
|
void |
setStartTime(Date value)
Sets the value of the startTime property.
|
void |
setStatus(Integer value)
Sets the value of the status property.
|
void |
setStatusLastUpdate(Date value)
Sets the value of the statusLastUpdate property.
|
void |
setStatusMessage(String value)
Sets the value of the statusMessage property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getActivityObject, getAutomation, getAutomationTask, getDefinition, getDescription, getIsActive, getName, getSequence, setActivityObject, setAutomation, setAutomationTask, setDefinition, setDescription, setIsActive, setName, setSequencegetClient, getCorrelationID, getCreatedDate, getCustomerKey, getId, getModifiedDate, getObjectID, getObjectState, getOwner, getPartnerKey, getPartnerProperties, setClient, setCorrelationID, setCreatedDate, setCustomerKey, setId, setModifiedDate, setObjectID, setObjectState, setOwner, setPartnerKeyprotected String activityID
protected String automationID
protected Integer sequenceID
protected Integer status
protected Date statusLastUpdate
protected String statusMessage
protected AutomationActivity activityDefinition
protected AutomationInstance automationInstance
protected AutomationTaskInstance automationTaskInstance
protected Date scheduledTime
protected Date startTime
protected Date completedTime
public String getActivityID()
Stringpublic void setActivityID(String value)
value - allowed object is
Stringpublic String getAutomationID()
Stringpublic void setAutomationID(String value)
value - allowed object is
Stringpublic Integer getSequenceID()
Integerpublic void setSequenceID(Integer value)
value - allowed object is
Integerpublic Integer getStatus()
Integerpublic void setStatus(Integer value)
value - allowed object is
Integerpublic Date getStatusLastUpdate()
Stringpublic void setStatusLastUpdate(Date value)
value - allowed object is
Stringpublic String getStatusMessage()
Stringpublic void setStatusMessage(String value)
value - allowed object is
Stringpublic AutomationActivity getActivityDefinition()
AutomationActivitypublic void setActivityDefinition(AutomationActivity value)
value - allowed object is
AutomationActivitypublic AutomationInstance getAutomationInstance()
AutomationInstancepublic void setAutomationInstance(AutomationInstance value)
value - allowed object is
AutomationInstancepublic AutomationTaskInstance getAutomationTaskInstance()
AutomationTaskInstancepublic void setAutomationTaskInstance(AutomationTaskInstance value)
value - allowed object is
AutomationTaskInstancepublic Date getScheduledTime()
Stringpublic void setScheduledTime(Date value)
value - allowed object is
Stringpublic 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 AutomationActivityCopyright © 2017. All rights reserved.