public class DeleteScheduledReportResponse 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 DeleteScheduledReportResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeleteScheduledReportResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="resultCode" type="{http://service.aeris.com/reports/v1/basetype}OutputRecordCount"/>
<element name="resultMessage" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="successCount" type="{http://service.aeris.com/reports/v1/basetype}OutputRecordCount"/>
<element name="failureCount" type="{http://service.aeris.com/reports/v1/basetype}OutputRecordCount"/>
<element name="format" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="successReport" type="{http://service.aeris.com/reports/v1/basetype}ByteArray"/>
<element name="failureReport" type="{http://service.aeris.com/reports/v1/basetype}ByteArray"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
failureCount |
protected byte[] |
failureReport |
protected String |
format |
protected int |
resultCode |
protected String |
resultMessage |
protected int |
successCount |
protected byte[] |
successReport |
| Constructor and Description |
|---|
DeleteScheduledReportResponse() |
| 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) |
int |
getFailureCount()
Gets the value of the failureCount property.
|
byte[] |
getFailureReport()
Gets the value of the failureReport property.
|
String |
getFormat()
Gets the value of the format property.
|
int |
getResultCode()
Gets the value of the resultCode property.
|
String |
getResultMessage()
Gets the value of the resultMessage property.
|
int |
getSuccessCount()
Gets the value of the successCount property.
|
byte[] |
getSuccessReport()
Gets the value of the successReport property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setFailureCount(int value)
Sets the value of the failureCount property.
|
void |
setFailureReport(byte[] value)
Sets the value of the failureReport property.
|
void |
setFormat(String value)
Sets the value of the format property.
|
void |
setResultCode(int value)
Sets the value of the resultCode property.
|
void |
setResultMessage(String value)
Sets the value of the resultMessage property.
|
void |
setSuccessCount(int value)
Sets the value of the successCount property.
|
void |
setSuccessReport(byte[] value)
Sets the value of the successReport property.
|
String |
toString() |
@NotNull
@Digits(integer=3,
fraction=0)
protected int resultCode
@NotNull protected String resultMessage
@NotNull
@Digits(integer=3,
fraction=0)
protected int successCount
@NotNull
@Digits(integer=3,
fraction=0)
protected int failureCount
@NotNull protected String format
@NotNull protected byte[] successReport
@NotNull protected byte[] failureReport
public int getResultCode()
public void setResultCode(int value)
public String getResultMessage()
Stringpublic void setResultMessage(String value)
value - allowed object is
Stringpublic int getSuccessCount()
public void setSuccessCount(int value)
public int getFailureCount()
public void setFailureCount(int value)
public String getFormat()
Stringpublic void setFormat(String value)
value - allowed object is
Stringpublic byte[] getSuccessReport()
public void setSuccessReport(byte[] value)
value - allowed object is
byte[]public byte[] getFailureReport()
public void setFailureReport(byte[] value)
value - allowed object is
byte[]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.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.