Class: SearchCommonParameter
- Inherits:
-
Object
- Object
- SearchCommonParameter
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/linerb/gen-rb/takagi_chan_types.rb,
lib/linerb/gen-rb/takagi_chan_types.rb
Constant Summary collapse
- LATITUDE =
1
- LONGITUDE =
2
- SOURCE =
3
- REGION =
4
- SID =
5
- QUERYTYPE =
6
- USEREVENT =
7
- FIELDS =
{ LATITUDE => {:type => ::Thrift::Types::DOUBLE, :name => 'latitude'}, LONGITUDE => {:type => ::Thrift::Types::DOUBLE, :name => 'longitude'}, SOURCE => {:type => ::Thrift::Types::STRING, :name => 'source'}, REGION => {:type => ::Thrift::Types::STRING, :name => 'region'}, SID => {:type => ::Thrift::Types::STRING, :name => 'sid', :optional => true}, QUERYTYPE => {:type => ::Thrift::Types::I32, :name => 'queryType', :optional => true}, USEREVENT => {:type => ::Thrift::Types::STRUCT, :name => 'userEvent', :class => ::UserEvent, :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
8934 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 8934 def struct_fields; FIELDS; end |
#validate ⇒ Object
8936 8937 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 8936 def validate end |