Package dev.cachly.api.model
Class ThresholdResponse
java.lang.Object
dev.cachly.api.model.ThresholdResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2026-04-17T00:43:25.074268745Z[Etc/UTC]",
comments="Generator version: 7.5.0")
public class ThresholdResponse
extends Object
ThresholdResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncalibrated(Boolean calibrated) booleanReturn true if this ThresholdResponse object is equal to o.Get calibratedGet namespaceGet thresholdinthashCode()voidsetCalibrated(Boolean calibrated) voidsetNamespace(String namespace) voidsetThreshold(BigDecimal threshold) threshold(BigDecimal threshold) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_THRESHOLD
- See Also:
-
JSON_PROPERTY_NAMESPACE
- See Also:
-
JSON_PROPERTY_CALIBRATED
- See Also:
-
-
Constructor Details
-
ThresholdResponse
public ThresholdResponse()
-
-
Method Details
-
threshold
-
getThreshold
Get threshold- Returns:
- threshold
-
setThreshold
-
namespace
-
getNamespace
Get namespace- Returns:
- namespace
-
setNamespace
-
calibrated
-
getCalibrated
Get calibrated- Returns:
- calibrated
-
setCalibrated
-
equals
Return true if this ThresholdResponse 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
-