public class AutomationInstances extends APIObject
Java class for AutomationInstances complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AutomationInstances">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="InstanceCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="AutomationInstanceCollection" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AutomationInstance" type="{http://exacttarget.com/wsdl/partnerAPI}AutomationInstance" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
AutomationInstances.AutomationInstanceCollection
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected AutomationInstances.AutomationInstanceCollection |
automationInstanceCollection |
protected Integer |
instanceCount |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
AutomationInstances() |
| Modifier and Type | Method and Description |
|---|---|
AutomationInstances.AutomationInstanceCollection |
getAutomationInstanceCollection()
Gets the value of the automationInstanceCollection property.
|
Integer |
getInstanceCount()
Gets the value of the instanceCount property.
|
void |
setAutomationInstanceCollection(AutomationInstances.AutomationInstanceCollection value)
Sets the value of the automationInstanceCollection property.
|
void |
setInstanceCount(Integer value)
Sets the value of the instanceCount 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 Integer instanceCount
protected AutomationInstances.AutomationInstanceCollection automationInstanceCollection
public Integer getInstanceCount()
Integerpublic void setInstanceCount(Integer value)
value - allowed object is
Integerpublic AutomationInstances.AutomationInstanceCollection getAutomationInstanceCollection()
AutomationInstances.AutomationInstanceCollectionpublic void setAutomationInstanceCollection(AutomationInstances.AutomationInstanceCollection value)
value - allowed object is
AutomationInstances.AutomationInstanceCollectionCopyright © 2017. All rights reserved.