Package ai.reveng.model
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
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddTagsItem(String tagsItem) commandLineArgs(String commandLineArgs) booleanstatic ReAnalysisFormCreate an instance of ReAnalysisForm given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Command line arguments for dynamic executionOnly runs essential parts of the analysis, skips tags/sbom/cves etc.Model name allows reprocessing using a different modelWhen enabled, skips using cached data within the processing.Deprecated.getTags()Tags associated with the analysisinthashCode()Deprecated.putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetCommandLineArgs(String commandLineArgs) voidsetEssential(Boolean essential) voidsetModelName(String modelName) voidsetNoCache(Boolean noCache) voidsetPriority(Integer priority) Deprecated.voidtoJson()Convert an instance of ReAnalysisForm 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_TAGS
- See Also:
-
SERIALIZED_NAME_COMMAND_LINE_ARGS
- See Also:
-
SERIALIZED_NAME_PRIORITY
- See Also:
-
SERIALIZED_NAME_ESSENTIAL
- See Also:
-
SERIALIZED_NAME_MODEL_NAME
- See Also:
-
SERIALIZED_NAME_NO_CACHE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ReAnalysisForm
public ReAnalysisForm()
-
-
Method Details
-
tags
-
addTagsItem
-
getTags
Tags associated with the analysis- Returns:
- tags
-
setTags
-
commandLineArgs
-
getCommandLineArgs
Command line arguments for dynamic execution- Returns:
- commandLineArgs
-
setCommandLineArgs
-
priority
Deprecated. -
getPriority
Deprecated.Priority of the analysis- Returns:
- priority
-
setPriority
Deprecated. -
essential
-
getEssential
Only runs essential parts of the analysis, skips tags/sbom/cves etc.- Returns:
- essential
-
setEssential
-
modelName
-
getModelName
Model name allows reprocessing using a different model- Returns:
- modelName
-
setModelName
-
noCache
-
getNoCache
When enabled, skips using cached data within the processing.- Returns:
- noCache
-
setNoCache
-
putAdditionalProperty
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 propertyvalue- value of the property- Returns:
- the ReAnalysisForm instance itself
-
getAdditionalProperties
Return the additional (undeclared) property.- Returns:
- a map of objects
-
getAdditionalProperty
Return the additional (undeclared) property with the specified name.- Parameters:
key- name of the property- Returns:
- an object
-
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 ReAnalysisForm
-
fromJson
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
Convert an instance of ReAnalysisForm to an JSON string- Returns:
- JSON string
-