Class ThanosQueryFrontendUserConfiguration

java.lang.Object
com.exoscale.sdk.model.ThanosQueryFrontendUserConfiguration

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.4.0") public class ThanosQueryFrontendUserConfiguration extends Object
Configuration options for Thanos Query Frontend.
  • Field Details

    • JSON_PROPERTY_QUERY_RANGE_ALIGN_RANGE_WITH_STEP

      public static final String JSON_PROPERTY_QUERY_RANGE_ALIGN_RANGE_WITH_STEP
      See Also:
  • Constructor Details

    • ThanosQueryFrontendUserConfiguration

      public ThanosQueryFrontendUserConfiguration()
  • Method Details

    • queryRangeAlignRangeWithStep

      public ThanosQueryFrontendUserConfiguration queryRangeAlignRangeWithStep(Boolean queryRangeAlignRangeWithStep)
    • getQueryRangeAlignRangeWithStep

      @Nullable public Boolean getQueryRangeAlignRangeWithStep()
      Whether to align the query range boundaries with the step. If enabled, the query range boundaries will be aligned to the step, providing more accurate results for queries with high-resolution data.
      Returns:
      queryRangeAlignRangeWithStep
    • setQueryRangeAlignRangeWithStep

      public void setQueryRangeAlignRangeWithStep(Boolean queryRangeAlignRangeWithStep)
    • equals

      public boolean equals(Object o)
      Return true if this Thanos_Query_Frontend_User_Configuration object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string