Package dev.cachly.api.model
Class SemanticListEntries200Response
java.lang.Object
dev.cachly.api.model.SemanticListEntries200Response
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2026-04-17T00:43:25.074268745Z[Etc/UTC]",
comments="Generator version: 7.5.0")
public class SemanticListEntries200Response
extends Object
SemanticListEntries200Response
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDataItem(SemanticEntry dataItem) data(List<SemanticEntry> data) booleanReturn true if this semanticListEntries_200_response object is equal to o.getCount()Get countgetData()Get datagetLimit()Get limitGet offsetinthashCode()voidvoidsetData(List<SemanticEntry> data) voidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_DATA
- See Also:
-
JSON_PROPERTY_COUNT
- See Also:
-
JSON_PROPERTY_LIMIT
- See Also:
-
JSON_PROPERTY_OFFSET
- See Also:
-
-
Constructor Details
-
SemanticListEntries200Response
public SemanticListEntries200Response()
-
-
Method Details
-
data
-
addDataItem
-
getData
Get data- Returns:
- data
-
setData
-
count
-
getCount
Get count- Returns:
- count
-
setCount
-
limit
-
getLimit
Get limit- Returns:
- limit
-
setLimit
-
offset
-
getOffset
Get offset- Returns:
- offset
-
setOffset
-
equals
Return true if this semanticListEntries_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
-