public class CommitComment extends Object
Constructor and Description |
---|
CommitComment() |
Modifier and Type | Method and Description |
---|---|
GitlabUser |
getAuthor() |
Date |
getCreatedAt() |
String |
getLine() |
String |
getLineType() |
String |
getNote() |
String |
getPath() |
void |
setAuthor(GitlabUser author) |
void |
setCreatedAt(Date createdAt) |
void |
setLine(String line) |
void |
setLineType(String lineType) |
void |
setNote(String note) |
void |
setPath(String path) |
public static final String URL
public GitlabUser getAuthor()
public void setAuthor(GitlabUser author)
public String getNote()
public void setNote(String note)
public String getPath()
public void setPath(String path)
public String getLine()
public void setLine(String line)
public String getLineType()
public void setLineType(String lineType)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
Copyright © 2017. All Rights Reserved.