public class ReviewResult extends Object
Modifier and Type | Field and Description |
---|---|
String |
error
Error message for non-200 responses.
|
Map<String,Short> |
labels
Map of labels to values after the review was posted.
|
Boolean |
ready
Boolean indicating whether the change was moved out of WIP by this review.
|
Map<String,AddReviewerResult> |
reviewers
Map of account or group identifier to outcome of adding as a reviewer.
|
Constructor and Description |
---|
ReviewResult() |
public Map<String,Short> labels
public Map<String,AddReviewerResult> reviewers
public Boolean ready
public String error