Class ExportedBinaryAnnResult

java.lang.Object
ai.reveng.model.ExportedBinaryAnnResult

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ExportedBinaryAnnResult extends Object
ExportedBinaryAnnResult
  • Field Details

  • Constructor Details

    • ExportedBinaryAnnResult

      public ExportedBinaryAnnResult()
  • Method Details

    • analysisId

      public ExportedBinaryAnnResult analysisId(@Nonnull Integer analysisId)
    • getAnalysisId

      @Nonnull public Integer getAnalysisId()
      Get analysisId
      Returns:
      analysisId
    • setAnalysisId

      public void setAnalysisId(@Nonnull Integer analysisId)
    • binaryId

      public ExportedBinaryAnnResult binaryId(@Nonnull Integer binaryId)
    • getBinaryId

      @Nonnull public Integer getBinaryId()
      Get binaryId
      Returns:
      binaryId
    • setBinaryId

      public void setBinaryId(@Nonnull Integer binaryId)
    • binaryName

      public ExportedBinaryAnnResult binaryName(@Nonnull String binaryName)
    • getBinaryName

      @Nonnull public String getBinaryName()
      Get binaryName
      Returns:
      binaryName
    • setBinaryName

      public void setBinaryName(@Nonnull String binaryName)
    • sha256Hash

      public ExportedBinaryAnnResult sha256Hash(@Nonnull String sha256Hash)
    • getSha256Hash

      @Nonnull public String getSha256Hash()
      Get sha256Hash
      Returns:
      sha256Hash
    • setSha256Hash

      public void setSha256Hash(@Nonnull String sha256Hash)
    • analysisScope

      public ExportedBinaryAnnResult analysisScope(@Nonnull String analysisScope)
    • getAnalysisScope

      @Nonnull public String getAnalysisScope()
      Get analysisScope
      Returns:
      analysisScope
    • setAnalysisScope

      public void setAnalysisScope(@Nonnull String analysisScope)
    • embedding3d

      public ExportedBinaryAnnResult embedding3d(@Nonnull List<BigDecimal> embedding3d)
    • addEmbedding3dItem

      public ExportedBinaryAnnResult addEmbedding3dItem(BigDecimal embedding3dItem)
    • getEmbedding3d

      @Nonnull public List<BigDecimal> getEmbedding3d()
      Get embedding3d
      Returns:
      embedding3d
    • setEmbedding3d

      public void setEmbedding3d(@Nonnull List<BigDecimal> embedding3d)
    • embedding1d

      public ExportedBinaryAnnResult embedding1d(@Nonnull List<BigDecimal> embedding1d)
    • addEmbedding1dItem

      public ExportedBinaryAnnResult addEmbedding1dItem(BigDecimal embedding1dItem)
    • getEmbedding1d

      @Nonnull public List<BigDecimal> getEmbedding1d()
      Get embedding1d
      Returns:
      embedding1d
    • setEmbedding1d

      public void setEmbedding1d(@Nonnull List<BigDecimal> embedding1d)
    • confidence

      public ExportedBinaryAnnResult confidence(@Nonnull BigDecimal confidence)
    • getConfidence

      @Nonnull public BigDecimal getConfidence()
      Get confidence
      Returns:
      confidence
    • setConfidence

      public void setConfidence(@Nonnull BigDecimal confidence)
    • tags

    • addTagsItem

    • getTags

      @Nullable public List<AppServicesBinaryAnnSchemaTagItem> getTags()
      Get tags
      Returns:
      tags
    • setTags

      public void setTags(@Nullable List<AppServicesBinaryAnnSchemaTagItem> tags)
    • putAdditionalProperty

      public ExportedBinaryAnnResult putAdditionalProperty(String key, Object value)
      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 property
      value - value of the property
      Returns:
      the ExportedBinaryAnnResult instance itself
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
      Return the additional (undeclared) property.
      Returns:
      a map of objects
    • getAdditionalProperty

      public Object getAdditionalProperty(String key)
      Return the additional (undeclared) property with the specified name.
      Parameters:
      key - name of the property
      Returns:
      an object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • validateJsonElement

      public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException
      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

      public static ExportedBinaryAnnResult fromJson(String jsonString) throws IOException
      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

      public String toJson()
      Convert an instance of ExportedBinaryAnnResult to an JSON string
      Returns:
      JSON string