public class ReportResponse extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for ReportResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReportResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="reportId" type="{http://service.aeris.com/reports/v1/basetype}ReportId" />
<attribute name="archiveId" type="{http://service.aeris.com/reports/v1/basetype}ReportId" />
<attribute name="reportStatus" type="{http://service.aeris.com/reports/v1/basetype}ReportStatus" />
<attribute name="resourceURL" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
<maxLength value="250"/>
</restriction>
</simpleType>
</attribute>
<attribute name="reportURL" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
<maxLength value="250"/>
</restriction>
</simpleType>
</attribute>
<attribute name="errorMessage">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
<maxLength value="250"/>
</restriction>
</simpleType>
</attribute>
<attribute name="data">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
<maxLength value="10000"/>
</restriction>
</simpleType>
</attribute>
<attribute name="requestType" type="{http://service.aeris.com/reports/v1/basetype}RequestType" />
<attribute name="reportPreViewURL" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
<maxLength value="250"/>
</restriction>
</simpleType>
</attribute>
<attribute name="eta" type="{http://service.aeris.com/reports/v1/basetype}ETA" />
<attribute name="processStartTime" type="{http://service.aeris.com/reports/v1/basetype}ETA" />
<attribute name="timeTaken" type="{http://service.aeris.com/reports/v1/basetype}TimeTaken" />
<attribute name="onlinePreviewReportProcessed" type="{http://service.aeris.com/reports/v1/basetype}OnlinePreviewReportProcessed" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
archiveId |
protected String |
data |
protected String |
errorMessage |
protected Calendar |
eta |
protected Boolean |
onlinePreviewReportProcessed |
protected Calendar |
processStartTime |
protected String |
reportId |
protected String |
reportPreViewURL |
protected ReportStatus |
reportStatus |
protected String |
reportURL |
protected RequestType |
requestType |
protected String |
resourceURL |
protected Long |
timeTaken |
| Constructor and Description |
|---|
ReportResponse() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
String |
getArchiveId()
Gets the value of the archiveId property.
|
String |
getData()
Gets the value of the data property.
|
String |
getErrorMessage()
Gets the value of the errorMessage property.
|
Calendar |
getEta()
Gets the value of the eta property.
|
Calendar |
getProcessStartTime()
Gets the value of the processStartTime property.
|
String |
getReportId()
Gets the value of the reportId property.
|
String |
getReportPreViewURL()
Gets the value of the reportPreViewURL property.
|
ReportStatus |
getReportStatus()
Gets the value of the reportStatus property.
|
String |
getReportURL()
Gets the value of the reportURL property.
|
RequestType |
getRequestType()
Gets the value of the requestType property.
|
String |
getResourceURL()
Gets the value of the resourceURL property.
|
Long |
getTimeTaken()
Gets the value of the timeTaken property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isOnlinePreviewReportProcessed()
Gets the value of the onlinePreviewReportProcessed property.
|
void |
setArchiveId(String value)
Sets the value of the archiveId property.
|
void |
setData(String value)
Sets the value of the data property.
|
void |
setErrorMessage(String value)
Sets the value of the errorMessage property.
|
void |
setEta(Calendar value)
Sets the value of the eta property.
|
void |
setOnlinePreviewReportProcessed(Boolean value)
Sets the value of the onlinePreviewReportProcessed property.
|
void |
setProcessStartTime(Calendar value)
Sets the value of the processStartTime property.
|
void |
setReportId(String value)
Sets the value of the reportId property.
|
void |
setReportPreViewURL(String value)
Sets the value of the reportPreViewURL property.
|
void |
setReportStatus(ReportStatus value)
Sets the value of the reportStatus property.
|
void |
setReportURL(String value)
Sets the value of the reportURL property.
|
void |
setRequestType(RequestType value)
Sets the value of the requestType property.
|
void |
setResourceURL(String value)
Sets the value of the resourceURL property.
|
void |
setTimeTaken(Long value)
Sets the value of the timeTaken property.
|
String |
toString() |
protected String reportId
protected String archiveId
protected ReportStatus reportStatus
@NotNull
@Size(min=1,
max=250)
protected String resourceURL
@NotNull
@Size(min=1,
max=250)
protected String reportURL
@Size(min=1,
max=250)
protected String errorMessage
@Size(min=1,
max=10000)
protected String data
protected RequestType requestType
@NotNull
@Size(min=1,
max=250)
protected String reportPreViewURL
protected Calendar eta
protected Calendar processStartTime
protected Long timeTaken
protected Boolean onlinePreviewReportProcessed
public String getReportId()
Stringpublic void setReportId(String value)
value - allowed object is
Stringpublic String getArchiveId()
Stringpublic void setArchiveId(String value)
value - allowed object is
Stringpublic ReportStatus getReportStatus()
ReportStatuspublic void setReportStatus(ReportStatus value)
value - allowed object is
ReportStatuspublic String getResourceURL()
Stringpublic void setResourceURL(String value)
value - allowed object is
Stringpublic String getReportURL()
Stringpublic void setReportURL(String value)
value - allowed object is
Stringpublic String getErrorMessage()
Stringpublic void setErrorMessage(String value)
value - allowed object is
Stringpublic String getData()
Stringpublic void setData(String value)
value - allowed object is
Stringpublic RequestType getRequestType()
RequestTypepublic void setRequestType(RequestType value)
value - allowed object is
RequestTypepublic String getReportPreViewURL()
Stringpublic void setReportPreViewURL(String value)
value - allowed object is
Stringpublic Calendar getEta()
Stringpublic void setEta(Calendar value)
value - allowed object is
Stringpublic Calendar getProcessStartTime()
Stringpublic void setProcessStartTime(Calendar value)
value - allowed object is
Stringpublic Long getTimeTaken()
Longpublic void setTimeTaken(Long value)
value - allowed object is
Longpublic Boolean isOnlinePreviewReportProcessed()
Stringpublic void setOnlinePreviewReportProcessed(Boolean value)
value - allowed object is
Stringpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2023. All rights reserved.