Class AggregateParser
- java.lang.Object
-
- com.cognite.client.servicesV1.parser.AggregateParser
-
public class AggregateParser extends Object
This class contains a set of methods to help parsing file objects between Cognite api representations (json and proto) and typed objects.
-
-
Constructor Summary
Constructors Constructor Description AggregateParser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AggregateparseAggregate(String json)Parses an aggregate json string toAggregateproto object.
-