Package ai.reveng.model
Class ReportOptions
java.lang.Object
ai.reveng.model.ReportOptions
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ReportOptions
extends Object
ReportOptions
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPluginsItem(String pluginsItem) archiveEntryPath(String archiveEntryPath) booleanextractArchive(Boolean extractArchive) static ReportOptionsCreate an instance of ReportOptions given an JSON stringGet archiveEntryPathGet extractArchiveGet guestTargetDirectoryGet guestWorkingDirectoryGet netEnableGet osProfileGet pluginsGet presetGet sampleFilenameGet startCommandGet startMethodGet timeoutguestTargetDirectory(String guestTargetDirectory) guestWorkingDirectory(String guestWorkingDirectory) inthashCode()sampleFilename(String sampleFilename) voidsetArchiveEntryPath(String archiveEntryPath) voidsetExtractArchive(Boolean extractArchive) voidsetGuestTargetDirectory(String guestTargetDirectory) voidsetGuestWorkingDirectory(String guestWorkingDirectory) voidsetNetEnable(Boolean netEnable) voidsetOsProfile(String osProfile) voidsetPlugins(List<String> plugins) voidvoidsetSampleFilename(String sampleFilename) voidsetStartCommand(String startCommand) voidsetStartMethod(String startMethod) voidsetTimeout(Long timeout) startCommand(String startCommand) startMethod(String startMethod) toJson()Convert an instance of ReportOptions 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_ARCHIVE_ENTRY_PATH
- See Also:
-
SERIALIZED_NAME_EXTRACT_ARCHIVE
- See Also:
-
SERIALIZED_NAME_GUEST_TARGET_DIRECTORY
- See Also:
-
SERIALIZED_NAME_GUEST_WORKING_DIRECTORY
- See Also:
-
SERIALIZED_NAME_NET_ENABLE
- See Also:
-
SERIALIZED_NAME_OS_PROFILE
- See Also:
-
SERIALIZED_NAME_PLUGINS
- See Also:
-
SERIALIZED_NAME_PRESET
- See Also:
-
SERIALIZED_NAME_SAMPLE_FILENAME
- See Also:
-
SERIALIZED_NAME_START_COMMAND
- See Also:
-
SERIALIZED_NAME_START_METHOD
- See Also:
-
SERIALIZED_NAME_TIMEOUT
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ReportOptions
public ReportOptions()
-
-
Method Details
-
archiveEntryPath
-
getArchiveEntryPath
Get archiveEntryPath- Returns:
- archiveEntryPath
-
setArchiveEntryPath
-
extractArchive
-
getExtractArchive
Get extractArchive- Returns:
- extractArchive
-
setExtractArchive
-
guestTargetDirectory
-
getGuestTargetDirectory
Get guestTargetDirectory- Returns:
- guestTargetDirectory
-
setGuestTargetDirectory
-
guestWorkingDirectory
-
getGuestWorkingDirectory
Get guestWorkingDirectory- Returns:
- guestWorkingDirectory
-
setGuestWorkingDirectory
-
netEnable
-
getNetEnable
Get netEnable- Returns:
- netEnable
-
setNetEnable
-
osProfile
-
getOsProfile
Get osProfile- Returns:
- osProfile
-
setOsProfile
-
plugins
-
addPluginsItem
-
getPlugins
Get plugins- Returns:
- plugins
-
setPlugins
-
preset
-
getPreset
Get preset- Returns:
- preset
-
setPreset
-
sampleFilename
-
getSampleFilename
Get sampleFilename- Returns:
- sampleFilename
-
setSampleFilename
-
startCommand
-
getStartCommand
Get startCommand- Returns:
- startCommand
-
setStartCommand
-
startMethod
-
getStartMethod
Get startMethod- Returns:
- startMethod
-
setStartMethod
-
timeout
-
getTimeout
Get timeout- Returns:
- timeout
-
setTimeout
-
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 ReportOptions
-
fromJson
Create an instance of ReportOptions given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ReportOptions
- Throws:
IOException- if the JSON string is invalid with respect to ReportOptions
-
toJson
Convert an instance of ReportOptions to an JSON string- Returns:
- JSON string
-