Package dev.cachly.api.model
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this StatsResponse_savings object is equal to o.estimatedMonthlySavedUsd(BigDecimal estimatedMonthlySavedUsd) estimatedTotalSavedUsd(BigDecimal estimatedTotalSavedUsd) Get estimatedMonthlySavedUsdGet estimatedTotalSavedUsdGet hitsLast24hGet totalHitsinthashCode()hitsLast24h(Integer hitsLast24h) voidsetEstimatedMonthlySavedUsd(BigDecimal estimatedMonthlySavedUsd) voidsetEstimatedTotalSavedUsd(BigDecimal estimatedTotalSavedUsd) voidsetHitsLast24h(Integer hitsLast24h) voidsetTotalHits(Integer totalHits) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_TOTAL_HITS
- See Also:
-
JSON_PROPERTY_HITS_LAST24H
- See Also:
-
JSON_PROPERTY_ESTIMATED_TOTAL_SAVED_USD
- See Also:
-
JSON_PROPERTY_ESTIMATED_MONTHLY_SAVED_USD
- See Also:
-
-
Constructor Details
-
StatsResponseSavings
public StatsResponseSavings()
-
-
Method Details
-
totalHits
-
getTotalHits
Get totalHits- Returns:
- totalHits
-
setTotalHits
-
hitsLast24h
-
getHitsLast24h
Get hitsLast24h- Returns:
- hitsLast24h
-
setHitsLast24h
-
estimatedTotalSavedUsd
-
getEstimatedTotalSavedUsd
Get estimatedTotalSavedUsd- Returns:
- estimatedTotalSavedUsd
-
setEstimatedTotalSavedUsd
-
estimatedMonthlySavedUsd
-
getEstimatedMonthlySavedUsd
Get estimatedMonthlySavedUsd- Returns:
- estimatedMonthlySavedUsd
-
setEstimatedMonthlySavedUsd
-
equals
Return true if this StatsResponse_savings 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
-