Package com.uber.cadence
Class EntityNotExistsError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.thrift.TException
-
- com.uber.cadence.EntityNotExistsError
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.lang.Comparable<EntityNotExistsError>
,org.apache.thrift.TBase<EntityNotExistsError,EntityNotExistsError._Fields>
@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2023-05-19") public class EntityNotExistsError extends org.apache.thrift.TException implements org.apache.thrift.TBase<EntityNotExistsError,EntityNotExistsError._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<EntityNotExistsError>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EntityNotExistsError._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
activeCluster
java.lang.String
currentCluster
java.lang.String
message
static java.util.Map<EntityNotExistsError._Fields,org.apache.thrift.meta_data.FieldMetaData>
metaDataMap
-
Constructor Summary
Constructors Constructor Description EntityNotExistsError()
EntityNotExistsError(EntityNotExistsError other)
Performs a deep copy on other.EntityNotExistsError(java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
int
compareTo(EntityNotExistsError other)
EntityNotExistsError
deepCopy()
boolean
equals(EntityNotExistsError that)
boolean
equals(java.lang.Object that)
EntityNotExistsError._Fields
fieldForId(int fieldId)
java.lang.String
getActiveCluster()
java.lang.String
getCurrentCluster()
java.lang.Object
getFieldValue(EntityNotExistsError._Fields field)
java.lang.String
getMessage()
int
hashCode()
boolean
isSet(EntityNotExistsError._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwiseboolean
isSetActiveCluster()
Returns true if field activeCluster is set (has been assigned a value) and false otherwiseboolean
isSetCurrentCluster()
Returns true if field currentCluster is set (has been assigned a value) and false otherwiseboolean
isSetMessage()
Returns true if field message is set (has been assigned a value) and false otherwisevoid
read(org.apache.thrift.protocol.TProtocol iprot)
EntityNotExistsError
setActiveCluster(java.lang.String activeCluster)
void
setActiveClusterIsSet(boolean value)
EntityNotExistsError
setCurrentCluster(java.lang.String currentCluster)
void
setCurrentClusterIsSet(boolean value)
void
setFieldValue(EntityNotExistsError._Fields field, java.lang.Object value)
EntityNotExistsError
setMessage(java.lang.String message)
void
setMessageIsSet(boolean value)
java.lang.String
toString()
void
unsetActiveCluster()
void
unsetCurrentCluster()
void
unsetMessage()
void
validate()
void
write(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
message
public java.lang.String message
-
currentCluster
public java.lang.String currentCluster
-
activeCluster
public java.lang.String activeCluster
-
metaDataMap
public static final java.util.Map<EntityNotExistsError._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
EntityNotExistsError
public EntityNotExistsError()
-
EntityNotExistsError
public EntityNotExistsError(java.lang.String message)
-
EntityNotExistsError
public EntityNotExistsError(EntityNotExistsError other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public EntityNotExistsError deepCopy()
- Specified by:
deepCopy
in interfaceorg.apache.thrift.TBase<EntityNotExistsError,EntityNotExistsError._Fields>
-
clear
public void clear()
- Specified by:
clear
in interfaceorg.apache.thrift.TBase<EntityNotExistsError,EntityNotExistsError._Fields>
-
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in classjava.lang.Throwable
-
setMessage
public EntityNotExistsError setMessage(java.lang.String message)
-
unsetMessage
public void unsetMessage()
-
isSetMessage
public boolean isSetMessage()
Returns true if field message is set (has been assigned a value) and false otherwise
-
setMessageIsSet
public void setMessageIsSet(boolean value)
-
getCurrentCluster
public java.lang.String getCurrentCluster()
-
setCurrentCluster
public EntityNotExistsError setCurrentCluster(java.lang.String currentCluster)
-
unsetCurrentCluster
public void unsetCurrentCluster()
-
isSetCurrentCluster
public boolean isSetCurrentCluster()
Returns true if field currentCluster is set (has been assigned a value) and false otherwise
-
setCurrentClusterIsSet
public void setCurrentClusterIsSet(boolean value)
-
getActiveCluster
public java.lang.String getActiveCluster()
-
setActiveCluster
public EntityNotExistsError setActiveCluster(java.lang.String activeCluster)
-
unsetActiveCluster
public void unsetActiveCluster()
-
isSetActiveCluster
public boolean isSetActiveCluster()
Returns true if field activeCluster is set (has been assigned a value) and false otherwise
-
setActiveClusterIsSet
public void setActiveClusterIsSet(boolean value)
-
setFieldValue
public void setFieldValue(EntityNotExistsError._Fields field, java.lang.Object value)
- Specified by:
setFieldValue
in interfaceorg.apache.thrift.TBase<EntityNotExistsError,EntityNotExistsError._Fields>
-
getFieldValue
public java.lang.Object getFieldValue(EntityNotExistsError._Fields field)
- Specified by:
getFieldValue
in interfaceorg.apache.thrift.TBase<EntityNotExistsError,EntityNotExistsError._Fields>
-
isSet
public boolean isSet(EntityNotExistsError._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<EntityNotExistsError,EntityNotExistsError._Fields>
-
equals
public boolean equals(java.lang.Object that)
- Overrides:
equals
in classjava.lang.Object
-
equals
public boolean equals(EntityNotExistsError that)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
compareTo
public int compareTo(EntityNotExistsError other)
- Specified by:
compareTo
in interfacejava.lang.Comparable<EntityNotExistsError>
-
fieldForId
public EntityNotExistsError._Fields fieldForId(int fieldId)
- Specified by:
fieldForId
in interfaceorg.apache.thrift.TBase<EntityNotExistsError,EntityNotExistsError._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
- Specified by:
read
in interfaceorg.apache.thrift.TBase<EntityNotExistsError,EntityNotExistsError._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<EntityNotExistsError,EntityNotExistsError._Fields>
- Throws:
org.apache.thrift.TException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Throwable
-
validate
public void validate() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
-