Class StatsResponseSavings

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

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

  • Constructor Details

    • StatsResponseSavings

      public StatsResponseSavings()
  • Method Details

    • totalHits

      public StatsResponseSavings totalHits(Integer totalHits)
    • getTotalHits

      @Nullable public Integer getTotalHits()
      Get totalHits
      Returns:
      totalHits
    • setTotalHits

      public void setTotalHits(Integer totalHits)
    • hitsLast24h

      public StatsResponseSavings hitsLast24h(Integer hitsLast24h)
    • getHitsLast24h

      @Nullable public Integer getHitsLast24h()
      Get hitsLast24h
      Returns:
      hitsLast24h
    • setHitsLast24h

      public void setHitsLast24h(Integer hitsLast24h)
    • estimatedTotalSavedUsd

      public StatsResponseSavings estimatedTotalSavedUsd(BigDecimal estimatedTotalSavedUsd)
    • getEstimatedTotalSavedUsd

      @Nullable public BigDecimal getEstimatedTotalSavedUsd()
      Get estimatedTotalSavedUsd
      Returns:
      estimatedTotalSavedUsd
    • setEstimatedTotalSavedUsd

      public void setEstimatedTotalSavedUsd(BigDecimal estimatedTotalSavedUsd)
    • estimatedMonthlySavedUsd

      public StatsResponseSavings estimatedMonthlySavedUsd(BigDecimal estimatedMonthlySavedUsd)
    • getEstimatedMonthlySavedUsd

      @Nullable public BigDecimal getEstimatedMonthlySavedUsd()
      Get estimatedMonthlySavedUsd
      Returns:
      estimatedMonthlySavedUsd
    • setEstimatedMonthlySavedUsd

      public void setEstimatedMonthlySavedUsd(BigDecimal estimatedMonthlySavedUsd)
    • equals

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