Class SemanticSetThreshold200Response

java.lang.Object
dev.cachly.api.model.SemanticSetThreshold200Response

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2026-04-17T00:43:25.074268745Z[Etc/UTC]", comments="Generator version: 7.5.0") public class SemanticSetThreshold200Response extends Object
SemanticSetThreshold200Response
  • Field Details

  • Constructor Details

    • SemanticSetThreshold200Response

      public SemanticSetThreshold200Response()
  • Method Details

    • ok

    • getOk

      @Nullable public Boolean getOk()
      Get ok
      Returns:
      ok
    • setOk

      public void setOk(Boolean ok)
    • namespace

      public SemanticSetThreshold200Response namespace(String namespace)
    • getNamespace

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

      public void setNamespace(String namespace)
    • threshold

      public SemanticSetThreshold200Response threshold(BigDecimal threshold)
    • getThreshold

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

      public void setThreshold(BigDecimal threshold)
    • equals

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