Package org.gitlab4j.api.models
Class Comment
- java.lang.Object
-
- org.gitlab4j.api.models.Comment
-
public class Comment extends Object
-
-
Constructor Summary
Constructors Constructor Description Comment()
-
Method Summary
Modifier and Type Method Description AuthorgetAuthor()DategetCreatedAt()IntegergetLine()Constants.LineTypegetLineType()StringgetNote()StringgetPath()voidsetAuthor(Author author)voidsetCreatedAt(Date createdAt)voidsetLine(Integer line)voidsetLineType(Constants.LineType lineType)voidsetNote(String note)voidsetPath(String path)StringtoString()
-
-
-
Method Detail
-
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)
-
-