class Swcdb::Thrift::Gen::Service::Scan_rslt_on_args

Constants

FIELDS
RSLT
SPEC

Public Instance Methods

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