public class SendSummary extends APIObject
Java class for SendSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SendSummary">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="AccountID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="AccountName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AccountEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IsTestAccount" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="SendID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="DeliveredTime" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TotalSent" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Transactional" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="NonTransactional" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
accountEmail |
protected Integer |
accountID |
protected String |
accountName |
protected String |
deliveredTime |
protected Boolean |
isTestAccount |
protected Integer |
nonTransactional |
protected Integer |
sendID |
protected Integer |
totalSent |
protected Integer |
transactional |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
SendSummary() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountEmail()
Gets the value of the accountEmail property.
|
Integer |
getAccountID()
Gets the value of the accountID property.
|
String |
getAccountName()
Gets the value of the accountName property.
|
String |
getDeliveredTime()
Gets the value of the deliveredTime property.
|
Boolean |
getIsTestAccount()
Gets the value of the isTestAccount property.
|
Integer |
getNonTransactional()
Gets the value of the nonTransactional property.
|
Integer |
getSendID()
Gets the value of the sendID property.
|
Integer |
getTotalSent()
Gets the value of the totalSent property.
|
Integer |
getTransactional()
Gets the value of the transactional property.
|
void |
setAccountEmail(String value)
Sets the value of the accountEmail property.
|
void |
setAccountID(Integer value)
Sets the value of the accountID property.
|
void |
setAccountName(String value)
Sets the value of the accountName property.
|
void |
setDeliveredTime(String value)
Sets the value of the deliveredTime property.
|
void |
setIsTestAccount(Boolean value)
Sets the value of the isTestAccount property.
|
void |
setNonTransactional(Integer value)
Sets the value of the nonTransactional property.
|
void |
setSendID(Integer value)
Sets the value of the sendID property.
|
void |
setTotalSent(Integer value)
Sets the value of the totalSent property.
|
void |
setTransactional(Integer value)
Sets the value of the transactional 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 accountID
protected String accountName
protected String accountEmail
protected Boolean isTestAccount
protected Integer sendID
protected String deliveredTime
protected Integer totalSent
protected Integer transactional
protected Integer nonTransactional
public Integer getAccountID()
Integerpublic void setAccountID(Integer value)
value - allowed object is
Integerpublic String getAccountName()
Stringpublic void setAccountName(String value)
value - allowed object is
Stringpublic String getAccountEmail()
Stringpublic void setAccountEmail(String value)
value - allowed object is
Stringpublic Boolean getIsTestAccount()
Booleanpublic void setIsTestAccount(Boolean value)
value - allowed object is
Booleanpublic Integer getSendID()
Integerpublic void setSendID(Integer value)
value - allowed object is
Integerpublic String getDeliveredTime()
Stringpublic void setDeliveredTime(String value)
value - allowed object is
Stringpublic Integer getTotalSent()
Integerpublic void setTotalSent(Integer value)
value - allowed object is
Integerpublic Integer getTransactional()
Integerpublic void setTransactional(Integer value)
value - allowed object is
Integerpublic Integer getNonTransactional()
Integerpublic void setNonTransactional(Integer value)
value - allowed object is
IntegerCopyright © 2017. All rights reserved.