10 #import <EsMessageType.h>
12 #import <EsResponse.h>
16 #import <ThriftGetUserVariablesResponse.h>
17 #import <EsFlattenedEsObject.h>
18 #import <ThriftFlattenedEsObject.h>
74 BOOL userVariables_set_;
75 NSMutableDictionary* userVariables_;
81 @property(retain,nonatomic) NSString* userName;
85 @property(retain,nonatomic) NSMutableDictionary* userVariables;
88 - (id) initWithThriftObject: (
id) thriftObject;
89 - (void) fromThrift: (
id) thriftObject;
90 - (ThriftGetUserVariablesResponse*) toThrift;