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()
String
public void setReportId(String value)
value
- allowed object is
String
public String getArchiveId()
String
public void setArchiveId(String value)
value
- allowed object is
String
public ReportStatus getReportStatus()
ReportStatus
public void setReportStatus(ReportStatus value)
value
- allowed object is
ReportStatus
public String getResourceURL()
String
public void setResourceURL(String value)
value
- allowed object is
String
public String getReportURL()
String
public void setReportURL(String value)
value
- allowed object is
String
public String getErrorMessage()
String
public void setErrorMessage(String value)
value
- allowed object is
String
public String getData()
String
public void setData(String value)
value
- allowed object is
String
public RequestType getRequestType()
RequestType
public void setRequestType(RequestType value)
value
- allowed object is
RequestType
public String getReportPreViewURL()
String
public void setReportPreViewURL(String value)
value
- allowed object is
String
public Calendar getEta()
String
public void setEta(Calendar value)
value
- allowed object is
String
public Calendar getProcessStartTime()
String
public void setProcessStartTime(Calendar value)
value
- allowed object is
String
public Long getTimeTaken()
Long
public void setTimeTaken(Long value)
value
- allowed object is
Long
public Boolean isOnlinePreviewReportProcessed()
String
public void setOnlinePreviewReportProcessed(Boolean value)
value
- allowed object is
String
public 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.Equals
public 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.ToString
public 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.ToString
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
Copyright © 2022. All rights reserved.