com.amazonaws.mturk.requester
Class GetBonusPaymentsResult

java.lang.Object
  extended by com.amazonaws.mturk.requester.GetBonusPaymentsResult
All Implemented Interfaces:
java.io.Serializable

public class GetBonusPaymentsResult
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
GetBonusPaymentsResult()
           
GetBonusPaymentsResult(Request request, java.lang.Integer numResults, java.lang.Integer pageNumber, java.lang.Integer totalNumResults, BonusPayment[] bonusPayment)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 BonusPayment[] getBonusPayment()
          Gets the bonusPayment value for this GetBonusPaymentsResult.
 BonusPayment getBonusPayment(int i)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.Integer getNumResults()
          Gets the numResults value for this GetBonusPaymentsResult.
 java.lang.Integer getPageNumber()
          Gets the pageNumber value for this GetBonusPaymentsResult.
 Request getRequest()
          Gets the request value for this GetBonusPaymentsResult.
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.Integer getTotalNumResults()
          Gets the totalNumResults value for this GetBonusPaymentsResult.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setBonusPayment(BonusPayment[] bonusPayment)
          Sets the bonusPayment value for this GetBonusPaymentsResult.
 void setBonusPayment(int i, BonusPayment _value)
           
 void setNumResults(java.lang.Integer numResults)
          Sets the numResults value for this GetBonusPaymentsResult.
 void setPageNumber(java.lang.Integer pageNumber)
          Sets the pageNumber value for this GetBonusPaymentsResult.
 void setRequest(Request request)
          Sets the request value for this GetBonusPaymentsResult.
 void setTotalNumResults(java.lang.Integer totalNumResults)
          Sets the totalNumResults value for this GetBonusPaymentsResult.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetBonusPaymentsResult

public GetBonusPaymentsResult()

GetBonusPaymentsResult

public GetBonusPaymentsResult(Request request,
                              java.lang.Integer numResults,
                              java.lang.Integer pageNumber,
                              java.lang.Integer totalNumResults,
                              BonusPayment[] bonusPayment)
Method Detail

getRequest

public Request getRequest()
Gets the request value for this GetBonusPaymentsResult.

Returns:
request

setRequest

public void setRequest(Request request)
Sets the request value for this GetBonusPaymentsResult.

Parameters:
request -

getNumResults

public java.lang.Integer getNumResults()
Gets the numResults value for this GetBonusPaymentsResult.

Returns:
numResults

setNumResults

public void setNumResults(java.lang.Integer numResults)
Sets the numResults value for this GetBonusPaymentsResult.

Parameters:
numResults -

getPageNumber

public java.lang.Integer getPageNumber()
Gets the pageNumber value for this GetBonusPaymentsResult.

Returns:
pageNumber

setPageNumber

public void setPageNumber(java.lang.Integer pageNumber)
Sets the pageNumber value for this GetBonusPaymentsResult.

Parameters:
pageNumber -

getTotalNumResults

public java.lang.Integer getTotalNumResults()
Gets the totalNumResults value for this GetBonusPaymentsResult.

Returns:
totalNumResults

setTotalNumResults

public void setTotalNumResults(java.lang.Integer totalNumResults)
Sets the totalNumResults value for this GetBonusPaymentsResult.

Parameters:
totalNumResults -

getBonusPayment

public BonusPayment[] getBonusPayment()
Gets the bonusPayment value for this GetBonusPaymentsResult.

Returns:
bonusPayment

setBonusPayment

public void setBonusPayment(BonusPayment[] bonusPayment)
Sets the bonusPayment value for this GetBonusPaymentsResult.

Parameters:
bonusPayment -

getBonusPayment

public BonusPayment getBonusPayment(int i)

setBonusPayment

public void setBonusPayment(int i,
                            BonusPayment _value)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer