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