Package ai.reveng.model
Class BinarySearchResult
java.lang.Object
ai.reveng.model.BinarySearchResult
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class BinarySearchResult
extends Object
BinarySearchResult
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddTagsItem(String tagsItem) analysisId(Integer analysisId) binaryName(String binaryName) createdAt(OffsetDateTime createdAt) booleanstatic BinarySearchResultCreate an instance of BinarySearchResult given an JSON stringThe analysis IDThe binary IDThe name of the binaryThe creation date of the binaryThe model ID of the binaryThe name of the modelThe owner of the binaryThe SHA-256 hash of the binarygetTags()Get tagsinthashCode()voidsetAnalysisId(Integer analysisId) voidsetBinaryId(Integer binaryId) voidsetBinaryName(String binaryName) voidsetCreatedAt(OffsetDateTime createdAt) voidsetModelId(Integer modelId) voidsetModelName(String modelName) voidsetOwnedBy(String ownedBy) voidsetSha256Hash(String sha256Hash) voidsha256Hash(String sha256Hash) toJson()Convert an instance of BinarySearchResult 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_BINARY_ID
- See Also:
-
SERIALIZED_NAME_BINARY_NAME
- See Also:
-
SERIALIZED_NAME_ANALYSIS_ID
- See Also:
-
SERIALIZED_NAME_SHA256_HASH
- See Also:
-
SERIALIZED_NAME_TAGS
- See Also:
-
SERIALIZED_NAME_CREATED_AT
- See Also:
-
SERIALIZED_NAME_MODEL_ID
- See Also:
-
SERIALIZED_NAME_MODEL_NAME
- See Also:
-
SERIALIZED_NAME_OWNED_BY
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
BinarySearchResult
public BinarySearchResult()
-
-
Method Details
-
binaryId
-
getBinaryId
The binary ID- Returns:
- binaryId
-
setBinaryId
-
binaryName
-
getBinaryName
The name of the binary- Returns:
- binaryName
-
setBinaryName
-
analysisId
-
getAnalysisId
The analysis ID- Returns:
- analysisId
-
setAnalysisId
-
sha256Hash
-
getSha256Hash
The SHA-256 hash of the binary- Returns:
- sha256Hash
-
setSha256Hash
-
tags
-
addTagsItem
-
getTags
Get tags- Returns:
- tags
-
setTags
-
createdAt
-
getCreatedAt
The creation date of the binary- Returns:
- createdAt
-
setCreatedAt
-
modelId
-
getModelId
The model ID of the binary- Returns:
- modelId
-
setModelId
-
modelName
-
getModelName
The name of the model- Returns:
- modelName
-
setModelName
-
ownedBy
-
getOwnedBy
The owner of the binary- Returns:
- ownedBy
-
setOwnedBy
-
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 BinarySearchResult
-
fromJson
Create an instance of BinarySearchResult given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of BinarySearchResult
- Throws:
IOException- if the JSON string is invalid with respect to BinarySearchResult
-
toJson
Convert an instance of BinarySearchResult to an JSON string- Returns:
- JSON string
-