| Package | Description |
|---|---|
| com.amazonaws.services.mturk.model |
| Modifier and Type | Method and Description |
|---|---|
ReviewResultDetail |
ReviewResultDetail.clone() |
ReviewResultDetail |
ReviewResultDetail.withActionId(String actionId)
A unique identifier of the Review action result.
|
ReviewResultDetail |
ReviewResultDetail.withKey(String key)
Key identifies the particular piece of reviewed information.
|
ReviewResultDetail |
ReviewResultDetail.withQuestionId(String questionId)
Specifies the QuestionId the result is describing.
|
ReviewResultDetail |
ReviewResultDetail.withSubjectId(String subjectId)
The HITID or AssignmentId about which this result was taken.
|
ReviewResultDetail |
ReviewResultDetail.withSubjectType(String subjectType)
The type of the object from the SubjectId field.
|
ReviewResultDetail |
ReviewResultDetail.withValue(String value)
The values of Key provided by the review policies you have selected.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReviewResultDetail> |
ReviewReport.getReviewResults()
A list of ReviewResults objects for each action specified in the Review Policy.
|
| Modifier and Type | Method and Description |
|---|---|
ReviewReport |
ReviewReport.withReviewResults(ReviewResultDetail... reviewResults)
A list of ReviewResults objects for each action specified in the Review Policy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReviewReport.setReviewResults(Collection<ReviewResultDetail> reviewResults)
A list of ReviewResults objects for each action specified in the Review Policy.
|
ReviewReport |
ReviewReport.withReviewResults(Collection<ReviewResultDetail> reviewResults)
A list of ReviewResults objects for each action specified in the Review Policy.
|
Copyright © 2017. All rights reserved.