class Swcdb::Thrift::Gen::SpecValueSerial_LI

The Specifications of LIST_INT64(LI) Serial Value Field

Constants

COMP
FIELDS
V

Public Instance Methods

struct_fields() click to toggle source
# File lib/swcdb/thrift/gen/service_types.rb, line 732
def struct_fields; FIELDS; end
validate() click to toggle source
# File lib/swcdb/thrift/gen/service_types.rb, line 734
def validate
  unless @comp.nil? || ::Swcdb::Thrift::Gen::Comp::VALID_VALUES.include?(@comp)
    raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field comp!')
  end
end