Class JsonLongAttributeResponseParser

java.lang.Object
com.cognite.client.servicesV1.response.JsonLongAttributeResponseParser
All Implemented Interfaces:
ResponseParser<Long>, Serializable

public abstract class JsonLongAttributeResponseParser extends Object implements ResponseParser<Long>, Serializable
Parses a single attribute from a json payload as a single item. A cursor is never returned from this parser.
See Also:
  • Field Details

    • LOG

      protected final org.slf4j.Logger LOG
  • Constructor Details

    • JsonLongAttributeResponseParser

      public JsonLongAttributeResponseParser()
  • Method Details