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
TarantoolResponseBodyType
public TarantoolResponseBodyType getResponseBodyType()
TarantoolResponseBody
getResponseBodyType
in interface TarantoolResponseBody
public org.msgpack.value.Value getData()
TarantoolResponseBody
getData
in interface TarantoolResponseBody
Copyright © 2025 Picodata. All rights reserved.