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.



52148
52149
52150
52151
52152
52153
# File 'lib/datawire_mdk_md.rb', line 52148

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

    nil
end

Instance Method Details

#__init_fields__Object



52187
52188
52189
52190
52191
52192
# File 'lib/datawire_mdk_md.rb', line 52187

def __init_fields__()
    
    super

    nil
end

#_getClassObject



52166
52167
52168
52169
52170
52171
# File 'lib/datawire_mdk_md.rb', line 52166

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

    nil
end

#_getField(name) ⇒ Object



52173
52174
52175
52176
52177
52178
# File 'lib/datawire_mdk_md.rb', line 52173

def _getField(name)
    
    return nil

    nil
end

#_setField(name, value) ⇒ Object



52180
52181
52182
52183
52184
52185
# File 'lib/datawire_mdk_md.rb', line 52180

def _setField(name, value)
    
    nil

    nil
end

#invoke(object, args) ⇒ Object



52158
52159
52160
52161
52162
52163
52164
# File 'lib/datawire_mdk_md.rb', line 52158

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