public class OperationRequest extends Object implements Serializable
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/2011-08-01}HTTPHeaders" minOccurs="0"/>
<element name="RequestId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}Arguments" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}Errors" minOccurs="0"/>
<element name="RequestProcessingTime" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Arguments |
arguments |
protected Errors |
errors |
protected HTTPHeaders |
httpHeaders |
protected String |
requestId |
protected Float |
requestProcessingTime |
| Constructor and Description |
|---|
OperationRequest() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
String |
getRequestId()
Gets the value of the requestId property.
|
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(String value)
Sets the value of the requestId property.
|
void |
setRequestProcessingTime(Float value)
Sets the value of the requestProcessingTime property.
|
protected HTTPHeaders httpHeaders
protected String requestId
protected Arguments arguments
protected Errors errors
protected Float requestProcessingTime
public HTTPHeaders getHTTPHeaders()
HTTPHeaderspublic void setHTTPHeaders(HTTPHeaders value)
value - allowed object is
HTTPHeaderspublic String getRequestId()
Stringpublic void setRequestId(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 Float getRequestProcessingTime()
FloatCopyright © 2013. All Rights Reserved.