class ShareTargetPickerResultRequest

Constants

FIELDS
LIFFID
OTT
RESULTCODE
RESULTDESCRIPTION

Public Instance Methods

struct_fields() click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 4544
def struct_fields; FIELDS; end
validate() click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 4546
def validate
  unless @resultCode.nil? || ::G_a_h_e1_a_o0::VALID_VALUES.include?(@resultCode)
    raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field resultCode!')
  end
end