Class LongProperty

java.lang.Object
io.camunda.zeebe.msgpack.property.BaseProperty<LongValue>
io.camunda.zeebe.msgpack.property.LongProperty
All Implemented Interfaces:
Recyclable

public final class LongProperty extends BaseProperty<LongValue>
  • Constructor Details

    • LongProperty

      public LongProperty(String key)
    • LongProperty

      public LongProperty(String key, long defaultValue)
  • Method Details

    • getValue

      public long getValue()
    • setValue

      public void setValue(long value)