| Package | com.electrotank.electroserver5.thrift |
| Class | public class ThriftGetUserVariablesResponse |
| Inheritance | ThriftGetUserVariablesResponse Object |
| Implements | org.apache.thrift.TBase |
| Property | Defined By | ||
|---|---|---|---|
| userName : String | ThriftGetUserVariablesResponse | ||
| userVariables : Dictionary | ThriftGetUserVariablesResponse | ||
| Method | Defined By | ||
|---|---|---|---|
| ThriftGetUserVariablesResponse | |||
getFieldValue(fieldID:int):* | ThriftGetUserVariablesResponse | ||
isSet(fieldID:int):Boolean | ThriftGetUserVariablesResponse | ||
isSetUserName():Boolean | ThriftGetUserVariablesResponse | ||
isSetUserVariables():Boolean | ThriftGetUserVariablesResponse | ||
read(iprot:TProtocol):void | ThriftGetUserVariablesResponse | ||
setFieldValue(fieldID:int, value:*):void | ThriftGetUserVariablesResponse | ||
toString():String | ThriftGetUserVariablesResponse | ||
unsetUserName():void | ThriftGetUserVariablesResponse | ||
unsetUserVariables():void | ThriftGetUserVariablesResponse | ||
validate():void | ThriftGetUserVariablesResponse | ||
write(oprot:TProtocol):void | ThriftGetUserVariablesResponse | ||
| Constant | Defined By | ||
|---|---|---|---|
| metaDataMap : Dictionary [static] | ThriftGetUserVariablesResponse | ||
| USERNAME : int = 1 [static] | ThriftGetUserVariablesResponse | ||
| USERVARIABLES : int = 2 [static] | ThriftGetUserVariablesResponse | ||
| userName | property |
userName:String public function get userName():String public function set userName(value:String):void| userVariables | property |
userVariables:Dictionary public function get userVariables():Dictionary public function set userVariables(value:Dictionary):void| ThriftGetUserVariablesResponse | () | Constructor |
public function ThriftGetUserVariablesResponse()| getFieldValue | () | method |
public function getFieldValue(fieldID:int):*Parameters
fieldID:int |
* |
| isSet | () | method |
public function isSet(fieldID:int):BooleanParameters
fieldID:int |
Boolean |
| isSetUserName | () | method |
public function isSetUserName():BooleanReturnsBoolean |
| isSetUserVariables | () | method |
public function isSetUserVariables():BooleanReturnsBoolean |
| read | () | method |
public function read(iprot:TProtocol):voidParameters
iprot:TProtocol |
| setFieldValue | () | method |
public function setFieldValue(fieldID:int, value:*):voidParameters
fieldID:int | |
value:* |
| toString | () | method |
public function toString():StringReturnsString |
| unsetUserName | () | method |
public function unsetUserName():void| unsetUserVariables | () | method |
public function unsetUserVariables():void| validate | () | method |
public function validate():void| write | () | method |
public function write(oprot:TProtocol):voidParameters
oprot:TProtocol |
| metaDataMap | Constant |
public static const metaDataMap:Dictionary| USERNAME | Constant |
public static const USERNAME:int = 1| USERVARIABLES | Constant |
public static const USERVARIABLES:int = 2