| Package | Description |
|---|---|
| com.amazonaws.services.mturk.model |
| Modifier and Type | Method and Description |
|---|---|
ReviewActionDetail |
ReviewActionDetail.clone() |
ReviewActionDetail |
ReviewActionDetail.withActionId(String actionId)
The unique identifier for the action.
|
ReviewActionDetail |
ReviewActionDetail.withActionName(String actionName)
The nature of the action itself.
|
ReviewActionDetail |
ReviewActionDetail.withCompleteTime(Date completeTime)
The date when the action was completed.
|
ReviewActionDetail |
ReviewActionDetail.withErrorCode(String errorCode)
Present only when the Results have a FAILED Status.
|
ReviewActionDetail |
ReviewActionDetail.withResult(String result)
A description of the outcome of the review.
|
ReviewActionDetail |
ReviewActionDetail.withStatus(ReviewActionStatus status)
The current disposition of the action: INTENDED, SUCCEEDED, FAILED, or CANCELLED.
|
ReviewActionDetail |
ReviewActionDetail.withStatus(String status)
The current disposition of the action: INTENDED, SUCCEEDED, FAILED, or CANCELLED.
|
ReviewActionDetail |
ReviewActionDetail.withTargetId(String targetId)
The specific HITId or AssignmentID targeted by the action.
|
ReviewActionDetail |
ReviewActionDetail.withTargetType(String targetType)
The type of object in TargetId.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReviewActionDetail> |
ReviewReport.getReviewActions()
A list of ReviewAction objects for each action specified in the Review Policy.
|
| Modifier and Type | Method and Description |
|---|---|
ReviewReport |
ReviewReport.withReviewActions(ReviewActionDetail... reviewActions)
A list of ReviewAction objects for each action specified in the Review Policy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReviewReport.setReviewActions(Collection<ReviewActionDetail> reviewActions)
A list of ReviewAction objects for each action specified in the Review Policy.
|
ReviewReport |
ReviewReport.withReviewActions(Collection<ReviewActionDetail> reviewActions)
A list of ReviewAction objects for each action specified in the Review Policy.
|
Copyright © 2019. All rights reserved.