java.lang.Object
com.here.platform.data.client.service.config.GetStatus
All Implemented Interfaces:
Api, Endpoint, HyperMediaEndpoint, ConfigApi, Serializable, scala.Equals, scala.Product

public final class GetStatus extends Object implements HyperMediaEndpoint, ConfigApi, scala.Product, Serializable
See Also:
  • Constructor Details

    • GetStatus

      public GetStatus(String uri, org.apache.pekko.http.scaladsl.model.HttpMethod method)
  • Method Details

    • apply

      public abstract static R apply(T1 v1, T2 v2)
    • toString

      public static String toString()
    • uri

      public String uri()
      Specified by:
      uri in interface HyperMediaEndpoint
    • method

      public org.apache.pekko.http.scaladsl.model.HttpMethod method()
      Specified by:
      method in interface Endpoint
    • headers

      public scala.collection.immutable.Seq<org.apache.pekko.http.scaladsl.model.HttpHeader> headers()
      Description copied from interface: Endpoint
      Note: when change it always check all conflicts/replacements that can happens by base and child classes
      Specified by:
      headers in interface Endpoint
    • forceStrict

      public boolean forceStrict()
      Description copied from interface: Endpoint
      Force to read all response body in memory inside retried block, this is used when simple responses return chunked data that can cause Truncation exception when parsed.

      TODO: can become !isStreamingRequest, but need some heavy test to see the memory impact

      Specified by:
      forceStrict in interface Endpoint