org.apache.accumulo.proxy.thrift
public class AccumuloSecurityException extends org.apache.thrift.TException implements org.apache.thrift.TBase<AccumuloSecurityException,AccumuloSecurityException._Fields>, Serializable, Cloneable
Modifier and Type | Class and Description |
---|---|
static class |
AccumuloSecurityException._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<AccumuloSecurityException._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
String |
msg |
Constructor and Description |
---|
AccumuloSecurityException() |
AccumuloSecurityException(AccumuloSecurityException other)
Performs a deep copy on other.
|
AccumuloSecurityException(String msg) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
compareTo(AccumuloSecurityException other) |
AccumuloSecurityException |
deepCopy() |
boolean |
equals(AccumuloSecurityException that) |
boolean |
equals(Object that) |
AccumuloSecurityException._Fields |
fieldForId(int fieldId) |
Object |
getFieldValue(AccumuloSecurityException._Fields field) |
String |
getMsg() |
int |
hashCode() |
boolean |
isSet(AccumuloSecurityException._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(AccumuloSecurityException._Fields field,
Object value) |
AccumuloSecurityException |
setMsg(String msg) |
void |
setMsgIsSet(boolean value) |
String |
toString() |
void |
unsetMsg() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public String msg
public static final Map<AccumuloSecurityException._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public AccumuloSecurityException()
public AccumuloSecurityException(String msg)
public AccumuloSecurityException(AccumuloSecurityException other)
public AccumuloSecurityException deepCopy()
deepCopy
in interface org.apache.thrift.TBase<AccumuloSecurityException,AccumuloSecurityException._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<AccumuloSecurityException,AccumuloSecurityException._Fields>
public String getMsg()
public AccumuloSecurityException setMsg(String msg)
public void unsetMsg()
public boolean isSetMsg()
public void setMsgIsSet(boolean value)
public void setFieldValue(AccumuloSecurityException._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<AccumuloSecurityException,AccumuloSecurityException._Fields>
public Object getFieldValue(AccumuloSecurityException._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<AccumuloSecurityException,AccumuloSecurityException._Fields>
public boolean isSet(AccumuloSecurityException._Fields field)
isSet
in interface org.apache.thrift.TBase<AccumuloSecurityException,AccumuloSecurityException._Fields>
public boolean equals(AccumuloSecurityException that)
public int compareTo(AccumuloSecurityException other)
compareTo
in interface Comparable<AccumuloSecurityException>
public AccumuloSecurityException._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<AccumuloSecurityException,AccumuloSecurityException._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<AccumuloSecurityException,AccumuloSecurityException._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<AccumuloSecurityException,AccumuloSecurityException._Fields>
org.apache.thrift.TException
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.