public class ListSend extends APIObject
Java class for ListSend complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ListSend">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="SendID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="List" type="{http://exacttarget.com/wsdl/partnerAPI}List" minOccurs="0"/>
<element name="Duplicates" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="InvalidAddresses" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ExistingUndeliverables" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ExistingUnsubscribes" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="HardBounces" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="SoftBounces" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="OtherBounces" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ForwardedEmails" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="UniqueClicks" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="UniqueOpens" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="NumberSent" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="NumberDelivered" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Unsubscribes" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="MissingAddresses" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="PreviewURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Links" type="{http://exacttarget.com/wsdl/partnerAPI}Link" maxOccurs="unbounded" minOccurs="0"/>
<element name="Events" type="{http://exacttarget.com/wsdl/partnerAPI}TrackingEvent" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
duplicates |
protected List<TrackingEvent> |
events |
protected Integer |
existingUndeliverables |
protected Integer |
existingUnsubscribes |
protected Integer |
forwardedEmails |
protected Integer |
hardBounces |
protected Integer |
invalidAddresses |
protected List<Link> |
links |
protected List |
list |
protected Integer |
missingAddresses |
protected Integer |
numberDelivered |
protected Integer |
numberSent |
protected Integer |
otherBounces |
protected String |
previewURL |
protected Integer |
sendID |
protected Integer |
softBounces |
protected Integer |
uniqueClicks |
protected Integer |
uniqueOpens |
protected Integer |
unsubscribes |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
ListSend() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDuplicates()
Gets the value of the duplicates property.
|
List<TrackingEvent> |
getEvents()
Gets the value of the events property.
|
Integer |
getExistingUndeliverables()
Gets the value of the existingUndeliverables property.
|
Integer |
getExistingUnsubscribes()
Gets the value of the existingUnsubscribes property.
|
Integer |
getForwardedEmails()
Gets the value of the forwardedEmails property.
|
Integer |
getHardBounces()
Gets the value of the hardBounces property.
|
Integer |
getInvalidAddresses()
Gets the value of the invalidAddresses property.
|
List<Link> |
getLinks()
Gets the value of the links property.
|
List |
getList()
Gets the value of the list property.
|
Integer |
getMissingAddresses()
Gets the value of the missingAddresses property.
|
Integer |
getNumberDelivered()
Gets the value of the numberDelivered property.
|
Integer |
getNumberSent()
Gets the value of the numberSent property.
|
Integer |
getOtherBounces()
Gets the value of the otherBounces property.
|
String |
getPreviewURL()
Gets the value of the previewURL property.
|
Integer |
getSendID()
Gets the value of the sendID property.
|
Integer |
getSoftBounces()
Gets the value of the softBounces property.
|
Integer |
getUniqueClicks()
Gets the value of the uniqueClicks property.
|
Integer |
getUniqueOpens()
Gets the value of the uniqueOpens property.
|
Integer |
getUnsubscribes()
Gets the value of the unsubscribes property.
|
void |
setDuplicates(Integer value)
Sets the value of the duplicates property.
|
void |
setExistingUndeliverables(Integer value)
Sets the value of the existingUndeliverables property.
|
void |
setExistingUnsubscribes(Integer value)
Sets the value of the existingUnsubscribes property.
|
void |
setForwardedEmails(Integer value)
Sets the value of the forwardedEmails property.
|
void |
setHardBounces(Integer value)
Sets the value of the hardBounces property.
|
void |
setInvalidAddresses(Integer value)
Sets the value of the invalidAddresses property.
|
void |
setList(List value)
Sets the value of the list property.
|
void |
setMissingAddresses(Integer value)
Sets the value of the missingAddresses property.
|
void |
setNumberDelivered(Integer value)
Sets the value of the numberDelivered property.
|
void |
setNumberSent(Integer value)
Sets the value of the numberSent property.
|
void |
setOtherBounces(Integer value)
Sets the value of the otherBounces property.
|
void |
setPreviewURL(String value)
Sets the value of the previewURL property.
|
void |
setSendID(Integer value)
Sets the value of the sendID property.
|
void |
setSoftBounces(Integer value)
Sets the value of the softBounces property.
|
void |
setUniqueClicks(Integer value)
Sets the value of the uniqueClicks property.
|
void |
setUniqueOpens(Integer value)
Sets the value of the uniqueOpens property.
|
void |
setUnsubscribes(Integer value)
Sets the value of the unsubscribes 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 sendID
protected List list
protected Integer duplicates
protected Integer invalidAddresses
protected Integer existingUndeliverables
protected Integer existingUnsubscribes
protected Integer hardBounces
protected Integer softBounces
protected Integer otherBounces
protected Integer forwardedEmails
protected Integer uniqueClicks
protected Integer uniqueOpens
protected Integer numberSent
protected Integer numberDelivered
protected Integer unsubscribes
protected Integer missingAddresses
protected String previewURL
protected List<TrackingEvent> events
public Integer getSendID()
Integerpublic void setSendID(Integer value)
value - allowed object is
Integerpublic void setList(List value)
value - allowed object is
Listpublic Integer getDuplicates()
Integerpublic void setDuplicates(Integer value)
value - allowed object is
Integerpublic Integer getInvalidAddresses()
Integerpublic void setInvalidAddresses(Integer value)
value - allowed object is
Integerpublic Integer getExistingUndeliverables()
Integerpublic void setExistingUndeliverables(Integer value)
value - allowed object is
Integerpublic Integer getExistingUnsubscribes()
Integerpublic void setExistingUnsubscribes(Integer value)
value - allowed object is
Integerpublic Integer getHardBounces()
Integerpublic void setHardBounces(Integer value)
value - allowed object is
Integerpublic Integer getSoftBounces()
Integerpublic void setSoftBounces(Integer value)
value - allowed object is
Integerpublic Integer getOtherBounces()
Integerpublic void setOtherBounces(Integer value)
value - allowed object is
Integerpublic Integer getForwardedEmails()
Integerpublic void setForwardedEmails(Integer value)
value - allowed object is
Integerpublic Integer getUniqueClicks()
Integerpublic void setUniqueClicks(Integer value)
value - allowed object is
Integerpublic Integer getUniqueOpens()
Integerpublic void setUniqueOpens(Integer value)
value - allowed object is
Integerpublic Integer getNumberSent()
Integerpublic void setNumberSent(Integer value)
value - allowed object is
Integerpublic Integer getNumberDelivered()
Integerpublic void setNumberDelivered(Integer value)
value - allowed object is
Integerpublic Integer getUnsubscribes()
Integerpublic void setUnsubscribes(Integer value)
value - allowed object is
Integerpublic Integer getMissingAddresses()
Integerpublic void setMissingAddresses(Integer value)
value - allowed object is
Integerpublic String getPreviewURL()
Stringpublic void setPreviewURL(String value)
value - allowed object is
Stringpublic List<Link> getLinks()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the links property.
For example, to add a new item, do as follows:
getLinks().add(newItem);
Objects of the following type(s) are allowed in the list
Link
public List<TrackingEvent> getEvents()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the events property.
For example, to add a new item, do as follows:
getEvents().add(newItem);
Objects of the following type(s) are allowed in the list
TrackingEvent
Copyright © 2017. All rights reserved.