Package ai.reveng.model
Class CollectionBinaryResponse
java.lang.Object
ai.reveng.model.CollectionBinaryResponse
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class CollectionBinaryResponse
extends Object
CollectionBinaryResponse
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionanalysisId(Integer analysisId) binaryName(String binaryName) createdAt(OffsetDateTime createdAt) booleanstatic CollectionBinaryResponseCreate an instance of CollectionBinaryResponse given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Analysis IDBinary IDBinary nameBinary creation dateIs the analysis owned by a RevEng.AI accountBinary ownerBinary SHA-256 hashinthashCode()isSystemAnalysis(Boolean isSystemAnalysis) putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetAnalysisId(Integer analysisId) voidsetBinaryId(Integer binaryId) voidsetBinaryName(String binaryName) voidsetCreatedAt(OffsetDateTime createdAt) voidsetIsSystemAnalysis(Boolean isSystemAnalysis) voidsetOwnerId(Integer ownerId) voidsetSha256Hash(String sha256Hash) sha256Hash(String sha256Hash) toJson()Convert an instance of CollectionBinaryResponse to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_ANALYSIS_ID
- See Also:
-
SERIALIZED_NAME_BINARY_ID
- See Also:
-
SERIALIZED_NAME_BINARY_NAME
- See Also:
-
SERIALIZED_NAME_OWNER_ID
- See Also:
-
SERIALIZED_NAME_SHA256_HASH
- See Also:
-
SERIALIZED_NAME_CREATED_AT
- See Also:
-
SERIALIZED_NAME_IS_SYSTEM_ANALYSIS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
CollectionBinaryResponse
public CollectionBinaryResponse()
-
-
Method Details
-
analysisId
-
getAnalysisId
Analysis ID- Returns:
- analysisId
-
setAnalysisId
-
binaryId
-
getBinaryId
Binary ID- Returns:
- binaryId
-
setBinaryId
-
binaryName
-
getBinaryName
Binary name- Returns:
- binaryName
-
setBinaryName
-
ownerId
-
getOwnerId
Binary owner- Returns:
- ownerId
-
setOwnerId
-
sha256Hash
-
getSha256Hash
Binary SHA-256 hash- Returns:
- sha256Hash
-
setSha256Hash
-
createdAt
-
getCreatedAt
Binary creation date- Returns:
- createdAt
-
setCreatedAt
-
isSystemAnalysis
-
getIsSystemAnalysis
Is the analysis owned by a RevEng.AI account- Returns:
- isSystemAnalysis
-
setIsSystemAnalysis
-
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 CollectionBinaryResponse 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 CollectionBinaryResponse
-
fromJson
Create an instance of CollectionBinaryResponse given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of CollectionBinaryResponse
- Throws:
IOException- if the JSON string is invalid with respect to CollectionBinaryResponse
-
toJson
Convert an instance of CollectionBinaryResponse to an JSON string- Returns:
- JSON string
-