public class AdjustableRateException extends Exception implements org.apache.thrift.TBase<AdjustableRateException,AdjustableRateException._Fields>, Serializable, Cloneable
| Modifier and Type | Class and Description |
|---|---|
static class |
AdjustableRateException._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| Modifier and Type | Field and Description |
|---|---|
static Map<AdjustableRateException._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
AdjustableRateException() |
AdjustableRateException(AdjustableRateException other)
Performs a deep copy on other.
|
AdjustableRateException(String msg) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
compareTo(AdjustableRateException other) |
AdjustableRateException |
deepCopy() |
boolean |
equals(AdjustableRateException that) |
boolean |
equals(Object that) |
AdjustableRateException._Fields |
fieldForId(int fieldId) |
Object |
getFieldValue(AdjustableRateException._Fields field) |
String |
getMsg() |
int |
hashCode() |
boolean |
isSet(AdjustableRateException._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetMsg()
Returns true if field msg is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(AdjustableRateException._Fields field,
Object value) |
AdjustableRateException |
setMsg(String msg) |
void |
setMsgIsSet(boolean value) |
String |
toString() |
void |
unsetMsg() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic static final Map<AdjustableRateException._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public AdjustableRateException()
public AdjustableRateException(String msg)
public AdjustableRateException(AdjustableRateException other)
public AdjustableRateException deepCopy()
deepCopy in interface org.apache.thrift.TBase<AdjustableRateException,AdjustableRateException._Fields>public void clear()
clear in interface org.apache.thrift.TBase<AdjustableRateException,AdjustableRateException._Fields>public String getMsg()
public AdjustableRateException setMsg(String msg)
public void unsetMsg()
public boolean isSetMsg()
public void setMsgIsSet(boolean value)
public void setFieldValue(AdjustableRateException._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<AdjustableRateException,AdjustableRateException._Fields>public Object getFieldValue(AdjustableRateException._Fields field)
getFieldValue in interface org.apache.thrift.TBase<AdjustableRateException,AdjustableRateException._Fields>public boolean isSet(AdjustableRateException._Fields field)
isSet in interface org.apache.thrift.TBase<AdjustableRateException,AdjustableRateException._Fields>public boolean equals(AdjustableRateException that)
public int compareTo(AdjustableRateException other)
compareTo in interface Comparable<AdjustableRateException>public AdjustableRateException._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<AdjustableRateException,AdjustableRateException._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<AdjustableRateException,AdjustableRateException._Fields>org.apache.thrift.TExceptionpublic void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
write in interface org.apache.thrift.TBase<AdjustableRateException,AdjustableRateException._Fields>org.apache.thrift.TExceptionpublic void validate()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2015. All Rights Reserved.