Package dev.cachly.api.model
Class WarmCache200Response
java.lang.Object
dev.cachly.api.model.WarmCache200Response
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2026-04-17T00:43:25.074268745Z[Etc/UTC]",
comments="Generator version: 7.5.0")
public class WarmCache200Response
extends Object
WarmCache200Response
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondurationMs(BigDecimal durationMs) booleanReturn true if this warmCache_200_response object is equal to o.Get durationMsGet failedgetTotal()Get totalGet writteninthashCode()voidsetDurationMs(BigDecimal durationMs) voidvoidvoidsetWritten(Integer written) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_TOTAL
- See Also:
-
JSON_PROPERTY_WRITTEN
- See Also:
-
JSON_PROPERTY_FAILED
- See Also:
-
JSON_PROPERTY_DURATION_MS
- See Also:
-
-
Constructor Details
-
WarmCache200Response
public WarmCache200Response()
-
-
Method Details
-
total
-
getTotal
Get total- Returns:
- total
-
setTotal
-
written
-
getWritten
Get written- Returns:
- written
-
setWritten
-
failed
-
getFailed
Get failed- Returns:
- failed
-
setFailed
-
durationMs
-
getDurationMs
Get durationMs- Returns:
- durationMs
-
setDurationMs
-
equals
Return true if this warmCache_200_response 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
-