@Generated(value="Autogenerated by Thrift Compiler (0.16.0)") @InterfaceAudience.Public @InterfaceStability.Stable public class AbortCompactionResponseElement extends Object implements org.apache.thrift.TBase<AbortCompactionResponseElement,AbortCompactionResponseElement._Fields>, Serializable, Cloneable, Comparable<AbortCompactionResponseElement>
| Modifier and Type | Class and Description |
|---|---|
static class |
AbortCompactionResponseElement._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| Modifier and Type | Field and Description |
|---|---|
static Map<AbortCompactionResponseElement._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
AbortCompactionResponseElement() |
AbortCompactionResponseElement(AbortCompactionResponseElement other)
Performs a deep copy on other.
|
AbortCompactionResponseElement(long compactionId) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
compareTo(AbortCompactionResponseElement other) |
AbortCompactionResponseElement |
deepCopy() |
boolean |
equals(AbortCompactionResponseElement that) |
boolean |
equals(Object that) |
AbortCompactionResponseElement._Fields |
fieldForId(int fieldId) |
long |
getCompactionId() |
Object |
getFieldValue(AbortCompactionResponseElement._Fields field) |
String |
getMessage() |
String |
getStatus() |
int |
hashCode() |
boolean |
isSet(AbortCompactionResponseElement._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetCompactionId()
Returns true if field compactionId is set (has been assigned a value) and false otherwise
|
boolean |
isSetMessage()
Returns true if field message is set (has been assigned a value) and false otherwise
|
boolean |
isSetStatus()
Returns true if field status is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setCompactionId(long compactionId) |
void |
setCompactionIdIsSet(boolean value) |
void |
setFieldValue(AbortCompactionResponseElement._Fields field,
Object value) |
void |
setMessage(String message) |
void |
setMessageIsSet(boolean value) |
void |
setStatus(String status) |
void |
setStatusIsSet(boolean value) |
String |
toString() |
void |
unsetCompactionId() |
void |
unsetMessage() |
void |
unsetStatus() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<AbortCompactionResponseElement._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public AbortCompactionResponseElement()
public AbortCompactionResponseElement(long compactionId)
public AbortCompactionResponseElement(AbortCompactionResponseElement other)
public AbortCompactionResponseElement deepCopy()
deepCopy in interface org.apache.thrift.TBase<AbortCompactionResponseElement,AbortCompactionResponseElement._Fields>public void clear()
clear in interface org.apache.thrift.TBase<AbortCompactionResponseElement,AbortCompactionResponseElement._Fields>public long getCompactionId()
public void setCompactionId(long compactionId)
public void unsetCompactionId()
public boolean isSetCompactionId()
public void setCompactionIdIsSet(boolean value)
public String getStatus()
public void setStatus(String status)
public void unsetStatus()
public boolean isSetStatus()
public void setStatusIsSet(boolean value)
public String getMessage()
public void setMessage(String message)
public void unsetMessage()
public boolean isSetMessage()
public void setMessageIsSet(boolean value)
public void setFieldValue(AbortCompactionResponseElement._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<AbortCompactionResponseElement,AbortCompactionResponseElement._Fields>public Object getFieldValue(AbortCompactionResponseElement._Fields field)
getFieldValue in interface org.apache.thrift.TBase<AbortCompactionResponseElement,AbortCompactionResponseElement._Fields>public boolean isSet(AbortCompactionResponseElement._Fields field)
isSet in interface org.apache.thrift.TBase<AbortCompactionResponseElement,AbortCompactionResponseElement._Fields>public boolean equals(AbortCompactionResponseElement that)
public int compareTo(AbortCompactionResponseElement other)
compareTo in interface Comparable<AbortCompactionResponseElement>public AbortCompactionResponseElement._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<AbortCompactionResponseElement,AbortCompactionResponseElement._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TSerializableorg.apache.thrift.TExceptionpublic void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
write in interface org.apache.thrift.TSerializableorg.apache.thrift.TExceptionpublic void validate()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.