Class LimitInfo

    • Constructor Detail

      • LimitInfo

        public LimitInfo()
      • LimitInfo

        public LimitInfo​(LimitInfo source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getType

        public String getType()
        Get 通知类型: limit_emai:邮件 limit_wechat:微信 limit_phone:手机
        Returns:
        Type 通知类型: limit_emai:邮件 limit_wechat:微信 limit_phone:手机
      • setType

        public void setType​(String Type)
        Set 通知类型: limit_emai:邮件 limit_wechat:微信 limit_phone:手机
        Parameters:
        Type - 通知类型: limit_emai:邮件 limit_wechat:微信 limit_phone:手机
      • getTotal

        public Long getTotal()
        Get 总量
        Returns:
        Total 总量
      • setTotal

        public void setTotal​(Long Total)
        Set 总量
        Parameters:
        Total - 总量
      • getSent

        public Long getSent()
        Get 已发送
        Returns:
        Sent 已发送
      • setSent

        public void setSent​(Long Sent)
        Set 已发送
        Parameters:
        Sent - 已发送