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 stringCommand line arguments for dynamic executionOnly runs essential parts of the analysis, skips tags/sbom/cves etc.Get modelNameWhen enabled, skips using cached data within the processing.Deprecated.getTags()Tags associated with the analysisinthashCode()Deprecated.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
Get modelName- Returns:
- modelName
-
setModelName
-
noCache
-
getNoCache
When enabled, skips using cached data within the processing.- Returns:
- noCache
-
setNoCache
-
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
-