Package ai.reveng.model
Class Binary
java.lang.Object
ai.reveng.model.Binary
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class Binary
extends Object
Binary
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionanalysisId(Long analysisId) binaryName(String binaryName) createdAt(OffsetDateTime createdAt) booleanstatic BinaryCreate an instance of Binary given an JSON stringGet analysisIdGet binaryIdGet binaryNameGet createdAtGet isSystemAnalysisGet ownerIdGet sha256HashinthashCode()isSystemAnalysis(Boolean isSystemAnalysis) voidsetAnalysisId(Long analysisId) voidsetBinaryId(Long binaryId) voidsetBinaryName(String binaryName) voidsetCreatedAt(OffsetDateTime createdAt) voidsetIsSystemAnalysis(Boolean isSystemAnalysis) voidsetOwnerId(Long ownerId) voidsetSha256Hash(String sha256Hash) sha256Hash(String sha256Hash) toJson()Convert an instance of Binary 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_CREATED_AT
- See Also:
-
SERIALIZED_NAME_IS_SYSTEM_ANALYSIS
- See Also:
-
SERIALIZED_NAME_OWNER_ID
- See Also:
-
SERIALIZED_NAME_SHA256_HASH
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
Binary
public Binary()
-
-
Method Details
-
analysisId
-
getAnalysisId
Get analysisId- Returns:
- analysisId
-
setAnalysisId
-
binaryId
-
getBinaryId
Get binaryId- Returns:
- binaryId
-
setBinaryId
-
binaryName
-
getBinaryName
Get binaryName- Returns:
- binaryName
-
setBinaryName
-
createdAt
-
getCreatedAt
Get createdAt- Returns:
- createdAt
-
setCreatedAt
-
isSystemAnalysis
-
getIsSystemAnalysis
Get isSystemAnalysis- Returns:
- isSystemAnalysis
-
setIsSystemAnalysis
-
ownerId
-
getOwnerId
Get ownerId- Returns:
- ownerId
-
setOwnerId
-
sha256Hash
-
getSha256Hash
Get sha256Hash- Returns:
- sha256Hash
-
setSha256Hash
-
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 Binary
-
fromJson
Create an instance of Binary given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of Binary
- Throws:
IOException- if the JSON string is invalid with respect to Binary
-
toJson
Convert an instance of Binary to an JSON string- Returns:
- JSON string
-