public class DeleteReportDefinition 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 DeleteReportDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeleteReportDefinition">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="taskid" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="status" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="accountId" type="{http://service.aeris.com/reports/v1/basetype}AccountId" minOccurs="0"/>
<element name="reportFormat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="taskType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sucessCount" type="{http://service.aeris.com/reports/v1/basetype}OutputRecordCount" minOccurs="0"/>
<element name="failureCount" type="{http://service.aeris.com/reports/v1/basetype}OutputRecordCount" minOccurs="0"/>
<element name="createdBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="createdDate" type="{http://service.aeris.com/reports/v1/basetype}Date" minOccurs="0"/>
<element name="lastUpdatedDate" type="{http://service.aeris.com/reports/v1/basetype}Date" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
accountId |
protected String |
createdBy |
protected Calendar |
createdDate |
protected Integer |
failureCount |
protected Calendar |
lastUpdatedDate |
protected String |
reportFormat |
protected String |
status |
protected Integer |
sucessCount |
protected String |
taskid |
protected String |
taskType |
| Constructor and Description |
|---|
DeleteReportDefinition() |
| 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) |
Long |
getAccountId()
Gets the value of the accountId property.
|
String |
getCreatedBy()
Gets the value of the createdBy property.
|
Calendar |
getCreatedDate()
Gets the value of the createdDate property.
|
Integer |
getFailureCount()
Gets the value of the failureCount property.
|
Calendar |
getLastUpdatedDate()
Gets the value of the lastUpdatedDate property.
|
String |
getReportFormat()
Gets the value of the reportFormat property.
|
String |
getStatus()
Gets the value of the status property.
|
Integer |
getSucessCount()
Gets the value of the sucessCount property.
|
String |
getTaskid()
Gets the value of the taskid property.
|
String |
getTaskType()
Gets the value of the taskType property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setAccountId(Long value)
Sets the value of the accountId property.
|
void |
setCreatedBy(String value)
Sets the value of the createdBy property.
|
void |
setCreatedDate(Calendar value)
Sets the value of the createdDate property.
|
void |
setFailureCount(Integer value)
Sets the value of the failureCount property.
|
void |
setLastUpdatedDate(Calendar value)
Sets the value of the lastUpdatedDate property.
|
void |
setReportFormat(String value)
Sets the value of the reportFormat property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setSucessCount(Integer value)
Sets the value of the sucessCount property.
|
void |
setTaskid(String value)
Sets the value of the taskid property.
|
void |
setTaskType(String value)
Sets the value of the taskType property.
|
String |
toString() |
@NotNull protected String taskid
@NotNull protected String status
protected Long accountId
protected String reportFormat
protected String taskType
@Digits(integer=3,
fraction=0)
protected Integer sucessCount
@Digits(integer=3,
fraction=0)
protected Integer failureCount
protected String createdBy
protected Calendar createdDate
protected Calendar lastUpdatedDate
public String getTaskid()
Stringpublic void setTaskid(String value)
value - allowed object is
Stringpublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic Long getAccountId()
Longpublic void setAccountId(Long value)
value - allowed object is
Longpublic String getReportFormat()
Stringpublic void setReportFormat(String value)
value - allowed object is
Stringpublic String getTaskType()
Stringpublic void setTaskType(String value)
value - allowed object is
Stringpublic Integer getSucessCount()
Integerpublic void setSucessCount(Integer value)
value - allowed object is
Integerpublic Integer getFailureCount()
Integerpublic void setFailureCount(Integer value)
value - allowed object is
Integerpublic String getCreatedBy()
Stringpublic void setCreatedBy(String value)
value - allowed object is
Stringpublic Calendar getCreatedDate()
Stringpublic void setCreatedDate(Calendar value)
value - allowed object is
Stringpublic Calendar getLastUpdatedDate()
Stringpublic void setLastUpdatedDate(Calendar 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.