Class StringProperty
java.lang.Object
io.camunda.zeebe.msgpack.property.BaseProperty<StringValue>
io.camunda.zeebe.msgpack.property.StringProperty
- All Implemented Interfaces:
Recyclable
-
Field Summary
Fields inherited from class io.camunda.zeebe.msgpack.property.BaseProperty
defaultValue, isSet, key, value -
Constructor Summary
Constructors -
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
-
StringProperty
-
StringProperty
-
-
Method Details
-
getValue
public org.agrona.DirectBuffer getValue() -
setValue
-
setValue
public void setValue(org.agrona.DirectBuffer buffer) -
setValue
public void setValue(org.agrona.DirectBuffer buffer, int offset, int length)
-