public class FileTrigger extends APIObject
Java class for FileTrigger complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FileTrigger">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="ExternalReference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Status" 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="RequestParameterDetail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ResponseControlManifest" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FileName" 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="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LastPullDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ScheduledDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="IsActive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="FileTriggerProgramID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
externalReference |
protected String |
fileName |
protected String |
fileTriggerProgramID |
protected Boolean |
isActive |
protected Date |
lastPullDate |
protected String |
name |
protected String |
requestParameterDetail |
protected String |
responseControlManifest |
protected Date |
scheduledDate |
protected String |
status |
protected String |
statusMessage |
protected String |
type |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
FileTrigger() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getExternalReference()
Gets the value of the externalReference property.
|
String |
getFileName()
Gets the value of the fileName property.
|
String |
getFileTriggerProgramID()
Gets the value of the fileTriggerProgramID property.
|
Boolean |
getIsActive()
Gets the value of the isActive property.
|
Date |
getLastPullDate()
Gets the value of the lastPullDate property.
|
String |
getName()
Gets the value of the name property.
|
String |
getRequestParameterDetail()
Gets the value of the requestParameterDetail property.
|
String |
getResponseControlManifest()
Gets the value of the responseControlManifest property.
|
Date |
getScheduledDate()
Gets the value of the scheduledDate property.
|
String |
getStatus()
Gets the value of the status property.
|
String |
getStatusMessage()
Gets the value of the statusMessage property.
|
String |
getType()
Gets the value of the type property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setExternalReference(String value)
Sets the value of the externalReference property.
|
void |
setFileName(String value)
Sets the value of the fileName property.
|
void |
setFileTriggerProgramID(String value)
Sets the value of the fileTriggerProgramID property.
|
void |
setIsActive(Boolean value)
Sets the value of the isActive property.
|
void |
setLastPullDate(Date value)
Sets the value of the lastPullDate property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setRequestParameterDetail(String value)
Sets the value of the requestParameterDetail property.
|
void |
setResponseControlManifest(String value)
Sets the value of the responseControlManifest property.
|
void |
setScheduledDate(Date value)
Sets the value of the scheduledDate property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setStatusMessage(String value)
Sets the value of the statusMessage property.
|
void |
setType(String value)
Sets the value of the type 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 externalReference
protected String type
protected String status
protected String statusMessage
protected String requestParameterDetail
protected String responseControlManifest
protected String fileName
protected String description
protected String name
protected Date lastPullDate
protected Date scheduledDate
protected Boolean isActive
protected String fileTriggerProgramID
public String getExternalReference()
Stringpublic void setExternalReference(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic String getStatusMessage()
Stringpublic void setStatusMessage(String value)
value - allowed object is
Stringpublic String getRequestParameterDetail()
Stringpublic void setRequestParameterDetail(String value)
value - allowed object is
Stringpublic String getResponseControlManifest()
Stringpublic void setResponseControlManifest(String value)
value - allowed object is
Stringpublic String getFileName()
Stringpublic void setFileName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Date getLastPullDate()
Stringpublic void setLastPullDate(Date value)
value - allowed object is
Stringpublic Date getScheduledDate()
Stringpublic void setScheduledDate(Date value)
value - allowed object is
Stringpublic Boolean getIsActive()
Booleanpublic void setIsActive(Boolean value)
value - allowed object is
Booleanpublic String getFileTriggerProgramID()
Stringpublic void setFileTriggerProgramID(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.