Package com.exoscale.sdk.model
Class ThanosQueryFrontendUserConfig
java.lang.Object
com.exoscale.sdk.model.ThanosQueryFrontendUserConfig
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class ThanosQueryFrontendUserConfig
extends Object
Configuration options for Thanos Query Frontend.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this ThanosQueryFrontendUserConfig object is equal to o.Whether to align the query range boundaries with the step.inthashCode()queryRangeAlignRangeWithStep(Boolean queryRangeAlignRangeWithStep) voidsetQueryRangeAlignRangeWithStep(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
-
ThanosQueryFrontendUserConfig
public ThanosQueryFrontendUserConfig()
-
-
Method Details
-
queryRangeAlignRangeWithStep
public ThanosQueryFrontendUserConfig 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 ThanosQueryFrontendUserConfig 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
-