Confluo  0.1.0
Classes | Public Member Functions | Static Public Attributes | List of all members
confluo.rpc.rpc_management_exception Class Reference
Inheritance diagram for confluo.rpc.rpc_management_exception:

Classes

enum  _Fields
 

Public Member Functions

 rpc_management_exception (java.lang.String msg)
 
 rpc_management_exception (rpc_management_exception other)
 
rpc_management_exception deepCopy ()
 
void clear ()
 
java.lang.String getMsg ()
 
rpc_management_exception setMsg (java.lang.String msg)
 
void unsetMsg ()
 
boolean isSetMsg ()
 
void setMsgIsSet (boolean value)
 
void setFieldValue (_Fields field, java.lang.Object value)
 
java.lang.Object getFieldValue (_Fields field)
 
boolean isSet (_Fields field)
 
boolean equals (java.lang.Object that)
 
boolean equals (rpc_management_exception that)
 
int hashCode ()
 
int compareTo (rpc_management_exception other)
 
_Fields fieldForId (int fieldId)
 
void read (org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
 
void write (org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
 
java.lang.String toString ()
 
void validate () throws org.apache.thrift.TException
 

Static Public Attributes

static final java.util.Map< _Fields, org.apache.thrift.meta_data.FieldMetaData > metaDataMap
 

Constructor & Destructor Documentation

◆ rpc_management_exception()

confluo.rpc.rpc_management_exception.rpc_management_exception ( rpc_management_exception  other)
inline

Performs a deep copy on other.

Member Function Documentation

◆ isSet()

boolean confluo.rpc.rpc_management_exception.isSet ( _Fields  field)
inline

Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise

◆ isSetMsg()

boolean confluo.rpc.rpc_management_exception.isSetMsg ( )
inline

Returns true if field msg is set (has been assigned a value) and false otherwise


The documentation for this class was generated from the following file: