Package ai.reveng.model
Class GetCollectionOutputBody
java.lang.Object
ai.reveng.model.GetCollectionOutputBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class GetCollectionOutputBody
extends Object
GetCollectionOutputBody
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBinariesItem(Binary binariesItem) addTagsItem(String tagsItem) collectionId(Long collectionId) collectionName(String collectionName) collectionScope(String collectionScope) createdAt(OffsetDateTime createdAt) description(String description) booleanstatic GetCollectionOutputBodyCreate an instance of GetCollectionOutputBody given an JSON stringGet binariesGet collectionIdGet collectionNameGet collectionScopeGet createdAtGet descriptionGet hasNextPageGet modelIdGet pageNumberGet pageSizegetTags()Get tagsGet teamIdGet updatedAtGet userIdinthashCode()hasNextPage(Boolean hasNextPage) pageNumber(Long pageNumber) voidsetBinaries(List<Binary> binaries) voidsetCollectionId(Long collectionId) voidsetCollectionName(String collectionName) voidsetCollectionScope(String collectionScope) voidsetCreatedAt(OffsetDateTime createdAt) voidsetDescription(String description) voidsetHasNextPage(Boolean hasNextPage) voidsetModelId(Long modelId) voidsetPageNumber(Long pageNumber) voidsetPageSize(Long pageSize) voidvoidvoidsetUpdatedAt(OffsetDateTime updatedAt) voidtoJson()Convert an instance of GetCollectionOutputBody to an JSON stringtoString()updatedAt(OffsetDateTime updatedAt) static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_BINARIES
- See Also:
-
SERIALIZED_NAME_COLLECTION_ID
- See Also:
-
SERIALIZED_NAME_COLLECTION_NAME
- See Also:
-
SERIALIZED_NAME_COLLECTION_SCOPE
- See Also:
-
SERIALIZED_NAME_CREATED_AT
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_HAS_NEXT_PAGE
- See Also:
-
SERIALIZED_NAME_MODEL_ID
- See Also:
-
SERIALIZED_NAME_PAGE_NUMBER
- See Also:
-
SERIALIZED_NAME_PAGE_SIZE
- See Also:
-
SERIALIZED_NAME_TAGS
- See Also:
-
SERIALIZED_NAME_TEAM_ID
- See Also:
-
SERIALIZED_NAME_UPDATED_AT
- See Also:
-
SERIALIZED_NAME_USER_ID
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
GetCollectionOutputBody
public GetCollectionOutputBody()
-
-
Method Details
-
binaries
-
addBinariesItem
-
getBinaries
Get binaries- Returns:
- binaries
-
setBinaries
-
collectionId
-
getCollectionId
Get collectionId- Returns:
- collectionId
-
setCollectionId
-
collectionName
-
getCollectionName
Get collectionName- Returns:
- collectionName
-
setCollectionName
-
collectionScope
-
getCollectionScope
Get collectionScope- Returns:
- collectionScope
-
setCollectionScope
-
createdAt
-
getCreatedAt
Get createdAt- Returns:
- createdAt
-
setCreatedAt
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
hasNextPage
-
getHasNextPage
Get hasNextPage- Returns:
- hasNextPage
-
setHasNextPage
-
modelId
-
getModelId
Get modelId- Returns:
- modelId
-
setModelId
-
pageNumber
-
getPageNumber
Get pageNumber- Returns:
- pageNumber
-
setPageNumber
-
pageSize
-
getPageSize
Get pageSize- Returns:
- pageSize
-
setPageSize
-
tags
-
addTagsItem
-
getTags
Get tags- Returns:
- tags
-
setTags
-
teamId
-
getTeamId
Get teamId- Returns:
- teamId
-
setTeamId
-
updatedAt
-
getUpdatedAt
Get updatedAt- Returns:
- updatedAt
-
setUpdatedAt
-
userId
-
getUserId
Get userId- Returns:
- userId
-
setUserId
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to GetCollectionOutputBody
-
fromJson
Create an instance of GetCollectionOutputBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of GetCollectionOutputBody
- Throws:
IOException- if the JSON string is invalid with respect to GetCollectionOutputBody
-
toJson
Convert an instance of GetCollectionOutputBody to an JSON string- Returns:
- JSON string
-