Package ai.reveng.model
Class CreateCollectionOutputBody
java.lang.Object
ai.reveng.model.CreateCollectionOutputBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class CreateCollectionOutputBody
extends Object
CreateCollectionOutputBody
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
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 CreateCollectionOutputBodyCreate an instance of CreateCollectionOutputBody given an JSON stringGet binariesGet collectionIdGet collectionNameGet collectionScopeGet createdAtGet descriptionGet modelIdgetTags()Get tagsGet teamIdGet updatedAtGet userIdinthashCode()voidsetBinaries(List<Binary> binaries) voidsetCollectionId(Long collectionId) voidsetCollectionName(String collectionName) voidsetCollectionScope(String collectionScope) voidsetCreatedAt(OffsetDateTime createdAt) voidsetDescription(String description) voidsetModelId(Long modelId) voidvoidvoidsetUpdatedAt(OffsetDateTime updatedAt) voidtoJson()Convert an instance of CreateCollectionOutputBody 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_MODEL_ID
- 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
-
CreateCollectionOutputBody
public CreateCollectionOutputBody()
-
-
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
-
modelId
-
getModelId
Get modelId- Returns:
- modelId
-
setModelId
-
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 CreateCollectionOutputBody
-
fromJson
Create an instance of CreateCollectionOutputBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of CreateCollectionOutputBody
- Throws:
IOException- if the JSON string is invalid with respect to CreateCollectionOutputBody
-
toJson
Convert an instance of CreateCollectionOutputBody to an JSON string- Returns:
- JSON string
-