class Operation
Constants
- CHECKSUM
- CREATEDTIME
- FIELDS
- MESSAGE
- PARAM1
- PARAM2
- PARAM3
- REQSEQ
- REVISION
- STATUS
- TYPE
Public Instance Methods
struct_fields()
click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 16772 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 16774 def validate unless @type.nil? || ::P0_a_e_a_b_od::VALID_VALUES.include?(@type) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field type!') end unless @status.nil? || ::P0_a_e_a_b_nd::VALID_VALUES.include?(@status) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field status!') end end