public abstract class Comment extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Comment.Range |
Modifier and Type | Field and Description |
---|---|
String |
id |
String |
inReplyTo |
Integer |
line |
String |
message |
Integer |
parent |
Integer |
patchSet
Patch set number containing this commit.
|
String |
path |
Comment.Range |
range |
Side |
side |
Boolean |
unresolved |
Timestamp |
updated |
Constructor and Description |
---|
Comment() |
public Integer patchSet
Only set in contexts where comments may come from multiple patch sets.
public String id
public String path
public Side side
public Integer parent
public Integer line
public Comment.Range range
public String inReplyTo
public Timestamp updated
public String message
public Boolean unresolved