Package io.camunda.zeebe.msgpack.value
Class IntegerValue
java.lang.Object
io.camunda.zeebe.msgpack.value.BaseValue
io.camunda.zeebe.msgpack.value.IntegerValue
- All Implemented Interfaces:
Recyclable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintgetValue()inthashCode()voidread(MsgPackReader reader) voidreset()voidsetValue(int val) voidwrite(MsgPackWriter writer) voidwriteJSON(StringBuilder builder)
-
Constructor Details
-
IntegerValue
public IntegerValue() -
IntegerValue
public IntegerValue(int initialValue)
-
-
Method Details
-
getValue
public int getValue() -
setValue
public void setValue(int val) -
reset
public void reset() -
writeJSON
-
write
-
read
-
getEncodedLength
public int getEncodedLength()- Specified by:
getEncodedLengthin classBaseValue
-
hashCode
public int hashCode() -
equals
-