public class GetFeedSubmissionCountRequest 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="FeedTypeList" type="{http://mws.amazonaws.com/doc/2009-01-01/}TypeList" minOccurs="0"/>
<element name="FeedProcessingStatusList" type="{http://mws.amazonaws.com/doc/2009-01-01/}StatusList" minOccurs="0"/>
<element name="SubmittedFromDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="SubmittedToDate" 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 StatusList |
feedProcessingStatusList |
protected TypeList |
feedTypeList |
protected String |
marketplace |
protected String |
merchant |
protected String |
mwsAuthToken |
protected XMLGregorianCalendar |
submittedFromDate |
protected XMLGregorianCalendar |
submittedToDate |
| Constructor and Description |
|---|
GetFeedSubmissionCountRequest()
Default constructor
|
GetFeedSubmissionCountRequest(String marketplace,
String merchant,
TypeList feedTypeList,
StatusList feedProcessingStatusList,
XMLGregorianCalendar submittedFromDate,
XMLGregorianCalendar submittedToDate)
Value constructor
|
GetFeedSubmissionCountRequest(String marketplace,
String merchant,
TypeList feedTypeList,
StatusList feedProcessingStatusList,
XMLGregorianCalendar submittedFromDate,
XMLGregorianCalendar submittedToDate,
String mwsAuthToken) |
| Modifier and Type | Method and Description |
|---|---|
StatusList |
getFeedProcessingStatusList()
Gets the value of the feedProcessingStatusList property.
|
TypeList |
getFeedTypeList()
Gets the value of the feedTypeList property.
|
String |
getMarketplace()
Deprecated.
|
String |
getMerchant()
Gets the value of the merchant property.
|
String |
getMWSAuthToken()
Gets the value of the mwsAuthToken property.
|
XMLGregorianCalendar |
getSubmittedFromDate()
Gets the value of the submittedFromDate property.
|
XMLGregorianCalendar |
getSubmittedToDate()
Gets the value of the submittedToDate property.
|
boolean |
isSetFeedProcessingStatusList() |
boolean |
isSetFeedTypeList() |
boolean |
isSetMarketplace()
Deprecated.
|
boolean |
isSetMerchant() |
boolean |
isSetMWSAuthToken() |
boolean |
isSetSubmittedFromDate() |
boolean |
isSetSubmittedToDate() |
void |
setFeedProcessingStatusList(StatusList value)
Sets the value of the feedProcessingStatusList property.
|
void |
setFeedTypeList(TypeList value)
Sets the value of the feedTypeList 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 |
setSubmittedFromDate(XMLGregorianCalendar value)
Sets the value of the submittedFromDate property.
|
void |
setSubmittedToDate(XMLGregorianCalendar value)
Sets the value of the submittedToDate property.
|
protected String |
toJSONFragment()
JSON fragment representation of this object
|
GetFeedSubmissionCountRequest |
withFeedProcessingStatusList(StatusList value)
Sets the value of the FeedProcessingStatusList property.
|
GetFeedSubmissionCountRequest |
withFeedTypeList(TypeList value)
Sets the value of the FeedTypeList property.
|
GetFeedSubmissionCountRequest |
withMarketplace(String value)
Deprecated.
|
GetFeedSubmissionCountRequest |
withMerchant(String value)
Sets the value of the Merchant property.
|
GetFeedSubmissionCountRequest |
withMWSAuthToken(String value)
Sets the value of the MWSAuthToken property.
|
GetFeedSubmissionCountRequest |
withSubmittedFromDate(XMLGregorianCalendar value)
Sets the value of the SubmittedFromDate property.
|
GetFeedSubmissionCountRequest |
withSubmittedToDate(XMLGregorianCalendar value)
Sets the value of the SubmittedToDate property.
|
protected String marketplace
protected String merchant
protected TypeList feedTypeList
protected StatusList feedProcessingStatusList
protected XMLGregorianCalendar submittedFromDate
protected XMLGregorianCalendar submittedToDate
protected String mwsAuthToken
public GetFeedSubmissionCountRequest()
public GetFeedSubmissionCountRequest(String marketplace, String merchant, TypeList feedTypeList, StatusList feedProcessingStatusList, XMLGregorianCalendar submittedFromDate, XMLGregorianCalendar submittedToDate)
public GetFeedSubmissionCountRequest(String marketplace, String merchant, TypeList feedTypeList, StatusList feedProcessingStatusList, XMLGregorianCalendar submittedFromDate, XMLGregorianCalendar submittedToDate, 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 getFeedTypeList()
TypeListpublic void setFeedTypeList(TypeList value)
value - allowed object is
TypeListpublic boolean isSetFeedTypeList()
public StatusList getFeedProcessingStatusList()
StatusListpublic void setFeedProcessingStatusList(StatusList value)
value - allowed object is
StatusListpublic boolean isSetFeedProcessingStatusList()
public XMLGregorianCalendar getSubmittedFromDate()
XMLGregorianCalendarpublic void setSubmittedFromDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetSubmittedFromDate()
public XMLGregorianCalendar getSubmittedToDate()
XMLGregorianCalendarpublic void setSubmittedToDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetSubmittedToDate()
public String getMWSAuthToken()
Stringpublic void setMWSAuthToken(String authTokenValue)
authTokenValue - allowed object is
Stringpublic boolean isSetMWSAuthToken()
public GetFeedSubmissionCountRequest withMarketplace(String value)
setMarketplace(String)value - public GetFeedSubmissionCountRequest withMerchant(String value)
value - public GetFeedSubmissionCountRequest withMWSAuthToken(String value)
value - public GetFeedSubmissionCountRequest withFeedTypeList(TypeList value)
value - public GetFeedSubmissionCountRequest withFeedProcessingStatusList(StatusList value)
value - public GetFeedSubmissionCountRequest withSubmittedFromDate(XMLGregorianCalendar value)
value - public GetFeedSubmissionCountRequest withSubmittedToDate(XMLGregorianCalendar value)
value - protected String toJSONFragment()
Copyright © 2020. All rights reserved.