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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Author
getAuthor()
Date
getCreatedAt()
Integer
getLine()
Constants.LineType
getLineType()
String
getNote()
String
getPath()
void
setAuthor(Author author)
void
setCreatedAt(Date createdAt)
void
setLine(Integer line)
void
setLineType(Constants.LineType lineType)
void
setNote(String note)
void
setPath(String path)
String
toString()
-
-
-
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)
-
-