public class ReportRequestInfo extends Object
Java class for ReportRequestInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReportRequestInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ReportRequestId" 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"/>
<element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="Scheduled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="SubmittedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="ReportProcessingStatus" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="GeneratedReportId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="StartedProcessingDate" type={http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="CompletedDate" type="{http:/www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</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 |
completedDate |
protected XMLGregorianCalendar |
endDate |
protected String |
generatedReportId |
protected String |
reportProcessingStatus |
protected String |
reportRequestId |
protected String |
reportType |
protected boolean |
scheduled |
protected XMLGregorianCalendar |
startDate |
protected XMLGregorianCalendar |
startedProcessingDate |
protected XMLGregorianCalendar |
submittedDate |
| Constructor and Description |
|---|
ReportRequestInfo()
Default constructor
|
ReportRequestInfo(String reportRequestId,
String reportType,
XMLGregorianCalendar startDate,
XMLGregorianCalendar endDate,
boolean scheduled,
XMLGregorianCalendar submittedDate,
String reportProcessingStatus,
String generatedReportId,
XMLGregorianCalendar startedProcessingDate,
XMLGregorianCalendar completedDate)
Value constructor
|
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getCompletedDate() |
XMLGregorianCalendar |
getEndDate()
Gets the value of the endDate property.
|
String |
getGeneratedReportId() |
String |
getReportProcessingStatus()
Gets the value of the reportProcessingStatus property.
|
String |
getReportRequestId()
Gets the value of the reportRequestId property.
|
String |
getReportType()
Gets the value of the reportType property.
|
XMLGregorianCalendar |
getStartDate()
Gets the value of the startDate property.
|
XMLGregorianCalendar |
getStartedProcessingDate() |
XMLGregorianCalendar |
getSubmittedDate()
Gets the value of the submittedDate property.
|
boolean |
isScheduled() |
boolean |
isSetCompletedDate() |
boolean |
isSetEndDate() |
boolean |
isSetGeneratedReportId() |
boolean |
isSetReportProcessingStatus() |
boolean |
isSetReportRequestId() |
boolean |
isSetReportType() |
boolean |
isSetScheduled() |
boolean |
isSetStartDate() |
boolean |
isSetStartedProcessingDate() |
boolean |
isSetSubmittedDate() |
void |
setCompletedDate(XMLGregorianCalendar completedDate) |
void |
setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.
|
void |
setGeneratedReportId(String generatedReportId) |
void |
setReportProcessingStatus(String value)
Sets the value of the reportProcessingStatus property.
|
void |
setReportRequestId(String value)
Sets the value of the reportRequestId property.
|
void |
setReportType(String value)
Sets the value of the reportType property.
|
void |
setScheduled(boolean scheduled) |
void |
setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
|
void |
setStartedProcessingDate(XMLGregorianCalendar startedProcessingDate) |
void |
setSubmittedDate(XMLGregorianCalendar value)
Sets the value of the submittedDate property.
|
protected String |
toJSONFragment()
JSON fragment representation of this object
|
protected String |
toXMLFragment()
XML fragment representation of this object
|
ReportRequestInfo |
withCompletedDate(XMLGregorianCalendar completedDate) |
ReportRequestInfo |
withEndDate(XMLGregorianCalendar value)
Sets the value of the EndDate property.
|
ReportRequestInfo |
withGeneratedReportId(String generatedReportId) |
ReportRequestInfo |
withReportProcessingStatus(String value)
Sets the value of the ReportProcessingStatus property.
|
ReportRequestInfo |
withReportRequestId(String value)
Sets the value of the ReportRequestId property.
|
ReportRequestInfo |
withReportType(String value)
Sets the value of the ReportType property.
|
ReportRequestInfo |
withScheduled(boolean scheduled) |
ReportRequestInfo |
withStartDate(XMLGregorianCalendar value)
Sets the value of the StartDate property.
|
ReportRequestInfo |
withStartedProcessingDate(XMLGregorianCalendar startedProcessingDate) |
ReportRequestInfo |
withSubmittedDate(XMLGregorianCalendar value)
Sets the value of the SubmittedDate property.
|
protected String reportRequestId
protected String reportType
protected XMLGregorianCalendar startDate
protected XMLGregorianCalendar endDate
protected boolean scheduled
protected XMLGregorianCalendar submittedDate
protected String reportProcessingStatus
protected String generatedReportId
protected XMLGregorianCalendar startedProcessingDate
protected XMLGregorianCalendar completedDate
public ReportRequestInfo()
public ReportRequestInfo(String reportRequestId, String reportType, XMLGregorianCalendar startDate, XMLGregorianCalendar endDate, boolean scheduled, XMLGregorianCalendar submittedDate, String reportProcessingStatus, String generatedReportId, XMLGregorianCalendar startedProcessingDate, XMLGregorianCalendar completedDate)
public String getReportRequestId()
Stringpublic void setReportRequestId(String value)
value - allowed object is
Stringpublic boolean isSetReportRequestId()
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 boolean isScheduled()
public boolean isSetScheduled()
public void setScheduled(boolean scheduled)
public ReportRequestInfo withScheduled(boolean scheduled)
public String getGeneratedReportId()
public void setGeneratedReportId(String generatedReportId)
public boolean isSetGeneratedReportId()
public ReportRequestInfo withGeneratedReportId(String generatedReportId)
public XMLGregorianCalendar getStartedProcessingDate()
public void setStartedProcessingDate(XMLGregorianCalendar startedProcessingDate)
public boolean isSetStartedProcessingDate()
public ReportRequestInfo withStartedProcessingDate(XMLGregorianCalendar startedProcessingDate)
public XMLGregorianCalendar getCompletedDate()
public void setCompletedDate(XMLGregorianCalendar completedDate)
public boolean isSetCompletedDate()
public ReportRequestInfo withCompletedDate(XMLGregorianCalendar completedDate)
public XMLGregorianCalendar getSubmittedDate()
XMLGregorianCalendarpublic void setSubmittedDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetSubmittedDate()
public String getReportProcessingStatus()
Stringpublic void setReportProcessingStatus(String value)
value - allowed object is
Stringpublic boolean isSetReportProcessingStatus()
public ReportRequestInfo withReportRequestId(String value)
value - public ReportRequestInfo withReportType(String value)
value - public ReportRequestInfo withStartDate(XMLGregorianCalendar value)
value - public ReportRequestInfo withEndDate(XMLGregorianCalendar value)
value - public ReportRequestInfo withSubmittedDate(XMLGregorianCalendar value)
value - public ReportRequestInfo withReportProcessingStatus(String value)
value - protected String toXMLFragment()
protected String toJSONFragment()
Copyright © 2020. All rights reserved.