Class ReAnalysisForm

java.lang.Object
ai.reveng.model.ReAnalysisForm

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ReAnalysisForm extends Object
Form Model for receiving the analysis request
  • Field Details

  • Constructor Details

    • ReAnalysisForm

      public ReAnalysisForm()
  • Method Details

    • tags

      public ReAnalysisForm tags(@Nullable List<String> tags)
    • addTagsItem

      public ReAnalysisForm addTagsItem(String tagsItem)
    • getTags

      @Nullable public List<String> getTags()
      Tags associated with the analysis
      Returns:
      tags
    • setTags

      public void setTags(@Nullable List<String> tags)
    • commandLineArgs

      public ReAnalysisForm commandLineArgs(@Nullable String commandLineArgs)
    • getCommandLineArgs

      @Nullable public String getCommandLineArgs()
      Command line arguments for dynamic execution
      Returns:
      commandLineArgs
    • setCommandLineArgs

      public void setCommandLineArgs(@Nullable String commandLineArgs)
    • priority

      @Deprecated public ReAnalysisForm priority(@Nullable Integer priority)
      Deprecated.
    • getPriority

      @Deprecated @Nullable public Integer getPriority()
      Deprecated.
      Priority of the analysis
      Returns:
      priority
    • setPriority

      @Deprecated public void setPriority(@Nullable Integer priority)
      Deprecated.
    • essential

      public ReAnalysisForm essential(@Nullable Boolean essential)
    • getEssential

      @Nullable public Boolean getEssential()
      Only runs essential parts of the analysis, skips tags/sbom/cves etc.
      Returns:
      essential
    • setEssential

      public void setEssential(@Nullable Boolean essential)
    • modelName

      public ReAnalysisForm modelName(@Nullable String modelName)
    • getModelName

      @Nullable public String getModelName()
      Model name allows reprocessing using a different model
      Returns:
      modelName
    • setModelName

      public void setModelName(@Nullable String modelName)
    • noCache

      public ReAnalysisForm noCache(@Nullable Boolean noCache)
    • getNoCache

      @Nullable public Boolean getNoCache()
      When enabled, skips using cached data within the processing.
      Returns:
      noCache
    • setNoCache

      public void setNoCache(@Nullable Boolean noCache)
    • putAdditionalProperty

      public ReAnalysisForm 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 ReAnalysisForm 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 ReAnalysisForm
    • fromJson

      public static ReAnalysisForm fromJson(String jsonString) throws IOException
      Create an instance of ReAnalysisForm given an JSON string
      Parameters:
      jsonString - JSON string
      Returns:
      An instance of ReAnalysisForm
      Throws:
      IOException - if the JSON string is invalid with respect to ReAnalysisForm
    • toJson

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