public class SubscriberSendResult extends APIObject
Java class for SubscriberSendResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubscriberSendResult">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="Send" type="{http://exacttarget.com/wsdl/partnerAPI}Send" minOccurs="0"/>
<element name="Email" type="{http://exacttarget.com/wsdl/partnerAPI}Email" minOccurs="0"/>
<element name="Subscriber" type="{http://exacttarget.com/wsdl/partnerAPI}Subscriber" minOccurs="0"/>
<element name="ClickDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="BounceDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="OpenDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="SentDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="LastAction" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="UnsubscribeDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="FromAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FromName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TotalClicks" 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="Subject" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ViewSentEmailURL" type="{http://www.w3.org/2001/XMLSchema}string" 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"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Date |
bounceDate |
protected Date |
clickDate |
protected Email |
email |
protected String |
fromAddress |
protected String |
fromName |
protected Integer |
hardBounces |
protected String |
lastAction |
protected Date |
openDate |
protected Integer |
otherBounces |
protected Send |
send |
protected Date |
sentDate |
protected Integer |
softBounces |
protected String |
subject |
protected Subscriber |
subscriber |
protected Integer |
totalClicks |
protected Integer |
uniqueClicks |
protected Date |
unsubscribeDate |
protected String |
viewSentEmailURL |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
SubscriberSendResult() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getBounceDate()
Gets the value of the bounceDate property.
|
Date |
getClickDate()
Gets the value of the clickDate property.
|
Email |
getEmail()
Gets the value of the email property.
|
String |
getFromAddress()
Gets the value of the fromAddress property.
|
String |
getFromName()
Gets the value of the fromName property.
|
Integer |
getHardBounces()
Gets the value of the hardBounces property.
|
String |
getLastAction()
Gets the value of the lastAction property.
|
Date |
getOpenDate()
Gets the value of the openDate property.
|
Integer |
getOtherBounces()
Gets the value of the otherBounces property.
|
Send |
getSend()
Gets the value of the send property.
|
Date |
getSentDate()
Gets the value of the sentDate property.
|
Integer |
getSoftBounces()
Gets the value of the softBounces property.
|
String |
getSubject()
Gets the value of the subject property.
|
Subscriber |
getSubscriber()
Gets the value of the subscriber property.
|
Integer |
getTotalClicks()
Gets the value of the totalClicks property.
|
Integer |
getUniqueClicks()
Gets the value of the uniqueClicks property.
|
Date |
getUnsubscribeDate()
Gets the value of the unsubscribeDate property.
|
String |
getViewSentEmailURL()
Gets the value of the viewSentEmailURL property.
|
void |
setBounceDate(Date value)
Sets the value of the bounceDate property.
|
void |
setClickDate(Date value)
Sets the value of the clickDate property.
|
void |
setEmail(Email value)
Sets the value of the email property.
|
void |
setFromAddress(String value)
Sets the value of the fromAddress property.
|
void |
setFromName(String value)
Sets the value of the fromName property.
|
void |
setHardBounces(Integer value)
Sets the value of the hardBounces property.
|
void |
setLastAction(String value)
Sets the value of the lastAction property.
|
void |
setOpenDate(Date value)
Sets the value of the openDate property.
|
void |
setOtherBounces(Integer value)
Sets the value of the otherBounces property.
|
void |
setSend(Send value)
Sets the value of the send property.
|
void |
setSentDate(Date value)
Sets the value of the sentDate property.
|
void |
setSoftBounces(Integer value)
Sets the value of the softBounces property.
|
void |
setSubject(String value)
Sets the value of the subject property.
|
void |
setSubscriber(Subscriber value)
Sets the value of the subscriber property.
|
void |
setTotalClicks(Integer value)
Sets the value of the totalClicks property.
|
void |
setUniqueClicks(Integer value)
Sets the value of the uniqueClicks property.
|
void |
setUnsubscribeDate(Date value)
Sets the value of the unsubscribeDate property.
|
void |
setViewSentEmailURL(String value)
Sets the value of the viewSentEmailURL 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 Send send
protected Email email
protected Subscriber subscriber
protected Date clickDate
protected Date bounceDate
protected Date openDate
protected Date sentDate
protected String lastAction
protected Date unsubscribeDate
protected String fromAddress
protected String fromName
protected Integer totalClicks
protected Integer uniqueClicks
protected String subject
protected String viewSentEmailURL
protected Integer hardBounces
protected Integer softBounces
protected Integer otherBounces
public void setSend(Send value)
value - allowed object is
Sendpublic Email getEmail()
Emailpublic void setEmail(Email value)
value - allowed object is
Emailpublic Subscriber getSubscriber()
Subscriberpublic void setSubscriber(Subscriber value)
value - allowed object is
Subscriberpublic Date getClickDate()
Stringpublic void setClickDate(Date value)
value - allowed object is
Stringpublic Date getBounceDate()
Stringpublic void setBounceDate(Date value)
value - allowed object is
Stringpublic Date getOpenDate()
Stringpublic void setOpenDate(Date value)
value - allowed object is
Stringpublic Date getSentDate()
Stringpublic void setSentDate(Date value)
value - allowed object is
Stringpublic String getLastAction()
Stringpublic void setLastAction(String value)
value - allowed object is
Stringpublic Date getUnsubscribeDate()
Stringpublic void setUnsubscribeDate(Date value)
value - allowed object is
Stringpublic String getFromAddress()
Stringpublic void setFromAddress(String value)
value - allowed object is
Stringpublic String getFromName()
Stringpublic void setFromName(String value)
value - allowed object is
Stringpublic Integer getTotalClicks()
Integerpublic void setTotalClicks(Integer value)
value - allowed object is
Integerpublic Integer getUniqueClicks()
Integerpublic void setUniqueClicks(Integer value)
value - allowed object is
Integerpublic String getSubject()
Stringpublic void setSubject(String value)
value - allowed object is
Stringpublic String getViewSentEmailURL()
Stringpublic void setViewSentEmailURL(String value)
value - allowed object is
Stringpublic 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
IntegerCopyright © 2017. All rights reserved.