public interface DataObject
msgbuf generated data objects.| Modifier and Type | Method and Description |
|---|---|
Object |
get(String field)
Retrieves value of the field with the given name.
|
void |
set(String field,
Object value)
Sets the value of the field with the given name.
|
void |
writeTo(JsonWriter out)
Writes this instance to the given output.
|
Object get(String field)
field - The name of the field.void set(String field, Object value)
field - The name of the field to update.value - The new value of the field.void writeTo(JsonWriter out) throws IOException
out - The JsonWriter to write this instance to.IOExceptionCopyright © 2021. All rights reserved.