Package com.exoscale.sdk.model
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return true if this Thanos_Query_Frontend_User_Configuration object is equal to o.Whether to align the query range boundaries with the step.int
hashCode()
queryRangeAlignRangeWithStep
(Boolean queryRangeAlignRangeWithStep) void
setQueryRangeAlignRangeWithStep
(Boolean queryRangeAlignRangeWithStep) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_QUERY_RANGE_ALIGN_RANGE_WITH_STEP
- See Also:
-
-
Constructor Details
-
ThanosQueryFrontendUserConfiguration
public ThanosQueryFrontendUserConfiguration()
-
-
Method Details
-
queryRangeAlignRangeWithStep
public ThanosQueryFrontendUserConfiguration queryRangeAlignRangeWithStep(Boolean queryRangeAlignRangeWithStep) -
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
-
equals
Return true if this Thanos_Query_Frontend_User_Configuration object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix
- prefix of the query string- Returns:
- URL query string
-