@Generated(value="Autogenerated by Thrift Compiler (0.12.0)", date="2024-01-03") public class HoodieInstantChangeResult extends Object implements org.apache.thrift.TBase<HoodieInstantChangeResult,HoodieInstantChangeResult._Fields>, Serializable, Cloneable, Comparable<HoodieInstantChangeResult>
| Modifier and Type | Class and Description |
|---|---|
static class |
HoodieInstantChangeResult._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| Modifier and Type | Field and Description |
|---|---|
THoodieInstant |
instant |
static Map<HoodieInstantChangeResult._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
String |
msg |
boolean |
success |
| Constructor and Description |
|---|
HoodieInstantChangeResult() |
HoodieInstantChangeResult(boolean success) |
HoodieInstantChangeResult(HoodieInstantChangeResult other)
Performs a deep copy on other.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
compareTo(HoodieInstantChangeResult other) |
HoodieInstantChangeResult |
deepCopy() |
boolean |
equals(HoodieInstantChangeResult that) |
boolean |
equals(Object that) |
HoodieInstantChangeResult._Fields |
fieldForId(int fieldId) |
Object |
getFieldValue(HoodieInstantChangeResult._Fields field) |
THoodieInstant |
getInstant() |
String |
getMsg() |
int |
hashCode() |
boolean |
isSet(HoodieInstantChangeResult._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetInstant()
Returns true if field instant is set (has been assigned a value) and false otherwise
|
boolean |
isSetMsg()
Returns true if field msg is set (has been assigned a value) and false otherwise
|
boolean |
isSetSuccess()
Returns true if field success is set (has been assigned a value) and false otherwise
|
boolean |
isSuccess() |
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(HoodieInstantChangeResult._Fields field,
Object value) |
HoodieInstantChangeResult |
setInstant(THoodieInstant instant) |
void |
setInstantIsSet(boolean value) |
HoodieInstantChangeResult |
setMsg(String msg) |
void |
setMsgIsSet(boolean value) |
HoodieInstantChangeResult |
setSuccess(boolean success) |
void |
setSuccessIsSet(boolean value) |
String |
toString() |
void |
unsetInstant() |
void |
unsetMsg() |
void |
unsetSuccess() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public boolean success
public THoodieInstant instant
public String msg
public static final Map<HoodieInstantChangeResult._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public HoodieInstantChangeResult()
public HoodieInstantChangeResult(boolean success)
public HoodieInstantChangeResult(HoodieInstantChangeResult other)
public HoodieInstantChangeResult deepCopy()
deepCopy in interface org.apache.thrift.TBase<HoodieInstantChangeResult,HoodieInstantChangeResult._Fields>public void clear()
clear in interface org.apache.thrift.TBase<HoodieInstantChangeResult,HoodieInstantChangeResult._Fields>public boolean isSuccess()
public HoodieInstantChangeResult setSuccess(boolean success)
public void unsetSuccess()
public boolean isSetSuccess()
public void setSuccessIsSet(boolean value)
public THoodieInstant getInstant()
public HoodieInstantChangeResult setInstant(THoodieInstant instant)
public void unsetInstant()
public boolean isSetInstant()
public void setInstantIsSet(boolean value)
public String getMsg()
public HoodieInstantChangeResult setMsg(String msg)
public void unsetMsg()
public boolean isSetMsg()
public void setMsgIsSet(boolean value)
public void setFieldValue(HoodieInstantChangeResult._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<HoodieInstantChangeResult,HoodieInstantChangeResult._Fields>public Object getFieldValue(HoodieInstantChangeResult._Fields field)
getFieldValue in interface org.apache.thrift.TBase<HoodieInstantChangeResult,HoodieInstantChangeResult._Fields>public boolean isSet(HoodieInstantChangeResult._Fields field)
isSet in interface org.apache.thrift.TBase<HoodieInstantChangeResult,HoodieInstantChangeResult._Fields>public boolean equals(HoodieInstantChangeResult that)
public int compareTo(HoodieInstantChangeResult other)
compareTo in interface Comparable<HoodieInstantChangeResult>public HoodieInstantChangeResult._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<HoodieInstantChangeResult,HoodieInstantChangeResult._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.