| Package | Description |
|---|---|
| com.amazonaws.services.mturk.model |
| Modifier and Type | Method and Description |
|---|---|
Assignment |
Assignment.clone() |
Assignment |
GetAssignmentResult.getAssignment()
The assignment.
|
Assignment |
Assignment.withAcceptTime(Date acceptTime)
The date and time the Worker accepted the assignment.
|
Assignment |
Assignment.withAnswer(String answer)
The Worker's answers submitted for the HIT contained in a QuestionFormAnswers document, if the Worker provides an
answer.
|
Assignment |
Assignment.withApprovalTime(Date approvalTime)
If the Worker has submitted results and the Requester has approved the results, ApprovalTime is the date and time
the Requester approved the results.
|
Assignment |
Assignment.withAssignmentId(String assignmentId)
A unique identifier for the assignment.
|
Assignment |
Assignment.withAssignmentStatus(AssignmentStatus assignmentStatus)
The status of the assignment.
|
Assignment |
Assignment.withAssignmentStatus(String assignmentStatus)
The status of the assignment.
|
Assignment |
Assignment.withAutoApprovalTime(Date autoApprovalTime)
If results have been submitted, AutoApprovalTime is the date and time the results of the assignment results are
considered Approved automatically if they have not already been explicitly approved or rejected by the Requester.
|
Assignment |
Assignment.withDeadline(Date deadline)
The date and time of the deadline for the assignment.
|
Assignment |
Assignment.withHITId(String hITId)
The ID of the HIT.
|
Assignment |
Assignment.withRejectionTime(Date rejectionTime)
If the Worker has submitted results and the Requester has rejected the results, RejectionTime is the date and
time the Requester rejected the results.
|
Assignment |
Assignment.withRequesterFeedback(String requesterFeedback)
The feedback string included with the call to the ApproveAssignment operation or the RejectAssignment operation,
if the Requester approved or rejected the assignment and specified feedback.
|
Assignment |
Assignment.withSubmitTime(Date submitTime)
If the Worker has submitted results, SubmitTime is the date and time the assignment was submitted.
|
Assignment |
Assignment.withWorkerId(String workerId)
The ID of the Worker who accepted the HIT.
|
| Modifier and Type | Method and Description |
|---|---|
List<Assignment> |
ListAssignmentsForHITResult.getAssignments()
The collection of Assignment data structures returned by this call.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetAssignmentResult.setAssignment(Assignment assignment)
The assignment.
|
GetAssignmentResult |
GetAssignmentResult.withAssignment(Assignment assignment)
The assignment.
|
ListAssignmentsForHITResult |
ListAssignmentsForHITResult.withAssignments(Assignment... assignments)
The collection of Assignment data structures returned by this call.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAssignmentsForHITResult.setAssignments(Collection<Assignment> assignments)
The collection of Assignment data structures returned by this call.
|
ListAssignmentsForHITResult |
ListAssignmentsForHITResult.withAssignments(Collection<Assignment> assignments)
The collection of Assignment data structures returned by this call.
|
Copyright © 2022. All rights reserved.