Package ai.reveng.model
Class ExportedBinaryAnnResult
java.lang.Object
ai.reveng.model.ExportedBinaryAnnResult
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ExportedBinaryAnnResult
extends Object
ExportedBinaryAnnResult
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddEmbedding1dItem(BigDecimal embedding1dItem) addEmbedding3dItem(BigDecimal embedding3dItem) addTagsItem(AppServicesBinaryAnnSchemaTagItem tagsItem) analysisId(Integer analysisId) analysisScope(String analysisScope) binaryName(String binaryName) confidence(BigDecimal confidence) embedding1d(List<BigDecimal> embedding1d) embedding3d(List<BigDecimal> embedding3d) booleanstatic ExportedBinaryAnnResultCreate an instance of ExportedBinaryAnnResult given an JSON stringGet analysisIdGet analysisScopeGet binaryIdGet binaryNameGet confidenceGet embedding1dGet embedding3dGet sha256HashgetTags()Get tagsinthashCode()voidsetAnalysisId(Integer analysisId) voidsetAnalysisScope(String analysisScope) voidsetBinaryId(Integer binaryId) voidsetBinaryName(String binaryName) voidsetConfidence(BigDecimal confidence) voidsetEmbedding1d(List<BigDecimal> embedding1d) voidsetEmbedding3d(List<BigDecimal> embedding3d) voidsetSha256Hash(String sha256Hash) voidsha256Hash(String sha256Hash) toJson()Convert an instance of ExportedBinaryAnnResult 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_SHA256_HASH
- See Also:
-
SERIALIZED_NAME_ANALYSIS_SCOPE
- See Also:
-
SERIALIZED_NAME_EMBEDDING3D
- See Also:
-
SERIALIZED_NAME_EMBEDDING1D
- See Also:
-
SERIALIZED_NAME_CONFIDENCE
- See Also:
-
SERIALIZED_NAME_TAGS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ExportedBinaryAnnResult
public ExportedBinaryAnnResult()
-
-
Method Details
-
analysisId
-
getAnalysisId
Get analysisId- Returns:
- analysisId
-
setAnalysisId
-
binaryId
-
getBinaryId
Get binaryId- Returns:
- binaryId
-
setBinaryId
-
binaryName
-
getBinaryName
Get binaryName- Returns:
- binaryName
-
setBinaryName
-
sha256Hash
-
getSha256Hash
Get sha256Hash- Returns:
- sha256Hash
-
setSha256Hash
-
analysisScope
-
getAnalysisScope
Get analysisScope- Returns:
- analysisScope
-
setAnalysisScope
-
embedding3d
-
addEmbedding3dItem
-
getEmbedding3d
Get embedding3d- Returns:
- embedding3d
-
setEmbedding3d
-
embedding1d
-
addEmbedding1dItem
-
getEmbedding1d
Get embedding1d- Returns:
- embedding1d
-
setEmbedding1d
-
confidence
-
getConfidence
Get confidence- Returns:
- confidence
-
setConfidence
-
tags
-
addTagsItem
-
getTags
Get tags- Returns:
- tags
-
setTags
-
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 ExportedBinaryAnnResult
-
fromJson
Create an instance of ExportedBinaryAnnResult given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ExportedBinaryAnnResult
- Throws:
IOException- if the JSON string is invalid with respect to ExportedBinaryAnnResult
-
toJson
Convert an instance of ExportedBinaryAnnResult to an JSON string- Returns:
- JSON string
-