Class: SearchPagingParameter

Inherits:
Object
  • Object
show all
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

COLLECTION =
1
START =
2
LENGTH =
3
COMMONPARAM =
4
FIELDS =
{
  COLLECTION => {:type => ::Thrift::Types::I32, :name => 'collection'},
  START => {:type => ::Thrift::Types::I32, :name => 'start'},
  LENGTH => {:type => ::Thrift::Types::I32, :name => 'length'},
  COMMONPARAM => {:type => ::Thrift::Types::STRUCT, :name => 'commonParam', :class => ::SearchCommonParameter}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



9963
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 9963

def struct_fields; FIELDS; end

#validateObject



9965
9966
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 9965

def validate
end