|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazon.webservices.awsecommerceservice._2007_04_04.OperationRequest
public class OperationRequest
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}HTTPHeaders" minOccurs="0"/>
<element name="RequestId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Arguments" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Errors" minOccurs="0"/>
<element name="RequestProcessingTime" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Arguments |
arguments
|
protected Errors |
errors
|
protected HTTPHeaders |
httpHeaders
|
protected java.lang.String |
requestId
|
protected java.lang.Float |
requestProcessingTime
|
| Constructor Summary | |
|---|---|
OperationRequest()
|
|
| Method Summary | |
|---|---|
Arguments |
getArguments()
Gets the value of the arguments property. |
Errors |
getErrors()
Gets the value of the errors property. |
HTTPHeaders |
getHTTPHeaders()
Gets the value of the httpHeaders property. |
java.lang.String |
getRequestId()
Gets the value of the requestId property. |
java.lang.Float |
getRequestProcessingTime()
Gets the value of the requestProcessingTime property. |
void |
setArguments(Arguments value)
Sets the value of the arguments property. |
void |
setErrors(Errors value)
Sets the value of the errors property. |
void |
setHTTPHeaders(HTTPHeaders value)
Sets the value of the httpHeaders property. |
void |
setRequestId(java.lang.String value)
Sets the value of the requestId property. |
void |
setRequestProcessingTime(java.lang.Float value)
Sets the value of the requestProcessingTime property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected HTTPHeaders httpHeaders
protected java.lang.String requestId
protected Arguments arguments
protected Errors errors
protected java.lang.Float requestProcessingTime
| Constructor Detail |
|---|
public OperationRequest()
| Method Detail |
|---|
public HTTPHeaders getHTTPHeaders()
HTTPHeaderspublic void setHTTPHeaders(HTTPHeaders value)
value - allowed object is
HTTPHeaderspublic java.lang.String getRequestId()
Stringpublic void setRequestId(java.lang.String value)
value - allowed object is
Stringpublic Arguments getArguments()
Argumentspublic void setArguments(Arguments value)
value - allowed object is
Argumentspublic Errors getErrors()
Errorspublic void setErrors(Errors value)
value - allowed object is
Errorspublic java.lang.Float getRequestProcessingTime()
Floatpublic void setRequestProcessingTime(java.lang.Float value)
value - allowed object is
Float
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||