public class TaskDefinition 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 TaskDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaskDefinition">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="taskid" type="{http://service.aeris.com/reports/v1/basetype}UUIDType"/>
<element name="submitted" type="{http://service.aeris.com/reports/v1/basetype}Date" minOccurs="0"/>
<element name="started" type="{http://service.aeris.com/reports/v1/basetype}Date" minOccurs="0"/>
<element name="completed" type="{http://service.aeris.com/reports/v1/basetype}Date" minOccurs="0"/>
<element name="task" type="{http://service.aeris.com/reports/v1/basetype}Text" minOccurs="0"/>
<element name="impalaquery" type="{http://service.aeris.com/reports/v1/basetype}Text" minOccurs="0"/>
<element name="priority" type="{http://service.aeris.com/reports/v1/basetype}Priority" minOccurs="0"/>
<element name="processing" type="{http://service.aeris.com/reports/v1/basetype}Processing" minOccurs="0"/>
<element name="processed" type="{http://service.aeris.com/reports/v1/basetype}Processed" minOccurs="0"/>
<element name="header" type="{http://service.aeris.com/reports/v1/basetype}Text" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Calendar |
completed |
protected String |
header |
protected String |
impalaquery |
protected Integer |
priority |
protected Boolean |
processed |
protected Boolean |
processing |
protected Calendar |
started |
protected Calendar |
submitted |
protected String |
task |
protected String |
taskid |
| Constructor and Description |
|---|
TaskDefinition() |
| 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) |
Calendar |
getCompleted()
Gets the value of the completed property.
|
String |
getHeader()
Gets the value of the header property.
|
String |
getImpalaquery()
Gets the value of the impalaquery property.
|
Integer |
getPriority()
Gets the value of the priority property.
|
Calendar |
getStarted()
Gets the value of the started property.
|
Calendar |
getSubmitted()
Gets the value of the submitted property.
|
String |
getTask()
Gets the value of the task property.
|
String |
getTaskid()
Gets the value of the taskid property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isProcessed()
Gets the value of the processed property.
|
Boolean |
isProcessing()
Gets the value of the processing property.
|
void |
setCompleted(Calendar value)
Sets the value of the completed property.
|
void |
setHeader(String value)
Sets the value of the header property.
|
void |
setImpalaquery(String value)
Sets the value of the impalaquery property.
|
void |
setPriority(Integer value)
Sets the value of the priority property.
|
void |
setProcessed(Boolean value)
Sets the value of the processed property.
|
void |
setProcessing(Boolean value)
Sets the value of the processing property.
|
void |
setStarted(Calendar value)
Sets the value of the started property.
|
void |
setSubmitted(Calendar value)
Sets the value of the submitted property.
|
void |
setTask(String value)
Sets the value of the task property.
|
void |
setTaskid(String value)
Sets the value of the taskid property.
|
String |
toString() |
@NotNull
@Pattern(regexp="[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}")
protected String taskid
protected Calendar submitted
protected Calendar started
protected Calendar completed
protected String task
protected String impalaquery
@Digits(integer=11,
fraction=0)
protected Integer priority
protected Boolean processing
protected Boolean processed
protected String header
public String getTaskid()
Stringpublic void setTaskid(String value)
value - allowed object is
Stringpublic Calendar getSubmitted()
Stringpublic void setSubmitted(Calendar value)
value - allowed object is
Stringpublic Calendar getStarted()
Stringpublic void setStarted(Calendar value)
value - allowed object is
Stringpublic Calendar getCompleted()
Stringpublic void setCompleted(Calendar value)
value - allowed object is
Stringpublic String getTask()
Stringpublic void setTask(String value)
value - allowed object is
Stringpublic String getImpalaquery()
Stringpublic void setImpalaquery(String value)
value - allowed object is
Stringpublic Integer getPriority()
Integerpublic void setPriority(Integer value)
value - allowed object is
Integerpublic Boolean isProcessing()
Stringpublic void setProcessing(Boolean value)
value - allowed object is
Stringpublic Boolean isProcessed()
Stringpublic void setProcessed(Boolean value)
value - allowed object is
Stringpublic String getHeader()
Stringpublic void setHeader(String 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.