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