@InterfaceStability.Uncommitted @InterfaceAudience.Public public class DefaultAnalyticsQueryRow extends Object implements AnalyticsQueryRow
Constructor and Description |
---|
DefaultAnalyticsQueryRow(AsyncAnalyticsQueryRow asyncRow) |
Modifier and Type | Method and Description |
---|---|
byte[] |
byteValue() |
String |
toString() |
JsonObject |
value()
Return the
JsonObject representation of the JSON corresponding to this row. |
public DefaultAnalyticsQueryRow(AsyncAnalyticsQueryRow asyncRow)
public byte[] byteValue()
byteValue
in interface AnalyticsQueryRow
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 AnalyticsQueryRow
TranscodingException
- if the lazy deserialization couldn’t be performed due to a Jackson error.Copyright © 2015 Couchbase, Inc.