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 Details

  • Constructor Details

    • ThresholdResponse

      public ThresholdResponse()
  • Method Details

    • threshold

      public ThresholdResponse threshold(BigDecimal threshold)
    • getThreshold

      @Nullable public BigDecimal getThreshold()
      Get threshold
      Returns:
      threshold
    • setThreshold

      public void setThreshold(BigDecimal threshold)
    • namespace

      public ThresholdResponse namespace(String namespace)
    • getNamespace

      @Nullable public String getNamespace()
      Get namespace
      Returns:
      namespace
    • setNamespace

      public void setNamespace(String namespace)
    • calibrated

      public ThresholdResponse calibrated(Boolean calibrated)
    • getCalibrated

      @Nullable public Boolean getCalibrated()
      Get calibrated
      Returns:
      calibrated
    • setCalibrated

      public void setCalibrated(Boolean calibrated)
    • equals

      public boolean equals(Object o)
      Return true if this ThresholdResponse 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