Package dev.cachly.api.model
Class BatchIndexRequest
java.lang.Object
dev.cachly.api.model.BatchIndexRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2026-04-17T00:43:25.074268745Z[Etc/UTC]",
comments="Generator version: 7.5.0")
public class BatchIndexRequest
extends Object
BatchIndexRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddEntriesItem(IndexRequest entriesItem) entries(List<IndexRequest> entries) booleanReturn true if this BatchIndexRequest object is equal to o.Get entriesinthashCode()voidsetEntries(List<IndexRequest> entries) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ENTRIES
- See Also:
-
-
Constructor Details
-
BatchIndexRequest
public BatchIndexRequest()
-
-
Method Details
-
entries
-
addEntriesItem
-
getEntries
Get entries- Returns:
- entries
-
setEntries
-
equals
Return true if this BatchIndexRequest 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
-