类 Notice

    • 构造器详细资料

      • Notice

        public Notice()
    • 方法详细资料

      • getId

        public long getId()
      • setId

        public void setId​(long id)
      • getTimestamp

        public Long getTimestamp()
      • setTimestamp

        public void setTimestamp​(long timestamp)
      • getAction

        public String getAction()
      • setAction

        public void setAction​(String action)
      • getTitle

        public String getTitle()
      • setTitle

        public void setTitle​(String title)
      • getContent

        public String getContent()
      • setContent

        public void setContent​(String content)
      • getSender

        public String getSender()
      • setSender

        public void setSender​(String sender)
      • getReceiver

        public String getReceiver()
      • setReceiver

        public void setReceiver​(String receiver)
      • getFormat

        public String getFormat()
      • setFormat

        public void setFormat​(String format)
      • getExtra

        public String getExtra()
      • setExtra

        public void setExtra​(String extra)
      • isNotEmpty

        public boolean isNotEmpty​(String txt)