Interface AsyncAnalyticsQueryRow
-
- All Known Implementing Classes:
DefaultAsyncAnalyticsQueryRow
@Committed @Public public interface AsyncAnalyticsQueryRow
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
byteValue()
JsonObject
value()
-
-
-
Method Detail
-
byteValue
byte[] byteValue()
- Returns:
- the raw array of bytes representing the JSON of this row.
-
value
JsonObject value()
- Returns:
- the
JsonObject
representation of the JSON corresponding to this row.
-
-