Class BooleanProperty

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

public final class BooleanProperty extends BaseProperty<BooleanValue>
  • Constructor Details

    • BooleanProperty

      public BooleanProperty(String key)
    • BooleanProperty

      public BooleanProperty(String key, boolean defaultValue)
  • Method Details

    • getValue

      public boolean getValue()
    • setValue

      public void setValue(boolean value)