Class VoiceCommentEvent

    • Constructor Detail

      • VoiceCommentEvent

        public VoiceCommentEvent()
    • Method Detail

      • getAttachments

        public List<String> getAttachments()
      • setAttachments

        public void setAttachments​(List<String> attachments)
      • getAuthorId

        public Long getAuthorId()
      • setAuthorId

        public void setAuthorId​(Long authorId)
      • getBody

        public String getBody()
      • setBody

        public void setBody​(String body)
      • getHtmlBody

        public String getHtmlBody()
      • setHtmlBody

        public void setHtmlBody​(String htmlBody)
      • getTrusted

        public boolean getTrusted()
      • setTrusted

        public void setTrusted​(Boolean trusted)
      • getFormattedFrom

        public String getFormattedFrom()
      • setFormattedFrom

        public void setFormattedFrom​(String formattedFrom)
      • getFormattedTo

        public String getFormattedTo()
      • setFormattedTo

        public void setFormattedTo​(String formattedTo)
      • toString

        public String toString()
      • getPublic

        public Boolean getPublic()
      • setPublic

        public void setPublic​(Boolean publicComment)