Package com.uber.cadence
Class ClientVersionNotSupportedError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.thrift.TException
-
- com.uber.cadence.ClientVersionNotSupportedError
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.lang.Comparable<ClientVersionNotSupportedError>
,org.apache.thrift.TBase<ClientVersionNotSupportedError,ClientVersionNotSupportedError._Fields>
@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2023-08-08") public class ClientVersionNotSupportedError extends org.apache.thrift.TException implements org.apache.thrift.TBase<ClientVersionNotSupportedError,ClientVersionNotSupportedError._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<ClientVersionNotSupportedError>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ClientVersionNotSupportedError._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
clientImpl
java.lang.String
featureVersion
static java.util.Map<ClientVersionNotSupportedError._Fields,org.apache.thrift.meta_data.FieldMetaData>
metaDataMap
java.lang.String
supportedVersions
-
Constructor Summary
Constructors Constructor Description ClientVersionNotSupportedError()
ClientVersionNotSupportedError(ClientVersionNotSupportedError other)
Performs a deep copy on other.ClientVersionNotSupportedError(java.lang.String featureVersion, java.lang.String clientImpl, java.lang.String supportedVersions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
int
compareTo(ClientVersionNotSupportedError other)
ClientVersionNotSupportedError
deepCopy()
boolean
equals(ClientVersionNotSupportedError that)
boolean
equals(java.lang.Object that)
ClientVersionNotSupportedError._Fields
fieldForId(int fieldId)
java.lang.String
getClientImpl()
java.lang.String
getFeatureVersion()
java.lang.Object
getFieldValue(ClientVersionNotSupportedError._Fields field)
java.lang.String
getSupportedVersions()
int
hashCode()
boolean
isSet(ClientVersionNotSupportedError._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwiseboolean
isSetClientImpl()
Returns true if field clientImpl is set (has been assigned a value) and false otherwiseboolean
isSetFeatureVersion()
Returns true if field featureVersion is set (has been assigned a value) and false otherwiseboolean
isSetSupportedVersions()
Returns true if field supportedVersions is set (has been assigned a value) and false otherwisevoid
read(org.apache.thrift.protocol.TProtocol iprot)
ClientVersionNotSupportedError
setClientImpl(java.lang.String clientImpl)
void
setClientImplIsSet(boolean value)
ClientVersionNotSupportedError
setFeatureVersion(java.lang.String featureVersion)
void
setFeatureVersionIsSet(boolean value)
void
setFieldValue(ClientVersionNotSupportedError._Fields field, java.lang.Object value)
ClientVersionNotSupportedError
setSupportedVersions(java.lang.String supportedVersions)
void
setSupportedVersionsIsSet(boolean value)
java.lang.String
toString()
void
unsetClientImpl()
void
unsetFeatureVersion()
void
unsetSupportedVersions()
void
validate()
void
write(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
featureVersion
public java.lang.String featureVersion
-
clientImpl
public java.lang.String clientImpl
-
supportedVersions
public java.lang.String supportedVersions
-
metaDataMap
public static final java.util.Map<ClientVersionNotSupportedError._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
ClientVersionNotSupportedError
public ClientVersionNotSupportedError()
-
ClientVersionNotSupportedError
public ClientVersionNotSupportedError(java.lang.String featureVersion, java.lang.String clientImpl, java.lang.String supportedVersions)
-
ClientVersionNotSupportedError
public ClientVersionNotSupportedError(ClientVersionNotSupportedError other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public ClientVersionNotSupportedError deepCopy()
- Specified by:
deepCopy
in interfaceorg.apache.thrift.TBase<ClientVersionNotSupportedError,ClientVersionNotSupportedError._Fields>
-
clear
public void clear()
- Specified by:
clear
in interfaceorg.apache.thrift.TBase<ClientVersionNotSupportedError,ClientVersionNotSupportedError._Fields>
-
getFeatureVersion
public java.lang.String getFeatureVersion()
-
setFeatureVersion
public ClientVersionNotSupportedError setFeatureVersion(java.lang.String featureVersion)
-
unsetFeatureVersion
public void unsetFeatureVersion()
-
isSetFeatureVersion
public boolean isSetFeatureVersion()
Returns true if field featureVersion is set (has been assigned a value) and false otherwise
-
setFeatureVersionIsSet
public void setFeatureVersionIsSet(boolean value)
-
getClientImpl
public java.lang.String getClientImpl()
-
setClientImpl
public ClientVersionNotSupportedError setClientImpl(java.lang.String clientImpl)
-
unsetClientImpl
public void unsetClientImpl()
-
isSetClientImpl
public boolean isSetClientImpl()
Returns true if field clientImpl is set (has been assigned a value) and false otherwise
-
setClientImplIsSet
public void setClientImplIsSet(boolean value)
-
getSupportedVersions
public java.lang.String getSupportedVersions()
-
setSupportedVersions
public ClientVersionNotSupportedError setSupportedVersions(java.lang.String supportedVersions)
-
unsetSupportedVersions
public void unsetSupportedVersions()
-
isSetSupportedVersions
public boolean isSetSupportedVersions()
Returns true if field supportedVersions is set (has been assigned a value) and false otherwise
-
setSupportedVersionsIsSet
public void setSupportedVersionsIsSet(boolean value)
-
setFieldValue
public void setFieldValue(ClientVersionNotSupportedError._Fields field, java.lang.Object value)
- Specified by:
setFieldValue
in interfaceorg.apache.thrift.TBase<ClientVersionNotSupportedError,ClientVersionNotSupportedError._Fields>
-
getFieldValue
public java.lang.Object getFieldValue(ClientVersionNotSupportedError._Fields field)
- Specified by:
getFieldValue
in interfaceorg.apache.thrift.TBase<ClientVersionNotSupportedError,ClientVersionNotSupportedError._Fields>
-
isSet
public boolean isSet(ClientVersionNotSupportedError._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<ClientVersionNotSupportedError,ClientVersionNotSupportedError._Fields>
-
equals
public boolean equals(java.lang.Object that)
- Overrides:
equals
in classjava.lang.Object
-
equals
public boolean equals(ClientVersionNotSupportedError that)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
compareTo
public int compareTo(ClientVersionNotSupportedError other)
- Specified by:
compareTo
in interfacejava.lang.Comparable<ClientVersionNotSupportedError>
-
fieldForId
public ClientVersionNotSupportedError._Fields fieldForId(int fieldId)
- Specified by:
fieldForId
in interfaceorg.apache.thrift.TBase<ClientVersionNotSupportedError,ClientVersionNotSupportedError._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
- Specified by:
read
in interfaceorg.apache.thrift.TBase<ClientVersionNotSupportedError,ClientVersionNotSupportedError._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<ClientVersionNotSupportedError,ClientVersionNotSupportedError._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
-
-