Class: Quark::DatawireMdkMd::MdkTracingApiGetLogEventsRequestDecodeMethod

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

Instance Method Summary collapse

Constructor Details

#initializeMdkTracingApiGetLogEventsRequestDecodeMethod

Returns a new instance of MdkTracingApiGetLogEventsRequestDecodeMethod.



51917
51918
51919
51920
51921
51922
# File 'lib/datawire_mdk_md.rb', line 51917

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

    nil
end

Instance Method Details

#__init_fields__Object



51956
51957
51958
51959
51960
51961
# File 'lib/datawire_mdk_md.rb', line 51956

def __init_fields__()
    
    super

    nil
end

#_getClassObject



51935
51936
51937
51938
51939
51940
# File 'lib/datawire_mdk_md.rb', line 51935

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

    nil
end

#_getField(name) ⇒ Object



51942
51943
51944
51945
51946
51947
# File 'lib/datawire_mdk_md.rb', line 51942

def _getField(name)
    
    return nil

    nil
end

#_setField(name, value) ⇒ Object



51949
51950
51951
51952
51953
51954
# File 'lib/datawire_mdk_md.rb', line 51949

def _setField(name, value)
    
    nil

    nil
end

#invoke(object, args) ⇒ Object



51927
51928
51929
51930
51931
51932
51933
# File 'lib/datawire_mdk_md.rb', line 51927

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

    nil
end