类 GetQuotaResponse

  • 所有已实现的接口:
    Serializable

    public class GetQuotaResponse
    extends SesResponse
    Response object of getting quota. It contains lots of parameters of quota.
    另请参阅:
    序列化表格
    • 构造器详细资料

      • GetQuotaResponse

        public GetQuotaResponse()
    • 方法详细资料

      • getMaxPerDay

        public Integer getMaxPerDay()
      • setMaxPerDay

        public void setMaxPerDay​(Integer maxPerDay)
      • getMaxPerSecond

        public Integer getMaxPerSecond()
      • setMaxPerSecond

        public void setMaxPerSecond​(Integer maxPerSecond)
      • getUsedToday

        public Integer getUsedToday()
      • setUsedToday

        public void setUsedToday​(Integer usedToday)