Class AnnotationRequestBody

    • Constructor Detail

      • AnnotationRequestBody

        public AnnotationRequestBody()
        Default constructor
      • AnnotationRequestBody

        public AnnotationRequestBody​(AnnotationRequestBody template)
        Copy/clone constructor
        Parameters:
        template - object to copy
    • Method Detail

      • getCommentType

        public CommentType getCommentType()
        Return the type of comment.
        Returns:
        string
      • setCommentType

        public void setCommentType​(CommentType commentType)
        Set up the type of comment.
        Parameters:
        commentType - string
      • getCommentText

        public String getCommentText()
        Return the comment content.
        Returns:
        string description
      • setCommentText

        public void setCommentText​(String commentText)
        Set up the comment content.
        Parameters:
        commentText - text.