Class: Stat::Query::TRecommendService::CategoryHotUser_args

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

Constant Summary collapse

UID =
1
CATEGORYIDS =
2
COUNT =
3
FIELDS =
{
  UID => {:type => ::Thrift::Types::I64, :name => 'uid'},
  CATEGORYIDS => {:type => ::Thrift::Types::STRING, :name => 'categoryids'},
  COUNT => {:type => ::Thrift::Types::I32, :name => 'count'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



242
# File 'lib/t_recommend_service.rb', line 242

def struct_fields; FIELDS; end

#validateObject



244
245
# File 'lib/t_recommend_service.rb', line 244

def validate
end