Class: Stat::Query::TRecommendService::IndirectFollowPage_args

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

Constant Summary collapse

UID =
1
PAGESIZE =
2
PAGENO =
3
FIELDS =
{
  UID => {:type => ::Thrift::Types::I64, :name => 'uid'},
  PAGESIZE => {:type => ::Thrift::Types::I32, :name => 'pageSize'},
  PAGENO => {:type => ::Thrift::Types::I32, :name => 'pageNo'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



174
175
# File 'lib/t_recommend_service.rb', line 174

def validate
end