Class BooleanProperty
java.lang.Object
io.camunda.zeebe.msgpack.property.BaseProperty<BooleanValue>
io.camunda.zeebe.msgpack.property.BooleanProperty
- All Implemented Interfaces:
Recyclable
-
Field Summary
Fields inherited from class io.camunda.zeebe.msgpack.property.BaseProperty
defaultValue, isSet, key, value -
Constructor Summary
ConstructorsConstructorDescriptionBooleanProperty(String key) BooleanProperty(String key, boolean defaultValue) -
Method Summary
Methods inherited from class io.camunda.zeebe.msgpack.property.BaseProperty
equals, getEncodedLength, getKey, hashCode, hasValue, read, reset, resolveValue, set, toString, write, writeJSON
-
Constructor Details
-
BooleanProperty
-
BooleanProperty
-
-
Method Details
-
getValue
public boolean getValue() -
setValue
public void setValue(boolean value)
-