Class StringProperty
- java.lang.Object
-
- io.camunda.zeebe.msgpack.property.BaseProperty<StringValue>
-
- io.camunda.zeebe.msgpack.property.StringProperty
-
- All Implemented Interfaces:
Recyclable
public final class StringProperty extends BaseProperty<StringValue>
-
-
Field Summary
-
Fields inherited from class io.camunda.zeebe.msgpack.property.BaseProperty
defaultValue, isSet, key, value
-
-
Constructor Summary
Constructors Constructor Description StringProperty(String key)StringProperty(String key, String defaultValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.agrona.DirectBuffergetValue()voidsetValue(String value)voidsetValue(org.agrona.DirectBuffer buffer)voidsetValue(org.agrona.DirectBuffer buffer, int offset, int length)-
Methods inherited from class io.camunda.zeebe.msgpack.property.BaseProperty
equals, getEncodedLength, getKey, hashCode, hasValue, read, reset, resolveValue, set, toString, write, writeJSON
-
-
-
-
Method Detail
-
getValue
public org.agrona.DirectBuffer getValue()
-
setValue
public void setValue(String value)
-
setValue
public void setValue(org.agrona.DirectBuffer buffer)
-
setValue
public void setValue(org.agrona.DirectBuffer buffer, int offset, int length)
-
-