Class CommentReaction

java.lang.Object
org.azd.abstractions.serializer.SerializableEntity
org.azd.workitemtracking.types.CommentReaction

public class CommentReaction extends SerializableEntity
Contains information about work item comment reaction for a particular reaction type.
  • Constructor Details

    • CommentReaction

      public CommentReaction()
  • Method Details

    • get_links

      public Object get_links()
    • set_links

      public void set_links(Object _links)
    • getCommentId

      public int getCommentId()
    • setCommentId

      public void setCommentId(int commentId)
    • getCount

      public int getCount()
    • setCount

      public void setCount(int count)
    • getIsCurrentUserEngaged

      public Boolean getIsCurrentUserEngaged()
    • setIsCurrentUserEngaged

      public void setIsCurrentUserEngaged(Boolean isCurrentUserEngaged)
    • getType

      public CommentReactionType getType()
    • setType

      public void setType(CommentReactionType type)
    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)