Package dev.cachly.api.model
Class SemanticFlush200Response
java.lang.Object
dev.cachly.api.model.SemanticFlush200Response
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2026-04-17T00:43:25.074268745Z[Etc/UTC]",
comments="Generator version: 7.5.0")
public class SemanticFlush200Response
extends Object
SemanticFlush200Response
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this semanticFlush_200_response object is equal to o.Get deletedinthashCode()voidsetDeleted(Integer deleted) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_DELETED
- See Also:
-
-
Constructor Details
-
SemanticFlush200Response
public SemanticFlush200Response()
-
-
Method Details
-
deleted
-
getDeleted
Get deleted- Returns:
- deleted
-
setDeleted
-
equals
Return true if this semanticFlush_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
-