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.
51446 51447 51448 51449 51450 51451 |
# File 'lib/datawire_mdk_md.rb', line 51446 def initialize() super("quark.long", "getTimestamp", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
51485 51486 51487 51488 51489 51490 |
# File 'lib/datawire_mdk_md.rb', line 51485 def __init_fields__() super nil end |
#_getClass ⇒ Object
51464 51465 51466 51467 51468 51469 |
# File 'lib/datawire_mdk_md.rb', line 51464 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
51471 51472 51473 51474 51475 51476 |
# File 'lib/datawire_mdk_md.rb', line 51471 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
51478 51479 51480 51481 51482 51483 |
# File 'lib/datawire_mdk_md.rb', line 51478 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
51456 51457 51458 51459 51460 51461 51462 |
# File 'lib/datawire_mdk_md.rb', line 51456 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.mdk_tracing.protocol.LogEvent } return obj.getTimestamp() nil end |