Class: Stat::Count::Thrift::RemoteSimpleCountCollecter::SetWithDate_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/stat-count-client/thrift/remote_simple_count_collecter.rb

Constant Summary collapse

NAME =
1
ID =
2
VALUE =
3
TIMEMILLS =
4
FIELDS =
{
  NAME => {:type => ::Thrift::Types::STRING, :name => 'name'},
  ID => {:type => ::Thrift::Types::STRING, :name => 'id'},
  VALUE => {:type => ::Thrift::Types::I64, :name => 'value'},
  TIMEMILLS => {:type => ::Thrift::Types::I64, :name => 'timeMills'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



1244
# File 'lib/stat-count-client/thrift/remote_simple_count_collecter.rb', line 1244

def struct_fields; FIELDS; end

#validateObject



1246
1247
# File 'lib/stat-count-client/thrift/remote_simple_count_collecter.rb', line 1246

def validate
end