@Generated(value="Autogenerated by Thrift Compiler (0.9.3)",
date="2019-10-25")
public class QueryRejected
extends java.lang.Object
implements org.apache.thrift.TBase<QueryRejected,QueryRejected._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<QueryRejected>
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryRejected._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| Modifier and Type | Field and Description |
|---|---|
WorkflowExecutionCloseStatus |
closeStatus |
static java.util.Map<QueryRejected._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
QueryRejected() |
QueryRejected(QueryRejected other)
Performs a deep copy on other.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
compareTo(QueryRejected other) |
QueryRejected |
deepCopy() |
boolean |
equals(java.lang.Object that) |
boolean |
equals(QueryRejected that) |
QueryRejected._Fields |
fieldForId(int fieldId) |
WorkflowExecutionCloseStatus |
getCloseStatus() |
java.lang.Object |
getFieldValue(QueryRejected._Fields field) |
int |
hashCode() |
boolean |
isSet(QueryRejected._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetCloseStatus()
Returns true if field closeStatus is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
QueryRejected |
setCloseStatus(WorkflowExecutionCloseStatus closeStatus) |
void |
setCloseStatusIsSet(boolean value) |
void |
setFieldValue(QueryRejected._Fields field,
java.lang.Object value) |
java.lang.String |
toString() |
void |
unsetCloseStatus() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public WorkflowExecutionCloseStatus closeStatus
WorkflowExecutionCloseStatuspublic static final java.util.Map<QueryRejected._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public QueryRejected()
public QueryRejected(QueryRejected other)
public QueryRejected deepCopy()
deepCopy in interface org.apache.thrift.TBase<QueryRejected,QueryRejected._Fields>public void clear()
clear in interface org.apache.thrift.TBase<QueryRejected,QueryRejected._Fields>public WorkflowExecutionCloseStatus getCloseStatus()
WorkflowExecutionCloseStatuspublic QueryRejected setCloseStatus(WorkflowExecutionCloseStatus closeStatus)
WorkflowExecutionCloseStatuspublic void unsetCloseStatus()
public boolean isSetCloseStatus()
public void setCloseStatusIsSet(boolean value)
public void setFieldValue(QueryRejected._Fields field, java.lang.Object value)
setFieldValue in interface org.apache.thrift.TBase<QueryRejected,QueryRejected._Fields>public java.lang.Object getFieldValue(QueryRejected._Fields field)
getFieldValue in interface org.apache.thrift.TBase<QueryRejected,QueryRejected._Fields>public boolean isSet(QueryRejected._Fields field)
isSet in interface org.apache.thrift.TBase<QueryRejected,QueryRejected._Fields>public boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic boolean equals(QueryRejected that)
public int hashCode()
hashCode in class java.lang.Objectpublic int compareTo(QueryRejected other)
compareTo in interface java.lang.Comparable<QueryRejected>public QueryRejected._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<QueryRejected,QueryRejected._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<QueryRejected,QueryRejected._Fields>org.apache.thrift.TExceptionpublic void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
write in interface org.apache.thrift.TBase<QueryRejected,QueryRejected._Fields>org.apache.thrift.TExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic void validate()
throws org.apache.thrift.TException
org.apache.thrift.TException