public class AutomationActivity extends APIObject
Java class for AutomationActivity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AutomationActivity">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IsActive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Definition" type="{http://exacttarget.com/wsdl/partnerAPI}APIObject" minOccurs="0"/>
<element name="Automation" type="{http://exacttarget.com/wsdl/partnerAPI}Automation" minOccurs="0"/>
<element name="AutomationTask" type="{http://exacttarget.com/wsdl/partnerAPI}AutomationTask" minOccurs="0"/>
<element name="Sequence" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ActivityObject" type="{http://exacttarget.com/wsdl/partnerAPI}APIObject" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected APIObject |
activityObject |
protected Automation |
automation |
protected AutomationTask |
automationTask |
protected APIObject |
definition |
protected String |
description |
protected Boolean |
isActive |
protected String |
name |
protected Integer |
sequence |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
AutomationActivity() |
| Modifier and Type | Method and Description |
|---|---|
APIObject |
getActivityObject()
Gets the value of the activityObject property.
|
Automation |
getAutomation()
Gets the value of the automation property.
|
AutomationTask |
getAutomationTask()
Gets the value of the automationTask property.
|
APIObject |
getDefinition()
Gets the value of the definition property.
|
String |
getDescription()
Gets the value of the description property.
|
Boolean |
getIsActive()
Gets the value of the isActive property.
|
String |
getName()
Gets the value of the name property.
|
Integer |
getSequence()
Gets the value of the sequence property.
|
void |
setActivityObject(APIObject value)
Sets the value of the activityObject property.
|
void |
setAutomation(Automation value)
Sets the value of the automation property.
|
void |
setAutomationTask(AutomationTask value)
Sets the value of the automationTask property.
|
void |
setDefinition(APIObject value)
Sets the value of the definition property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setIsActive(Boolean value)
Sets the value of the isActive property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSequence(Integer value)
Sets the value of the sequence 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 name
protected String description
protected Boolean isActive
protected APIObject definition
protected Automation automation
protected AutomationTask automationTask
protected Integer sequence
protected APIObject activityObject
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic Boolean getIsActive()
Booleanpublic void setIsActive(Boolean value)
value - allowed object is
Booleanpublic APIObject getDefinition()
APIObjectpublic void setDefinition(APIObject value)
value - allowed object is
APIObjectpublic Automation getAutomation()
Automationpublic void setAutomation(Automation value)
value - allowed object is
Automationpublic AutomationTask getAutomationTask()
AutomationTaskpublic void setAutomationTask(AutomationTask value)
value - allowed object is
AutomationTaskpublic Integer getSequence()
Integerpublic void setSequence(Integer value)
value - allowed object is
Integerpublic APIObject getActivityObject()
APIObjectpublic void setActivityObject(APIObject value)
value - allowed object is
APIObjectCopyright © 2017. All rights reserved.