Class ReviewResult
- java.lang.Object
- 
- com.google.gerrit.extensions.api.changes.ReviewResult
 
- 
 public class ReviewResult extends Object Result object representing the outcome of a review request.
- 
- 
Field SummaryFields Modifier and Type Field Description StringerrorError message for non-200 responses.Map<String,Short>labelsMap of labels to values after the review was posted.BooleanreadyBoolean indicating whether the change was moved out of WIP by this review.Map<String,AddReviewerResult>reviewersMap of account or group identifier to outcome of adding as a reviewer.
 - 
Constructor SummaryConstructors Constructor Description ReviewResult()
 
- 
- 
- 
Field Detail- 
labelspublic Map<String,Short> labels Map of labels to values after the review was posted. Null if any reviewer additions were rejected.
 - 
reviewerspublic Map<String,AddReviewerResult> reviewers Map of account or group identifier to outcome of adding as a reviewer. Null if no reviewer additions were requested.
 - 
readypublic Boolean ready Boolean indicating whether the change was moved out of WIP by this review. Either true or null.
 - 
errorpublic String error Error message for non-200 responses.
 
- 
 
-