Package com.uber.cadence
Class ResetPointInfo
- java.lang.Object
-
- com.uber.cadence.ResetPointInfo
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.lang.Comparable<ResetPointInfo>
,org.apache.thrift.TBase<ResetPointInfo,ResetPointInfo._Fields>
@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2023-08-08") public class ResetPointInfo extends java.lang.Object implements org.apache.thrift.TBase<ResetPointInfo,ResetPointInfo._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<ResetPointInfo>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ResetPointInfo._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
binaryChecksum
long
createdTimeNano
long
expiringTimeNano
long
firstDecisionCompletedId
static java.util.Map<ResetPointInfo._Fields,org.apache.thrift.meta_data.FieldMetaData>
metaDataMap
boolean
resettable
java.lang.String
runId
-
Constructor Summary
Constructors Constructor Description ResetPointInfo()
ResetPointInfo(ResetPointInfo other)
Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
int
compareTo(ResetPointInfo other)
ResetPointInfo
deepCopy()
boolean
equals(ResetPointInfo that)
boolean
equals(java.lang.Object that)
ResetPointInfo._Fields
fieldForId(int fieldId)
java.lang.String
getBinaryChecksum()
long
getCreatedTimeNano()
long
getExpiringTimeNano()
java.lang.Object
getFieldValue(ResetPointInfo._Fields field)
long
getFirstDecisionCompletedId()
java.lang.String
getRunId()
int
hashCode()
boolean
isResettable()
boolean
isSet(ResetPointInfo._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwiseboolean
isSetBinaryChecksum()
Returns true if field binaryChecksum is set (has been assigned a value) and false otherwiseboolean
isSetCreatedTimeNano()
Returns true if field createdTimeNano is set (has been assigned a value) and false otherwiseboolean
isSetExpiringTimeNano()
Returns true if field expiringTimeNano is set (has been assigned a value) and false otherwiseboolean
isSetFirstDecisionCompletedId()
Returns true if field firstDecisionCompletedId is set (has been assigned a value) and false otherwiseboolean
isSetResettable()
Returns true if field resettable is set (has been assigned a value) and false otherwiseboolean
isSetRunId()
Returns true if field runId is set (has been assigned a value) and false otherwisevoid
read(org.apache.thrift.protocol.TProtocol iprot)
ResetPointInfo
setBinaryChecksum(java.lang.String binaryChecksum)
void
setBinaryChecksumIsSet(boolean value)
ResetPointInfo
setCreatedTimeNano(long createdTimeNano)
void
setCreatedTimeNanoIsSet(boolean value)
ResetPointInfo
setExpiringTimeNano(long expiringTimeNano)
void
setExpiringTimeNanoIsSet(boolean value)
void
setFieldValue(ResetPointInfo._Fields field, java.lang.Object value)
ResetPointInfo
setFirstDecisionCompletedId(long firstDecisionCompletedId)
void
setFirstDecisionCompletedIdIsSet(boolean value)
ResetPointInfo
setResettable(boolean resettable)
void
setResettableIsSet(boolean value)
ResetPointInfo
setRunId(java.lang.String runId)
void
setRunIdIsSet(boolean value)
java.lang.String
toString()
void
unsetBinaryChecksum()
void
unsetCreatedTimeNano()
void
unsetExpiringTimeNano()
void
unsetFirstDecisionCompletedId()
void
unsetResettable()
void
unsetRunId()
void
validate()
void
write(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
binaryChecksum
public java.lang.String binaryChecksum
-
runId
public java.lang.String runId
-
firstDecisionCompletedId
public long firstDecisionCompletedId
-
createdTimeNano
public long createdTimeNano
-
expiringTimeNano
public long expiringTimeNano
-
resettable
public boolean resettable
-
metaDataMap
public static final java.util.Map<ResetPointInfo._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
ResetPointInfo
public ResetPointInfo()
-
ResetPointInfo
public ResetPointInfo(ResetPointInfo other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public ResetPointInfo deepCopy()
- Specified by:
deepCopy
in interfaceorg.apache.thrift.TBase<ResetPointInfo,ResetPointInfo._Fields>
-
clear
public void clear()
- Specified by:
clear
in interfaceorg.apache.thrift.TBase<ResetPointInfo,ResetPointInfo._Fields>
-
getBinaryChecksum
public java.lang.String getBinaryChecksum()
-
setBinaryChecksum
public ResetPointInfo setBinaryChecksum(java.lang.String binaryChecksum)
-
unsetBinaryChecksum
public void unsetBinaryChecksum()
-
isSetBinaryChecksum
public boolean isSetBinaryChecksum()
Returns true if field binaryChecksum is set (has been assigned a value) and false otherwise
-
setBinaryChecksumIsSet
public void setBinaryChecksumIsSet(boolean value)
-
getRunId
public java.lang.String getRunId()
-
setRunId
public ResetPointInfo setRunId(java.lang.String runId)
-
unsetRunId
public void unsetRunId()
-
isSetRunId
public boolean isSetRunId()
Returns true if field runId is set (has been assigned a value) and false otherwise
-
setRunIdIsSet
public void setRunIdIsSet(boolean value)
-
getFirstDecisionCompletedId
public long getFirstDecisionCompletedId()
-
setFirstDecisionCompletedId
public ResetPointInfo setFirstDecisionCompletedId(long firstDecisionCompletedId)
-
unsetFirstDecisionCompletedId
public void unsetFirstDecisionCompletedId()
-
isSetFirstDecisionCompletedId
public boolean isSetFirstDecisionCompletedId()
Returns true if field firstDecisionCompletedId is set (has been assigned a value) and false otherwise
-
setFirstDecisionCompletedIdIsSet
public void setFirstDecisionCompletedIdIsSet(boolean value)
-
getCreatedTimeNano
public long getCreatedTimeNano()
-
setCreatedTimeNano
public ResetPointInfo setCreatedTimeNano(long createdTimeNano)
-
unsetCreatedTimeNano
public void unsetCreatedTimeNano()
-
isSetCreatedTimeNano
public boolean isSetCreatedTimeNano()
Returns true if field createdTimeNano is set (has been assigned a value) and false otherwise
-
setCreatedTimeNanoIsSet
public void setCreatedTimeNanoIsSet(boolean value)
-
getExpiringTimeNano
public long getExpiringTimeNano()
-
setExpiringTimeNano
public ResetPointInfo setExpiringTimeNano(long expiringTimeNano)
-
unsetExpiringTimeNano
public void unsetExpiringTimeNano()
-
isSetExpiringTimeNano
public boolean isSetExpiringTimeNano()
Returns true if field expiringTimeNano is set (has been assigned a value) and false otherwise
-
setExpiringTimeNanoIsSet
public void setExpiringTimeNanoIsSet(boolean value)
-
isResettable
public boolean isResettable()
-
setResettable
public ResetPointInfo setResettable(boolean resettable)
-
unsetResettable
public void unsetResettable()
-
isSetResettable
public boolean isSetResettable()
Returns true if field resettable is set (has been assigned a value) and false otherwise
-
setResettableIsSet
public void setResettableIsSet(boolean value)
-
setFieldValue
public void setFieldValue(ResetPointInfo._Fields field, java.lang.Object value)
- Specified by:
setFieldValue
in interfaceorg.apache.thrift.TBase<ResetPointInfo,ResetPointInfo._Fields>
-
getFieldValue
public java.lang.Object getFieldValue(ResetPointInfo._Fields field)
- Specified by:
getFieldValue
in interfaceorg.apache.thrift.TBase<ResetPointInfo,ResetPointInfo._Fields>
-
isSet
public boolean isSet(ResetPointInfo._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSet
in interfaceorg.apache.thrift.TBase<ResetPointInfo,ResetPointInfo._Fields>
-
equals
public boolean equals(java.lang.Object that)
- Overrides:
equals
in classjava.lang.Object
-
equals
public boolean equals(ResetPointInfo that)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
compareTo
public int compareTo(ResetPointInfo other)
- Specified by:
compareTo
in interfacejava.lang.Comparable<ResetPointInfo>
-
fieldForId
public ResetPointInfo._Fields fieldForId(int fieldId)
- Specified by:
fieldForId
in interfaceorg.apache.thrift.TBase<ResetPointInfo,ResetPointInfo._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
- Specified by:
read
in interfaceorg.apache.thrift.TBase<ResetPointInfo,ResetPointInfo._Fields>
- Throws:
org.apache.thrift.TException
-
write
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
- Specified by:
write
in interfaceorg.apache.thrift.TBase<ResetPointInfo,ResetPointInfo._Fields>
- Throws:
org.apache.thrift.TException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
validate
public void validate() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
-