public class AutomationNotification extends APIObject
Java class for AutomationNotification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AutomationNotification">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="Address" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Body" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ChannelType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="NotificationType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AutomationID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
address |
protected String |
automationID |
protected String |
body |
protected String |
channelType |
protected String |
notificationType |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
AutomationNotification() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Gets the value of the address property.
|
String |
getAutomationID()
Gets the value of the automationID property.
|
String |
getBody()
Gets the value of the body property.
|
String |
getChannelType()
Gets the value of the channelType property.
|
String |
getNotificationType()
Gets the value of the notificationType property.
|
void |
setAddress(String value)
Sets the value of the address property.
|
void |
setAutomationID(String value)
Sets the value of the automationID property.
|
void |
setBody(String value)
Sets the value of the body property.
|
void |
setChannelType(String value)
Sets the value of the channelType property.
|
void |
setNotificationType(String value)
Sets the value of the notificationType 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 address
protected String body
protected String channelType
protected String notificationType
protected String automationID
public String getAddress()
Stringpublic void setAddress(String value)
value - allowed object is
Stringpublic String getBody()
Stringpublic void setBody(String value)
value - allowed object is
Stringpublic String getChannelType()
Stringpublic void setChannelType(String value)
value - allowed object is
Stringpublic String getNotificationType()
Stringpublic void setNotificationType(String value)
value - allowed object is
Stringpublic String getAutomationID()
Stringpublic void setAutomationID(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.