public class GetSendQuotaResult extends Object implements Serializable
Represents the user's current activity limits returned from a
successful GetSendQuota
request.
Constructor and Description |
---|
GetSendQuotaResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Double |
getMax24HourSend()
The maximum number of emails the user is allowed to send in a 24-hour
interval.
|
Double |
getMaxSendRate()
The maximum number of emails the user is allowed to send per second.
|
Double |
getSentLast24Hours()
The number of emails sent during the previous 24 hours.
|
int |
hashCode() |
void |
setMax24HourSend(Double max24HourSend)
The maximum number of emails the user is allowed to send in a 24-hour
interval.
|
void |
setMaxSendRate(Double maxSendRate)
The maximum number of emails the user is allowed to send per second.
|
void |
setSentLast24Hours(Double sentLast24Hours)
The number of emails sent during the previous 24 hours.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetSendQuotaResult |
withMax24HourSend(Double max24HourSend)
The maximum number of emails the user is allowed to send in a 24-hour
interval.
|
GetSendQuotaResult |
withMaxSendRate(Double maxSendRate)
The maximum number of emails the user is allowed to send per second.
|
GetSendQuotaResult |
withSentLast24Hours(Double sentLast24Hours)
The number of emails sent during the previous 24 hours.
|
public Double getMax24HourSend()
public void setMax24HourSend(Double max24HourSend)
max24HourSend
- The maximum number of emails the user is allowed to send in a 24-hour
interval.public GetSendQuotaResult withMax24HourSend(Double max24HourSend)
Returns a reference to this object so that method calls can be chained together.
max24HourSend
- The maximum number of emails the user is allowed to send in a 24-hour
interval.public Double getMaxSendRate()
public void setMaxSendRate(Double maxSendRate)
maxSendRate
- The maximum number of emails the user is allowed to send per second.public GetSendQuotaResult withMaxSendRate(Double maxSendRate)
Returns a reference to this object so that method calls can be chained together.
maxSendRate
- The maximum number of emails the user is allowed to send per second.public Double getSentLast24Hours()
public void setSentLast24Hours(Double sentLast24Hours)
sentLast24Hours
- The number of emails sent during the previous 24 hours.public GetSendQuotaResult withSentLast24Hours(Double sentLast24Hours)
Returns a reference to this object so that method calls can be chained together.
sentLast24Hours
- The number of emails sent during the previous 24 hours.public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.