Package ai.reveng.model
Class PatchCollectionOutputBody
java.lang.Object
ai.reveng.model.PatchCollectionOutputBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class PatchCollectionOutputBody
extends Object
PatchCollectionOutputBody
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbinaryCount(Long binaryCount) collectionId(Long collectionId) collectionName(String collectionName) collectionScope(String collectionScope) createdAt(OffsetDateTime createdAt) description(String description) booleanstatic PatchCollectionOutputBodyCreate an instance of PatchCollectionOutputBody given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Get binaryCountGet collectionIdGet collectionNameGet collectionScopeGet createdAtGet descriptionGet modelIdGet teamIdGet updatedAtGet userIdinthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetBinaryCount(Long binaryCount) voidsetCollectionId(Long collectionId) voidsetCollectionName(String collectionName) voidsetCollectionScope(String collectionScope) voidsetCreatedAt(OffsetDateTime createdAt) voidsetDescription(String description) voidsetModelId(Long modelId) voidvoidsetUpdatedAt(OffsetDateTime updatedAt) voidtoJson()Convert an instance of PatchCollectionOutputBody 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_BINARY_COUNT
- 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_TEAM_ID
- See Also:
-
SERIALIZED_NAME_UPDATED_AT
- See Also:
-
SERIALIZED_NAME_USER_ID
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
PatchCollectionOutputBody
public PatchCollectionOutputBody()
-
-
Method Details
-
binaryCount
-
getBinaryCount
Get binaryCount- Returns:
- binaryCount
-
setBinaryCount
-
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
-
teamId
-
getTeamId
Get teamId- Returns:
- teamId
-
setTeamId
-
updatedAt
-
getUpdatedAt
Get updatedAt- Returns:
- updatedAt
-
setUpdatedAt
-
userId
-
getUserId
Get userId- Returns:
- userId
-
setUserId
-
putAdditionalProperty
Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.- Parameters:
key- name of the propertyvalue- value of the property- Returns:
- the PatchCollectionOutputBody instance itself
-
getAdditionalProperties
Return the additional (undeclared) property.- Returns:
- a map of objects
-
getAdditionalProperty
Return the additional (undeclared) property with the specified name.- Parameters:
key- name of the property- Returns:
- an object
-
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 PatchCollectionOutputBody
-
fromJson
Create an instance of PatchCollectionOutputBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of PatchCollectionOutputBody
- Throws:
IOException- if the JSON string is invalid with respect to PatchCollectionOutputBody
-
toJson
Convert an instance of PatchCollectionOutputBody to an JSON string- Returns:
- JSON string
-