@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2020-09-01") public class StartTimeFilter extends java.lang.Object implements org.apache.thrift.TBase<StartTimeFilter,StartTimeFilter._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<StartTimeFilter>
Modifier and Type | Class and Description |
---|---|
static class |
StartTimeFilter._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
long |
earliestTime |
long |
latestTime |
static java.util.Map<StartTimeFilter._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
Constructor and Description |
---|
StartTimeFilter() |
StartTimeFilter(StartTimeFilter other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
compareTo(StartTimeFilter other) |
StartTimeFilter |
deepCopy() |
boolean |
equals(java.lang.Object that) |
boolean |
equals(StartTimeFilter that) |
StartTimeFilter._Fields |
fieldForId(int fieldId) |
long |
getEarliestTime() |
java.lang.Object |
getFieldValue(StartTimeFilter._Fields field) |
long |
getLatestTime() |
int |
hashCode() |
boolean |
isSet(StartTimeFilter._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetEarliestTime()
Returns true if field earliestTime is set (has been assigned a value) and false otherwise
|
boolean |
isSetLatestTime()
Returns true if field latestTime is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
StartTimeFilter |
setEarliestTime(long earliestTime) |
void |
setEarliestTimeIsSet(boolean value) |
void |
setFieldValue(StartTimeFilter._Fields field,
java.lang.Object value) |
StartTimeFilter |
setLatestTime(long latestTime) |
void |
setLatestTimeIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetEarliestTime() |
void |
unsetLatestTime() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public long earliestTime
public long latestTime
public static final java.util.Map<StartTimeFilter._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public StartTimeFilter()
public StartTimeFilter(StartTimeFilter other)
public StartTimeFilter deepCopy()
deepCopy
in interface org.apache.thrift.TBase<StartTimeFilter,StartTimeFilter._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<StartTimeFilter,StartTimeFilter._Fields>
public long getEarliestTime()
public StartTimeFilter setEarliestTime(long earliestTime)
public void unsetEarliestTime()
public boolean isSetEarliestTime()
public void setEarliestTimeIsSet(boolean value)
public long getLatestTime()
public StartTimeFilter setLatestTime(long latestTime)
public void unsetLatestTime()
public boolean isSetLatestTime()
public void setLatestTimeIsSet(boolean value)
public void setFieldValue(StartTimeFilter._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<StartTimeFilter,StartTimeFilter._Fields>
public java.lang.Object getFieldValue(StartTimeFilter._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<StartTimeFilter,StartTimeFilter._Fields>
public boolean isSet(StartTimeFilter._Fields field)
isSet
in interface org.apache.thrift.TBase<StartTimeFilter,StartTimeFilter._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(StartTimeFilter that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(StartTimeFilter other)
compareTo
in interface java.lang.Comparable<StartTimeFilter>
public StartTimeFilter._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<StartTimeFilter,StartTimeFilter._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<StartTimeFilter,StartTimeFilter._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<StartTimeFilter,StartTimeFilter._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