Class ServerNotice

    • Field Detail

      • serverNoticeType

        private String serverNoticeType
        Required. The type of notice being represented.
      • adminContact

        private String adminContact
        A URI giving a contact method for the server administrator. Required if the notice type is m.server_notice.usage_limit_reached.
      • limitType

        private String limitType
        The kind of usage limit the server has exceeded. Required if the notice type is m.server_notice.usage_limit_reached.
    • Constructor Detail

      • ServerNotice

        public ServerNotice()
    • Method Detail

      • getServerNoticeType

        public String getServerNoticeType()
      • setServerNoticeType

        public void setServerNoticeType​(String serverNoticeType)
      • getAdminContact

        public String getAdminContact()
      • setAdminContact

        public void setAdminContact​(String adminContact)
      • getLimitType

        public String getLimitType()
      • setLimitType

        public void setLimitType​(String limitType)