public class GetReportCountRequest 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="ReportTypeList" type="{http://mws.amazonaws.com/doc/2009-01-01/}TypeList" minOccurs="0"/>
<element name="Acknowledged" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="AvailableFromDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="AvailableToDate" 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 Boolean |
acknowledged |
protected XMLGregorianCalendar |
availableFromDate |
protected XMLGregorianCalendar |
availableToDate |
protected String |
marketplace |
protected String |
merchant |
protected String |
mwsAuthToken |
protected TypeList |
reportTypeList |
| Constructor and Description |
|---|
GetReportCountRequest()
Default constructor
|
GetReportCountRequest(String marketplace,
String merchant,
TypeList reportTypeList,
Boolean acknowledged,
XMLGregorianCalendar availableFromDate,
XMLGregorianCalendar availableToDate)
Value constructor
|
GetReportCountRequest(String marketplace,
String merchant,
TypeList reportTypeList,
Boolean acknowledged,
XMLGregorianCalendar availableFromDate,
XMLGregorianCalendar availableToDate,
String mwsAuthToken) |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getAvailableFromDate()
Gets the value of the availableFromDate property.
|
XMLGregorianCalendar |
getAvailableToDate()
Gets the value of the availableToDate property.
|
String |
getMarketplace()
Deprecated.
|
String |
getMerchant()
Gets the value of the merchant property.
|
String |
getMWSAuthToken()
Gets the value of the mwsAuthToken property.
|
TypeList |
getReportTypeList()
Gets the value of the reportTypeList property.
|
Boolean |
isAcknowledged()
Gets the value of the acknowledged property.
|
boolean |
isSetAcknowledged() |
boolean |
isSetAvailableFromDate() |
boolean |
isSetAvailableToDate() |
boolean |
isSetMarketplace()
Deprecated.
|
boolean |
isSetMerchant() |
boolean |
isSetMWSAuthToken() |
boolean |
isSetReportTypeList() |
void |
setAcknowledged(Boolean value)
Sets the value of the acknowledged property.
|
void |
setAvailableFromDate(XMLGregorianCalendar value)
Sets the value of the availableFromDate property.
|
void |
setAvailableToDate(XMLGregorianCalendar value)
Sets the value of the availableToDate property.
|
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 |
setReportTypeList(TypeList value)
Sets the value of the reportTypeList property.
|
protected String |
toJSONFragment()
JSON fragment representation of this object
|
GetReportCountRequest |
withAcknowledged(Boolean value)
Sets the value of the Acknowledged property.
|
GetReportCountRequest |
withAvailableFromDate(XMLGregorianCalendar value)
Sets the value of the AvailableFromDate property.
|
GetReportCountRequest |
withAvailableToDate(XMLGregorianCalendar value)
Sets the value of the AvailableToDate property.
|
GetReportCountRequest |
withMarketplace(String value)
Deprecated.
|
GetReportCountRequest |
withMerchant(String value)
Sets the value of the Merchant property.
|
GetReportCountRequest |
withMWSAuthToken(String value)
Sets the value of the MWSAuthToken property.
|
GetReportCountRequest |
withReportTypeList(TypeList value)
Sets the value of the ReportTypeList property.
|
protected String marketplace
protected String merchant
protected TypeList reportTypeList
protected Boolean acknowledged
protected XMLGregorianCalendar availableFromDate
protected XMLGregorianCalendar availableToDate
protected String mwsAuthToken
public GetReportCountRequest()
public GetReportCountRequest(String marketplace, String merchant, TypeList reportTypeList, Boolean acknowledged, XMLGregorianCalendar availableFromDate, XMLGregorianCalendar availableToDate)
public GetReportCountRequest(String marketplace, String merchant, TypeList reportTypeList, Boolean acknowledged, XMLGregorianCalendar availableFromDate, XMLGregorianCalendar availableToDate, String mwsAuthToken)
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 TypeList getReportTypeList()
TypeListpublic void setReportTypeList(TypeList value)
value - allowed object is
TypeListpublic boolean isSetReportTypeList()
public Boolean isAcknowledged()
Booleanpublic void setAcknowledged(Boolean value)
value - allowed object is
Booleanpublic boolean isSetAcknowledged()
public XMLGregorianCalendar getAvailableFromDate()
XMLGregorianCalendarpublic void setAvailableFromDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetAvailableFromDate()
public XMLGregorianCalendar getAvailableToDate()
XMLGregorianCalendarpublic void setAvailableToDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetAvailableToDate()
public String getMWSAuthToken()
Stringpublic void setMWSAuthToken(String authTokenValue)
authTokenValue - allowed object is
Stringpublic boolean isSetMWSAuthToken()
public GetReportCountRequest withMarketplace(String value)
setMarketplace(String)value - public GetReportCountRequest withMWSAuthToken(String value)
value - public GetReportCountRequest withMerchant(String value)
value - public GetReportCountRequest withReportTypeList(TypeList value)
value - public GetReportCountRequest withAcknowledged(Boolean value)
value - public GetReportCountRequest withAvailableFromDate(XMLGregorianCalendar value)
value - public GetReportCountRequest withAvailableToDate(XMLGregorianCalendar value)
value - protected String toJSONFragment()
Copyright © 2020. All rights reserved.