Class Comment

java.lang.Object
org.gitlab4j.api.models.Comment

public class Comment extends Object
  • Constructor Details

    • Comment

      public Comment()
  • Method Details

    • getAuthor

      public Author getAuthor()
    • setAuthor

      public void setAuthor(Author author)
    • getCreatedAt

      public Date getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(Date createdAt)
    • getLineType

      public Constants.LineType getLineType()
    • setLineType

      public void setLineType(Constants.LineType lineType)
    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • getLine

      public Integer getLine()
    • setLine

      public void setLine(Integer line)
    • getNote

      public String getNote()
    • setNote

      public void setNote(String note)
    • toString

      public String toString()
      Overrides:
      toString in class Object