Class IntegerProperty

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

public final class IntegerProperty extends BaseProperty<IntegerValue>
  • Constructor Details

    • IntegerProperty

      public IntegerProperty(String key)
    • IntegerProperty

      public IntegerProperty(String key, int defaultValue)
  • Method Details

    • getValue

      public int getValue()
    • setValue

      public void setValue(int value)
    • decrement

      public int decrement()
    • increment

      public int increment()