public class RequestReportRequest 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="ReportType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="MWSAuthToken" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Generated by AWS Code Generator
Wed Feb 18 13:28:59 PST 2009| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
endDate |
protected String |
marketplace |
protected IdList |
marketplaceIdList |
protected String |
merchant |
protected String |
mwsAuthToken |
protected String |
reportOptions |
protected String |
reportType |
protected XMLGregorianCalendar |
startDate |
| Constructor and Description |
|---|
RequestReportRequest()
Default constructor
|
RequestReportRequest(String marketplace,
IdList marketplaceIdList,
String merchant,
String reportType,
XMLGregorianCalendar startDate,
XMLGregorianCalendar endDate,
String reportOptions)
Value constructor
|
RequestReportRequest(String marketplace,
IdList marketplaceIdList,
String merchant,
String reportType,
XMLGregorianCalendar startDate,
XMLGregorianCalendar endDate,
String reportOptions,
String mwsAuthToken) |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getEndDate()
Gets the value of the endDate property.
|
String |
getMarketplace()
Deprecated.
|
IdList |
getMarketplaceIdList() |
String |
getMerchant()
Gets the value of the merchant property.
|
String |
getMWSAuthToken()
Gets the value of the mwsAuthToken property.
|
String |
getReportOptions() |
String |
getReportType()
Gets the value of the reportType property.
|
XMLGregorianCalendar |
getStartDate()
Gets the value of the startDate property.
|
boolean |
isSetEndDate() |
boolean |
isSetMarketplace()
Deprecated.
|
boolean |
isSetMarketplaceIdList() |
boolean |
isSetMerchant() |
boolean |
isSetMWSAuthToken() |
boolean |
isSetReportOptions() |
boolean |
isSetReportType() |
boolean |
isSetStartDate() |
void |
setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.
|
void |
setMarketplace(String value)
Deprecated.
Not used anymore. MWS ignores this parameter, but it is left
in here for backwards compatibility.
Use
setMarketplaceIdList(IdList) instead. |
void |
setMarketplaceIdList(IdList marketplaceIdList) |
void |
setMerchant(String value)
Sets the value of the merchant property.
|
void |
setMWSAuthToken(String authTokenValue)
Sets the value of the mwsAuthToken property
|
void |
setReportOptions(String reportOptions) |
void |
setReportType(String value)
Sets the value of the reportType property.
|
void |
setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
|
protected String |
toJSONFragment()
JSON fragment representation of this object
|
RequestReportRequest |
withEndDate(XMLGregorianCalendar value)
Sets the value of the EndDate property.
|
RequestReportRequest |
withMarketplace(String value)
Deprecated.
|
RequestReportRequest |
withMarketplaceIdList(IdList marketplaceIdList) |
RequestReportRequest |
withMerchant(String value)
Sets the value of the Merchant property.
|
RequestReportRequest |
withMWSAuthToken(String value)
Sets the value of the MWSAuthToken property.
|
RequestReportRequest |
withReportOptions(String reportOptions) |
RequestReportRequest |
withReportType(String value)
Sets the value of the ReportType property.
|
RequestReportRequest |
withStartDate(XMLGregorianCalendar value)
Sets the value of the StartDate property.
|
protected String marketplace
protected IdList marketplaceIdList
protected String merchant
protected String reportType
protected XMLGregorianCalendar startDate
protected XMLGregorianCalendar endDate
protected String reportOptions
protected String mwsAuthToken
public RequestReportRequest()
public RequestReportRequest(String marketplace, IdList marketplaceIdList, String merchant, String reportType, XMLGregorianCalendar startDate, XMLGregorianCalendar endDate, String reportOptions)
public RequestReportRequest(String marketplace, IdList marketplaceIdList, String merchant, String reportType, XMLGregorianCalendar startDate, XMLGregorianCalendar endDate, String reportOptions, String mwsAuthToken)
public void setReportOptions(String reportOptions)
public String getReportOptions()
public RequestReportRequest withReportOptions(String reportOptions)
public boolean isSetReportOptions()
public String getMerchant()
Stringpublic void setMerchant(String value)
value - allowed object is
Stringpublic boolean isSetMerchant()
public String getMarketplace()
setMarketplace(String)Stringpublic void setMarketplace(String value)
setMarketplaceIdList(IdList) instead.value - allowed object is
Stringpublic boolean isSetMarketplace()
setMarketplace(String)public RequestReportRequest withMarketplace(String value)
setMarketplace(String)value - public String getReportType()
Stringpublic void setReportType(String value)
value - allowed object is
Stringpublic boolean isSetReportType()
public XMLGregorianCalendar getStartDate()
XMLGregorianCalendarpublic void setStartDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetStartDate()
public XMLGregorianCalendar getEndDate()
XMLGregorianCalendarpublic void setEndDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetEndDate()
public String getMWSAuthToken()
Stringpublic void setMWSAuthToken(String authTokenValue)
authTokenValue - allowed object is
Stringpublic boolean isSetMWSAuthToken()
public RequestReportRequest withMerchant(String value)
value - public RequestReportRequest withMWSAuthToken(String value)
value - public RequestReportRequest withReportType(String value)
value - public RequestReportRequest withStartDate(XMLGregorianCalendar value)
value - public RequestReportRequest withEndDate(XMLGregorianCalendar value)
value - public void setMarketplaceIdList(IdList marketplaceIdList)
public IdList getMarketplaceIdList()
public RequestReportRequest withMarketplaceIdList(IdList marketplaceIdList)
public boolean isSetMarketplaceIdList()
protected String toJSONFragment()
Copyright © 2020. All rights reserved.