@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2022-01-11") public class VersionHistoryItem extends java.lang.Object implements org.apache.thrift.TBase<VersionHistoryItem,VersionHistoryItem._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<VersionHistoryItem>
Modifier and Type | Class and Description |
---|---|
static class |
VersionHistoryItem._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
long |
eventID |
static java.util.Map<VersionHistoryItem._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
long |
version |
Constructor and Description |
---|
VersionHistoryItem() |
VersionHistoryItem(VersionHistoryItem other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
compareTo(VersionHistoryItem other) |
VersionHistoryItem |
deepCopy() |
boolean |
equals(java.lang.Object that) |
boolean |
equals(VersionHistoryItem that) |
VersionHistoryItem._Fields |
fieldForId(int fieldId) |
long |
getEventID() |
java.lang.Object |
getFieldValue(VersionHistoryItem._Fields field) |
long |
getVersion() |
int |
hashCode() |
boolean |
isSet(VersionHistoryItem._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetEventID()
Returns true if field eventID is set (has been assigned a value) and false otherwise
|
boolean |
isSetVersion()
Returns true if field version is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
VersionHistoryItem |
setEventID(long eventID) |
void |
setEventIDIsSet(boolean value) |
void |
setFieldValue(VersionHistoryItem._Fields field,
java.lang.Object value) |
VersionHistoryItem |
setVersion(long version) |
void |
setVersionIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetEventID() |
void |
unsetVersion() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public long eventID
public long version
public static final java.util.Map<VersionHistoryItem._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public VersionHistoryItem()
public VersionHistoryItem(VersionHistoryItem other)
public VersionHistoryItem deepCopy()
deepCopy
in interface org.apache.thrift.TBase<VersionHistoryItem,VersionHistoryItem._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<VersionHistoryItem,VersionHistoryItem._Fields>
public long getEventID()
public VersionHistoryItem setEventID(long eventID)
public void unsetEventID()
public boolean isSetEventID()
public void setEventIDIsSet(boolean value)
public long getVersion()
public VersionHistoryItem setVersion(long version)
public void unsetVersion()
public boolean isSetVersion()
public void setVersionIsSet(boolean value)
public void setFieldValue(VersionHistoryItem._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<VersionHistoryItem,VersionHistoryItem._Fields>
public java.lang.Object getFieldValue(VersionHistoryItem._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<VersionHistoryItem,VersionHistoryItem._Fields>
public boolean isSet(VersionHistoryItem._Fields field)
isSet
in interface org.apache.thrift.TBase<VersionHistoryItem,VersionHistoryItem._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(VersionHistoryItem that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(VersionHistoryItem other)
compareTo
in interface java.lang.Comparable<VersionHistoryItem>
public VersionHistoryItem._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<VersionHistoryItem,VersionHistoryItem._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<VersionHistoryItem,VersionHistoryItem._Fields>
org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
write
in interface org.apache.thrift.TBase<VersionHistoryItem,VersionHistoryItem._Fields>
org.apache.thrift.TException
public java.lang.String toString()
toString
in class java.lang.Object
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException