Class: Quark::DatawireMdkMd::MdkTracingProtocolLogEventGetTimestampMethod
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::MdkTracingProtocolLogEventGetTimestampMethod
- Defined in:
- lib/datawire_mdk_md.rb
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
-
#initialize ⇒ MdkTracingProtocolLogEventGetTimestampMethod
constructor
A new instance of MdkTracingProtocolLogEventGetTimestampMethod.
- #invoke(object, args) ⇒ Object
Constructor Details
#initialize ⇒ MdkTracingProtocolLogEventGetTimestampMethod
Returns a new instance of MdkTracingProtocolLogEventGetTimestampMethod.
52379 52380 52381 52382 52383 52384 |
# File 'lib/datawire_mdk_md.rb', line 52379 def initialize() super("quark.long", "getTimestamp", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
52418 52419 52420 52421 52422 52423 |
# File 'lib/datawire_mdk_md.rb', line 52418 def __init_fields__() super nil end |
#_getClass ⇒ Object
52397 52398 52399 52400 52401 52402 |
# File 'lib/datawire_mdk_md.rb', line 52397 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
52404 52405 52406 52407 52408 52409 |
# File 'lib/datawire_mdk_md.rb', line 52404 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
52411 52412 52413 52414 52415 52416 |
# File 'lib/datawire_mdk_md.rb', line 52411 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
52389 52390 52391 52392 52393 52394 52395 |
# File 'lib/datawire_mdk_md.rb', line 52389 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.mdk_tracing.protocol.LogEvent } return obj.getTimestamp() nil end |