public class RequestUsagePollResponse extends PollResponse implements java.io.Serializable
periodFrom - the timestamp of the start of the periodperiodTo - the timestamp of the end of the periodtotalFreeCount - the amount of free requests (the limit) for this monthusedCount - the total of requests used during the periodprice - additional charge for requests over the limit that the client will be billed| Constructor and Description |
|---|
RequestUsagePollResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getPeriodFrom() |
java.util.Date |
getPeriodTo() |
java.math.BigDecimal |
getPrice() |
java.lang.Integer |
getTotalFreeCount() |
java.lang.Integer |
getUsedCount() |
void |
setPeriodFrom(java.util.Date periodFrom) |
void |
setPeriodTo(java.util.Date periodTo) |
void |
setPrice(java.math.BigDecimal price) |
void |
setTotalFreeCount(java.lang.Integer totalFreeCount) |
void |
setUsedCount(java.lang.Integer usedCount) |
java.lang.String |
toString() |
getMessageCount, getMessageId, getMessageQDate, getPollMessageType, setMessageCount, setMessageId, setMessageQDate, setPollMessageTypeaddResponseInfo, getClientTransactionId, getResult, getServerTransactionId, setClientTransactionId, setResult, setServerTransactionIdgetServerObjectType, setServerObjectTypepublic java.util.Date getPeriodFrom()
public void setPeriodFrom(java.util.Date periodFrom)
public java.util.Date getPeriodTo()
public void setPeriodTo(java.util.Date periodTo)
public java.lang.Integer getTotalFreeCount()
public void setTotalFreeCount(java.lang.Integer totalFreeCount)
public java.lang.Integer getUsedCount()
public void setUsedCount(java.lang.Integer usedCount)
public java.math.BigDecimal getPrice()
public void setPrice(java.math.BigDecimal price)
public java.lang.String toString()
toString in class PollResponseCopyright © 2023. All rights reserved.