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 stringAnalysis IDBinary IDBinary nameBinary creation dateBinary ownerBinary SHA-256 hashinthashCode()voidsetAnalysisId(Integer analysisId) voidsetBinaryId(Integer binaryId) voidsetBinaryName(String binaryName) voidsetCreatedAt(OffsetDateTime createdAt) 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:
-
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
-
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
-