public class GetReportRequest extends Object
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 name="Marketplace" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Merchant" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ReportId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="MWSAuthToken" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Generated by AWS Code Generator
Tue Feb 03 16:00:09 PST 2009| Modifier and Type | Field and Description |
|---|---|
protected String |
marketplace |
protected String |
merchant |
protected String |
mwsAuthToken |
protected String |
reportId |
protected OutputStream |
reportOutputStream |
| Constructor and Description |
|---|
GetReportRequest()
Default constructor
|
GetReportRequest(String marketplace,
String merchant,
String reportId)
Value constructor
|
GetReportRequest(String marketplace,
String merchant,
String reportId,
String mwsAuthToken) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMarketplace()
Deprecated.
|
String |
getMerchant()
Gets the value of the merchant property.
|
String |
getMWSAuthToken()
Gets the value of the mwsAuthToken property.
|
String |
getReportId()
Gets the value of the reportId property.
|
OutputStream |
getReportOutputStream() |
boolean |
isSetMarketplace()
Deprecated.
|
boolean |
isSetMerchant() |
boolean |
isSetMWSAuthToken() |
boolean |
isSetReportId() |
void |
setMarketplace(String value)
Deprecated.
Not used anymore. MWS ignores this parameter, but it is left
in here for backwards compatibility.
|
void |
setMerchant(String value)
Sets the value of the merchant property.
|
void |
setMWSAuthToken(String authTokenValue)
Sets the value of the mwsAuthToken property
|
void |
setReportId(String value)
Sets the value of the reportId property.
|
void |
setReportOutputStream(OutputStream reportOutputStream) |
protected String |
toJSONFragment()
JSON fragment representation of this object
|
GetReportRequest |
withMarketplace(String value)
Deprecated.
|
GetReportRequest |
withMerchant(String value)
Sets the value of the Merchant property.
|
GetReportRequest |
withMWSAuthToken(String value)
Sets the value of the MWSAuthToken property.
|
GetReportRequest |
withReportId(String value)
Sets the value of the ReportId property.
|
protected String marketplace
protected String merchant
protected String reportId
protected String mwsAuthToken
protected OutputStream reportOutputStream
public GetReportRequest()
public GetReportRequest(String marketplace, String merchant, String reportId)
public String getMarketplace()
setMarketplace(String)Stringpublic void setMarketplace(String value)
value - allowed object is
Stringpublic boolean isSetMarketplace()
setMarketplace(String)public String getMerchant()
Stringpublic void setMerchant(String value)
value - allowed object is
Stringpublic boolean isSetMerchant()
public String getReportId()
Stringpublic OutputStream getReportOutputStream()
public void setReportOutputStream(OutputStream reportOutputStream)
public void setReportId(String value)
value - allowed object is
Stringpublic boolean isSetReportId()
public String getMWSAuthToken()
Stringpublic void setMWSAuthToken(String authTokenValue)
authTokenValue - allowed object is
Stringpublic boolean isSetMWSAuthToken()
public GetReportRequest withMarketplace(String value)
setMarketplace(String)value - public GetReportRequest withMerchant(String value)
value - public GetReportRequest withMWSAuthToken(String value)
value - public GetReportRequest withReportId(String value)
value - protected String toJSONFragment()
Copyright © 2020. All rights reserved.