Class NoticeInfoResult

    • Constructor Detail

      • NoticeInfoResult

        public NoticeInfoResult()
      • NoticeInfoResult

        public NoticeInfoResult​(NoticeInfoResult 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

      • getId

        public Long getId()
        Get 通知ID
        Returns:
        Id 通知ID
      • setId

        public void setId​(Long Id)
        Set 通知ID
        Parameters:
        Id - 通知ID
      • getNoticeType

        public Long getNoticeType()
        Get 通知开关信息;0:关闭;15开启
        Returns:
        NoticeType 通知开关信息;0:关闭;15开启
      • setNoticeType

        public void setNoticeType​(Long NoticeType)
        Set 通知开关信息;0:关闭;15开启
        Parameters:
        NoticeType - 通知开关信息;0:关闭;15开启
      • getLimitInfos

        public LimitInfo[] getLimitInfos()
        Get 额度信息
        Returns:
        LimitInfos 额度信息
      • setLimitInfos

        public void setLimitInfos​(LimitInfo[] LimitInfos)
        Set 额度信息
        Parameters:
        LimitInfos - 额度信息