public abstract class AggregateUtil
extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<AggregateDetails> |
getAggregateDataList(String aggregateDataString)
Processes the aggregate result data and converts it into list of
AggregateDetails objects
|
public static List<AggregateDetails> getAggregateDataList(String aggregateDataString) throws MindsphereClientException
aggregateDataString - aggregate result dataMindsphereClientException - thrown if an error occurs while conversion