Package dev.cachly.api.model
Class WarmCacheRequestEntriesInner
java.lang.Object
dev.cachly.api.model.WarmCacheRequestEntriesInner
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2026-04-17T00:43:25.074268745Z[Etc/UTC]",
comments="Generator version: 7.5.0")
public class WarmCacheRequestEntriesInner
extends Object
WarmCacheRequestEntriesInner
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this warmCache_request_entries_inner object is equal to o.getKey()Get keygetTtl()TTL in seconds (0 = no expiry)getValue()Get valueinthashCode()voidvoidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_KEY
- See Also:
-
JSON_PROPERTY_VALUE
- See Also:
-
JSON_PROPERTY_TTL
- See Also:
-
-
Constructor Details
-
WarmCacheRequestEntriesInner
public WarmCacheRequestEntriesInner()
-
-
Method Details
-
key
-
getKey
Get key- Returns:
- key
-
setKey
-
value
-
getValue
Get value- Returns:
- value
-
setValue
-
ttl
-
getTtl
TTL in seconds (0 = no expiry)- Returns:
- ttl
-
setTtl
-
equals
Return true if this warmCache_request_entries_inner 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
-