class Concord::Thrift::BoltManagerService::Signal_args
Constants
- FIELDS
- S
- TOPOLOGYID
Public Instance Methods
struct_fields()
click to toggle source
# File lib/gen-rb/bolt_manager_service.rb, line 121 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/gen-rb/bolt_manager_service.rb, line 123 def validate unless @s.nil? || ::Concord::Thrift::Signal::VALID_VALUES.include?(@s) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field s!') end end