Class: Quark::DatawireMdkMd::MdkTracingApiGetLogEventsResultDecodeMethod

Inherits:
Object
  • Object
show all
Defined in:
lib/datawire_mdk_md.rb

Instance Method Summary collapse

Constructor Details

#initializeMdkTracingApiGetLogEventsResultDecodeMethod

Returns a new instance of MdkTracingApiGetLogEventsResultDecodeMethod.



51215
51216
51217
51218
51219
51220
# File 'lib/datawire_mdk_md.rb', line 51215

def initialize()
    
    super("mdk_tracing.api.GetLogEventsResult", "decode", ::DatawireQuarkCore::List.new(["quark.String"]))

    nil
end

Instance Method Details

#__init_fields__Object



51254
51255
51256
51257
51258
51259
# File 'lib/datawire_mdk_md.rb', line 51254

def __init_fields__()
    
    super

    nil
end

#_getClassObject



51233
51234
51235
51236
51237
51238
# File 'lib/datawire_mdk_md.rb', line 51233

def _getClass()
    
    return ::DatawireQuarkCore.cast(nil) { ::String }

    nil
end

#_getField(name) ⇒ Object



51240
51241
51242
51243
51244
51245
# File 'lib/datawire_mdk_md.rb', line 51240

def _getField(name)
    
    return nil

    nil
end

#_setField(name, value) ⇒ Object



51247
51248
51249
51250
51251
51252
# File 'lib/datawire_mdk_md.rb', line 51247

def _setField(name, value)
    
    nil

    nil
end

#invoke(object, args) ⇒ Object



51225
51226
51227
51228
51229
51230
51231
# File 'lib/datawire_mdk_md.rb', line 51225

def invoke(object, args)
    
    obj = ::DatawireQuarkCore.cast(object) { ::Quark.mdk_tracing.api.GetLogEventsResult }
    return ::Quark.mdk_tracing.api.GetLogEventsResult.decode(::DatawireQuarkCore.cast((args)[0]) { ::String })

    nil
end