ElectroServer 5 Client: Cocoa-Touch
EsGetUserVariablesResponse.h
1 //
2 // Autogenerated by CocoaTouchApiGenerator
3 //
4 // DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
5 //
6 
7 
8 
9 #import <EsMessage.h>
10 #import <EsMessageType.h>
11 #import <EsRequest.h>
12 #import <EsResponse.h>
13 #import <EsEvent.h>
14 #import <EsEntity.h>
15 #import <EsObject.h>
16 #import <ThriftGetUserVariablesResponse.h>
17 #import <EsFlattenedEsObject.h>
18 #import <ThriftFlattenedEsObject.h>
19 
71 @private
72  BOOL userName_set_;
73  NSString* userName_;
74  BOOL userVariables_set_;
75  NSMutableDictionary* userVariables_;
76 }
77 
81 @property(retain,nonatomic) NSString* userName;
85 @property(retain,nonatomic) NSMutableDictionary* userVariables;
86 
87 - (id) init;
88 - (id) initWithThriftObject: (id) thriftObject;
89 - (void) fromThrift: (id) thriftObject;
90 - (ThriftGetUserVariablesResponse*) toThrift;
91 - (id) newThrift;
92 @end