public class ManageReportScheduleRequest 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="Schedule" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ScheduleDate" 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 String |
marketplace |
protected String |
merchant |
protected String |
mwsAuthToken |
protected String |
reportType |
protected String |
schedule |
protected XMLGregorianCalendar |
scheduleDate |
| Constructor and Description |
|---|
ManageReportScheduleRequest()
Default constructor
|
ManageReportScheduleRequest(String marketplace,
String merchant,
String reportType,
String schedule,
XMLGregorianCalendar scheduleDate)
Value constructor
|
ManageReportScheduleRequest(String marketplace,
String merchant,
String reportType,
String schedule,
XMLGregorianCalendar scheduleDate,
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 |
getReportType()
Gets the value of the reportType property.
|
String |
getSchedule()
Gets the value of the schedule property.
|
XMLGregorianCalendar |
getScheduleDate()
Gets the value of the scheduleDate property.
|
boolean |
isSetMarketplace()
Deprecated.
|
boolean |
isSetMerchant() |
boolean |
isSetMWSAuthToken() |
boolean |
isSetReportType() |
boolean |
isSetSchedule() |
boolean |
isSetScheduleDate() |
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 |
setReportType(String value)
Sets the value of the reportType property.
|
void |
setSchedule(String value)
Sets the value of the schedule property.
|
void |
setScheduleDate(XMLGregorianCalendar value)
Sets the value of the scheduleDate property.
|
protected String |
toJSONFragment()
JSON fragment representation of this object
|
ManageReportScheduleRequest |
withMarketplace(String value)
Deprecated.
|
ManageReportScheduleRequest |
withMerchant(String value)
Sets the value of the Merchant property.
|
ManageReportScheduleRequest |
withMWSAuthToken(String value)
Sets the value of the MWSAuthToken property.
|
ManageReportScheduleRequest |
withReportType(String value)
Sets the value of the ReportType property.
|
ManageReportScheduleRequest |
withSchedule(String value)
Sets the value of the Schedule property.
|
ManageReportScheduleRequest |
withScheduleDate(XMLGregorianCalendar value)
Sets the value of the ScheduleDate property.
|
protected String marketplace
protected String merchant
protected String reportType
protected String schedule
protected XMLGregorianCalendar scheduleDate
protected String mwsAuthToken
public ManageReportScheduleRequest()
public ManageReportScheduleRequest(String marketplace, String merchant, String reportType, String schedule, XMLGregorianCalendar scheduleDate)
public String getMarketplace()
setMarketplace(String)Stringpublic void setMarketplace(String value)
value - allowed object is
Stringpublic boolean isSetMarketplace()
setMarketplace(String)public String getMWSAuthToken()
Stringpublic void setMWSAuthToken(String authTokenValue)
authTokenValue - allowed object is
Stringpublic boolean isSetMWSAuthToken()
public String getMerchant()
Stringpublic void setMerchant(String value)
value - allowed object is
Stringpublic boolean isSetMerchant()
public String getReportType()
Stringpublic void setReportType(String value)
value - allowed object is
Stringpublic boolean isSetReportType()
public String getSchedule()
Stringpublic void setSchedule(String value)
value - allowed object is
Stringpublic boolean isSetSchedule()
public XMLGregorianCalendar getScheduleDate()
XMLGregorianCalendarpublic void setScheduleDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetScheduleDate()
public ManageReportScheduleRequest withMarketplace(String value)
setMarketplace(String)value - public ManageReportScheduleRequest withMerchant(String value)
value - public ManageReportScheduleRequest withMWSAuthToken(String value)
value - public ManageReportScheduleRequest withReportType(String value)
value - public ManageReportScheduleRequest withSchedule(String value)
value - public ManageReportScheduleRequest withScheduleDate(XMLGregorianCalendar value)
value - protected String toJSONFragment()
Copyright © 2020. All rights reserved.