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>
-
-
Field Summary
-
Fields inherited from class io.camunda.zeebe.msgpack.property.BaseProperty
defaultValue, isSet, key, value
-
-
Constructor Summary
Constructors Constructor Description BooleanProperty(String key)BooleanProperty(String key, boolean defaultValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetValue()voidsetValue(boolean value)-
Methods inherited from class io.camunda.zeebe.msgpack.property.BaseProperty
equals, getEncodedLength, getKey, hashCode, hasValue, read, reset, resolveValue, set, toString, write, writeJSON
-
-