|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.amazonaws.mturk.requester.HIT
public class HIT
| Constructor Summary | |
|---|---|
HIT()
|
|
HIT(Request request,
java.lang.String HITId,
java.lang.String HITTypeId,
java.util.Calendar creationTime,
java.lang.String title,
java.lang.String description,
java.lang.String question,
java.lang.String keywords,
HITStatus HITStatus,
java.lang.Integer maxAssignments,
Price reward,
java.lang.Long autoApprovalDelayInSeconds,
java.util.Calendar expiration,
java.lang.Long assignmentDurationInSeconds,
java.lang.Integer numberOfSimilarHITs,
java.lang.String requesterAnnotation,
QualificationRequirement[] qualificationRequirement,
HITReviewStatus HITReviewStatus,
java.lang.Integer numberOfAssignmentsPending,
java.lang.Integer numberOfAssignmentsAvailable,
java.lang.Integer numberOfAssignmentsCompleted)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.Long |
getAssignmentDurationInSeconds()
Gets the assignmentDurationInSeconds value for this HIT. |
java.lang.Long |
getAutoApprovalDelayInSeconds()
Gets the autoApprovalDelayInSeconds value for this HIT. |
java.util.Calendar |
getCreationTime()
Gets the creationTime value for this HIT. |
java.lang.String |
getDescription()
Gets the description value for this HIT. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.util.Calendar |
getExpiration()
Gets the expiration value for this HIT. |
java.lang.String |
getHITId()
Gets the HITId value for this HIT. |
HITReviewStatus |
getHITReviewStatus()
Gets the HITReviewStatus value for this HIT. |
HITStatus |
getHITStatus()
Gets the HITStatus value for this HIT. |
java.lang.String |
getHITTypeId()
Gets the HITTypeId value for this HIT. |
java.lang.String |
getKeywords()
Gets the keywords value for this HIT. |
java.lang.Integer |
getMaxAssignments()
Gets the maxAssignments value for this HIT. |
java.lang.Integer |
getNumberOfAssignmentsAvailable()
Gets the numberOfAssignmentsAvailable value for this HIT. |
java.lang.Integer |
getNumberOfAssignmentsCompleted()
Gets the numberOfAssignmentsCompleted value for this HIT. |
java.lang.Integer |
getNumberOfAssignmentsPending()
Gets the numberOfAssignmentsPending value for this HIT. |
java.lang.Integer |
getNumberOfSimilarHITs()
Gets the numberOfSimilarHITs value for this HIT. |
QualificationRequirement[] |
getQualificationRequirement()
Gets the qualificationRequirement value for this HIT. |
QualificationRequirement |
getQualificationRequirement(int i)
|
java.lang.String |
getQuestion()
Gets the question value for this HIT. |
Request |
getRequest()
Gets the request value for this HIT. |
java.lang.String |
getRequesterAnnotation()
Gets the requesterAnnotation value for this HIT. |
Price |
getReward()
Gets the reward value for this HIT. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
java.lang.String |
getTitle()
Gets the title value for this HIT. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setAssignmentDurationInSeconds(java.lang.Long assignmentDurationInSeconds)
Sets the assignmentDurationInSeconds value for this HIT. |
void |
setAutoApprovalDelayInSeconds(java.lang.Long autoApprovalDelayInSeconds)
Sets the autoApprovalDelayInSeconds value for this HIT. |
void |
setCreationTime(java.util.Calendar creationTime)
Sets the creationTime value for this HIT. |
void |
setDescription(java.lang.String description)
Sets the description value for this HIT. |
void |
setExpiration(java.util.Calendar expiration)
Sets the expiration value for this HIT. |
void |
setHITId(java.lang.String HITId)
Sets the HITId value for this HIT. |
void |
setHITReviewStatus(HITReviewStatus HITReviewStatus)
Sets the HITReviewStatus value for this HIT. |
void |
setHITStatus(HITStatus HITStatus)
Sets the HITStatus value for this HIT. |
void |
setHITTypeId(java.lang.String HITTypeId)
Sets the HITTypeId value for this HIT. |
void |
setKeywords(java.lang.String keywords)
Sets the keywords value for this HIT. |
void |
setMaxAssignments(java.lang.Integer maxAssignments)
Sets the maxAssignments value for this HIT. |
void |
setNumberOfAssignmentsAvailable(java.lang.Integer numberOfAssignmentsAvailable)
Sets the numberOfAssignmentsAvailable value for this HIT. |
void |
setNumberOfAssignmentsCompleted(java.lang.Integer numberOfAssignmentsCompleted)
Sets the numberOfAssignmentsCompleted value for this HIT. |
void |
setNumberOfAssignmentsPending(java.lang.Integer numberOfAssignmentsPending)
Sets the numberOfAssignmentsPending value for this HIT. |
void |
setNumberOfSimilarHITs(java.lang.Integer numberOfSimilarHITs)
Sets the numberOfSimilarHITs value for this HIT. |
void |
setQualificationRequirement(int i,
QualificationRequirement _value)
|
void |
setQualificationRequirement(QualificationRequirement[] qualificationRequirement)
Sets the qualificationRequirement value for this HIT. |
void |
setQuestion(java.lang.String question)
Sets the question value for this HIT. |
void |
setRequest(Request request)
Sets the request value for this HIT. |
void |
setRequesterAnnotation(java.lang.String requesterAnnotation)
Sets the requesterAnnotation value for this HIT. |
void |
setReward(Price reward)
Sets the reward value for this HIT. |
void |
setTitle(java.lang.String title)
Sets the title value for this HIT. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HIT()
public HIT(Request request,
java.lang.String HITId,
java.lang.String HITTypeId,
java.util.Calendar creationTime,
java.lang.String title,
java.lang.String description,
java.lang.String question,
java.lang.String keywords,
HITStatus HITStatus,
java.lang.Integer maxAssignments,
Price reward,
java.lang.Long autoApprovalDelayInSeconds,
java.util.Calendar expiration,
java.lang.Long assignmentDurationInSeconds,
java.lang.Integer numberOfSimilarHITs,
java.lang.String requesterAnnotation,
QualificationRequirement[] qualificationRequirement,
HITReviewStatus HITReviewStatus,
java.lang.Integer numberOfAssignmentsPending,
java.lang.Integer numberOfAssignmentsAvailable,
java.lang.Integer numberOfAssignmentsCompleted)
| Method Detail |
|---|
public Request getRequest()
public void setRequest(Request request)
request - public java.lang.String getHITId()
public void setHITId(java.lang.String HITId)
HITId - public java.lang.String getHITTypeId()
public void setHITTypeId(java.lang.String HITTypeId)
HITTypeId - public java.util.Calendar getCreationTime()
public void setCreationTime(java.util.Calendar creationTime)
creationTime - public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title - public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - public java.lang.String getQuestion()
public void setQuestion(java.lang.String question)
question - public java.lang.String getKeywords()
public void setKeywords(java.lang.String keywords)
keywords - public HITStatus getHITStatus()
public void setHITStatus(HITStatus HITStatus)
HITStatus - public java.lang.Integer getMaxAssignments()
public void setMaxAssignments(java.lang.Integer maxAssignments)
maxAssignments - public Price getReward()
public void setReward(Price reward)
reward - public java.lang.Long getAutoApprovalDelayInSeconds()
public void setAutoApprovalDelayInSeconds(java.lang.Long autoApprovalDelayInSeconds)
autoApprovalDelayInSeconds - public java.util.Calendar getExpiration()
public void setExpiration(java.util.Calendar expiration)
expiration - public java.lang.Long getAssignmentDurationInSeconds()
public void setAssignmentDurationInSeconds(java.lang.Long assignmentDurationInSeconds)
assignmentDurationInSeconds - public java.lang.Integer getNumberOfSimilarHITs()
public void setNumberOfSimilarHITs(java.lang.Integer numberOfSimilarHITs)
numberOfSimilarHITs - public java.lang.String getRequesterAnnotation()
public void setRequesterAnnotation(java.lang.String requesterAnnotation)
requesterAnnotation - public QualificationRequirement[] getQualificationRequirement()
public void setQualificationRequirement(QualificationRequirement[] qualificationRequirement)
qualificationRequirement - public QualificationRequirement getQualificationRequirement(int i)
public void setQualificationRequirement(int i,
QualificationRequirement _value)
public HITReviewStatus getHITReviewStatus()
public void setHITReviewStatus(HITReviewStatus HITReviewStatus)
HITReviewStatus - public java.lang.Integer getNumberOfAssignmentsPending()
public void setNumberOfAssignmentsPending(java.lang.Integer numberOfAssignmentsPending)
numberOfAssignmentsPending - public java.lang.Integer getNumberOfAssignmentsAvailable()
public void setNumberOfAssignmentsAvailable(java.lang.Integer numberOfAssignmentsAvailable)
numberOfAssignmentsAvailable - public java.lang.Integer getNumberOfAssignmentsCompleted()
public void setNumberOfAssignmentsCompleted(java.lang.Integer numberOfAssignmentsCompleted)
numberOfAssignmentsCompleted - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||