Class: Stat::Query::TDiscoverService::SelectMobileTrackTagWithCover_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/t_discover_service.rb

Constant Summary collapse

CATEGORYID =
1
DEVICE =
2
SCALE =
3
FIELDS =
{
  CATEGORYID => {:type => ::Thrift::Types::I32, :name => 'categoryId'},
  DEVICE => {:type => ::Thrift::Types::STRING, :name => 'device'},
  SCALE => {:type => ::Thrift::Types::I32, :name => 'scale'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



748
# File 'lib/t_discover_service.rb', line 748

def struct_fields; FIELDS; end

#validateObject



750
751
# File 'lib/t_discover_service.rb', line 750

def validate
end