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