@InterfaceStability.Uncommitted @InterfaceAudience.Public public class DefaultAsyncAnalyticsQueryRow extends Object implements AsyncAnalyticsQueryRow
Constructor and Description |
---|
DefaultAsyncAnalyticsQueryRow(byte[] value) |
Modifier and Type | Method and Description |
---|---|
byte[] |
byteValue() |
String |
toString() |
JsonObject |
value()
Return the
JsonObject representation of the JSON corresponding to this row. |
public byte[] byteValue()
byteValue
in interface AsyncAnalyticsQueryRow
public JsonObject value()
Return the JsonObject
representation of the JSON corresponding to this row. The JsonObject
is lazily created from byteValue()
the first time it is requested.
value
in interface AsyncAnalyticsQueryRow
TranscodingException
- if the lazy deserialization couldn’t be performed due to a Jackson error.Copyright © 2015 Couchbase, Inc.