public class NotEmptyTarantoolResponseBody extends Object implements TarantoolResponseBody
| Constructor and Description |
|---|
NotEmptyTarantoolResponseBody(int code,
org.msgpack.value.Value data)
Basic constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.msgpack.value.Value |
getData()
Get response body data
|
TarantoolResponseBodyType |
getResponseBodyType()
Get response body type
|
public NotEmptyTarantoolResponseBody(int code,
org.msgpack.value.Value data)
throws TarantoolProtocolException
code - first key in the body MP_MAP valuedata - the data (of type MP_OBJECT)TarantoolProtocolException - if the specified code doesn't correspond to a valid
TarantoolResponseBodyTypepublic TarantoolResponseBodyType getResponseBodyType()
TarantoolResponseBodygetResponseBodyType in interface TarantoolResponseBodypublic org.msgpack.value.Value getData()
TarantoolResponseBodygetData in interface TarantoolResponseBodyCopyright © 2025 Picodata. All rights reserved.