public class AccountSummary
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
AccountSummary() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteBounces() |
void |
deleteClicks() |
void |
deleteDeliveries() |
void |
deleteJobErrors() |
void |
deleteMessages() |
void |
deleteOpens() |
void |
deleteRenderErrors() |
void |
deleteSpamComplaints() |
void |
deleteUnsubscribes() |
org.exolab.castor.types.Date |
getActivityDate()
Returns the value of field 'activityDate'.
|
long |
getBounces()
Returns the value of field 'bounces'.
|
long |
getClicks()
Returns the value of field 'clicks'.
|
long |
getDeliveries()
Returns the value of field 'deliveries'.
|
long |
getJobErrors()
Returns the value of field 'jobErrors'.
|
long |
getMessages()
Returns the value of field 'messages'.
|
long |
getOpens()
Returns the value of field 'opens'.
|
long |
getRenderErrors()
Returns the value of field 'renderErrors'.
|
long |
getSpamComplaints()
Returns the value of field 'spamComplaints'.
|
long |
getUnsubscribes()
Returns the value of field 'unsubscribes'.
|
boolean |
hasBounces()
Method hasBounces.
|
boolean |
hasClicks()
Method hasClicks.
|
boolean |
hasDeliveries()
Method hasDeliveries.
|
boolean |
hasJobErrors()
Method hasJobErrors.
|
boolean |
hasMessages()
Method hasMessages.
|
boolean |
hasOpens()
Method hasOpens.
|
boolean |
hasRenderErrors()
Method hasRenderErrors.
|
boolean |
hasSpamComplaints()
Method hasSpamComplaints.
|
boolean |
hasUnsubscribes()
Method hasUnsubscribes.
|
boolean |
isValid()
Method isValid.
|
void |
marshal(org.xml.sax.ContentHandler handler) |
void |
marshal(java.io.Writer out) |
void |
setActivityDate(org.exolab.castor.types.Date activityDate)
Sets the value of field 'activityDate'.
|
void |
setBounces(long bounces)
Sets the value of field 'bounces'.
|
void |
setClicks(long clicks)
Sets the value of field 'clicks'.
|
void |
setDeliveries(long deliveries)
Sets the value of field 'deliveries'.
|
void |
setJobErrors(long jobErrors)
Sets the value of field 'jobErrors'.
|
void |
setMessages(long messages)
Sets the value of field 'messages'.
|
void |
setOpens(long opens)
Sets the value of field 'opens'.
|
void |
setRenderErrors(long renderErrors)
Sets the value of field 'renderErrors'.
|
void |
setSpamComplaints(long spamComplaints)
Sets the value of field 'spamComplaints'.
|
void |
setUnsubscribes(long unsubscribes)
Sets the value of field 'unsubscribes'.
|
static AccountSummary |
unmarshal(java.io.Reader reader)
Method unmarshal.
|
void |
validate() |
public void deleteBounces()
public void deleteClicks()
public void deleteDeliveries()
public void deleteJobErrors()
public void deleteMessages()
public void deleteOpens()
public void deleteRenderErrors()
public void deleteSpamComplaints()
public void deleteUnsubscribes()
public org.exolab.castor.types.Date getActivityDate()
public long getBounces()
public long getClicks()
public long getDeliveries()
public long getJobErrors()
public long getMessages()
public long getOpens()
public long getRenderErrors()
public long getSpamComplaints()
public long getUnsubscribes()
public boolean hasBounces()
public boolean hasClicks()
public boolean hasDeliveries()
public boolean hasJobErrors()
public boolean hasMessages()
public boolean hasOpens()
public boolean hasRenderErrors()
public boolean hasSpamComplaints()
public boolean hasUnsubscribes()
public boolean isValid()
public void marshal(java.io.Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
out - org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schemapublic void marshal(org.xml.sax.ContentHandler handler)
throws java.io.IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler - java.io.IOException - if an IOException occurs during
marshalingorg.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schemaorg.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshalingpublic void setActivityDate(org.exolab.castor.types.Date activityDate)
activityDate - the value of field 'activityDate'.public void setBounces(long bounces)
bounces - the value of field 'bounces'.public void setClicks(long clicks)
clicks - the value of field 'clicks'.public void setDeliveries(long deliveries)
deliveries - the value of field 'deliveries'.public void setJobErrors(long jobErrors)
jobErrors - the value of field 'jobErrors'.public void setMessages(long messages)
messages - the value of field 'messages'.public void setOpens(long opens)
opens - the value of field 'opens'.public void setRenderErrors(long renderErrors)
renderErrors - the value of field 'renderErrors'.public void setSpamComplaints(long spamComplaints)
spamComplaints - the value of field 'spamComplaints'.public void setUnsubscribes(long unsubscribes)
unsubscribes - the value of field 'unsubscribes'.public static AccountSummary unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader - org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schemapublic void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schemaCopyright © 2016. All Rights Reserved.