Class: Stat::Count::Thrift::RemoteSimpleCountCollecter::GetByNames_result

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

SUCCESS =
0
DCEX =
1
FIELDS =
{
  SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::I64}},
  DCEX => {:type => ::Thrift::Types::STRUCT, :name => 'dcex', :class => ::Stat::Count::Thrift::DataCollectionException}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end