public class FileTriggerTypeLastPull extends APIObject
Java class for FileTriggerTypeLastPull complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FileTriggerTypeLastPull"> <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="LastPullDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
externalReference |
protected Date |
lastPullDate |
protected String |
type |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties
Constructor and Description |
---|
FileTriggerTypeLastPull() |
Modifier and Type | Method and Description |
---|---|
String |
getExternalReference()
Gets the value of the externalReference property.
|
Date |
getLastPullDate()
Gets the value of the lastPullDate property.
|
String |
getType()
Gets the value of the type property.
|
void |
setExternalReference(String value)
Sets the value of the externalReference property.
|
void |
setLastPullDate(Date value)
Sets the value of the lastPullDate 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, setPartnerKey
protected String externalReference
protected String type
protected Date lastPullDate
public String getExternalReference()
String
public void setExternalReference(String value)
value
- allowed object is
String
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public Date getLastPullDate()
String
public void setLastPullDate(Date value)
value
- allowed object is
String
Copyright © 2017. All rights reserved.