Class 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 Detail

      • AggregateParser

        public AggregateParser()
    • Method Detail

      • parseAggregate

        public static com.cognite.client.dto.Aggregate parseAggregate​(String json)
                                                               throws Exception
        Parses an aggregate json string to Aggregate proto object.
        Parameters:
        json -
        Returns:
        Throws:
        Exception