Interface AnalyticsQueryRow
- All Known Implementing Classes:
DefaultAnalyticsQueryRow
@Committed @Public public interface AnalyticsQueryRow
-
Method Summary
Modifier and Type Method Description byte[]
byteValue()
JsonObject
value()
-
Method Details
-
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.
-