Package ai.reveng.model
Class ReportInfo
java.lang.Object
ai.reveng.model.ReportInfo
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ReportInfo
extends Object
ReportInfo
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_file(DrakvufFileMetadata _file) booleanstatic ReportInfoCreate an instance of ReportInfo given an JSON stringgetFile()Get _filegetId()Get idGet optionsGet osProfileGet statusGet timeAnalysisFinishedGet timeExecutionStartedGet timeStartedinthashCode()options(ReportOptions options) voidsetFile(DrakvufFileMetadata _file) voidvoidsetOptions(ReportOptions options) voidsetOsProfile(String osProfile) voidvoidsetTimeAnalysisFinished(String timeAnalysisFinished) voidsetTimeExecutionStarted(String timeExecutionStarted) voidsetTimeStarted(String timeStarted) timeAnalysisFinished(String timeAnalysisFinished) timeExecutionStarted(String timeExecutionStarted) timeStarted(String timeStarted) toJson()Convert an instance of ReportInfo 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_FILE
- See Also:
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_OPTIONS
- See Also:
-
SERIALIZED_NAME_OS_PROFILE
- See Also:
-
SERIALIZED_NAME_STATUS
- See Also:
-
SERIALIZED_NAME_TIME_ANALYSIS_FINISHED
- See Also:
-
SERIALIZED_NAME_TIME_EXECUTION_STARTED
- See Also:
-
SERIALIZED_NAME_TIME_STARTED
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ReportInfo
public ReportInfo()
-
-
Method Details
-
_file
-
getFile
Get _file- Returns:
- _file
-
setFile
-
id
-
getId
Get id- Returns:
- id
-
setId
-
options
-
getOptions
Get options- Returns:
- options
-
setOptions
-
osProfile
-
getOsProfile
Get osProfile- Returns:
- osProfile
-
setOsProfile
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
timeAnalysisFinished
-
getTimeAnalysisFinished
Get timeAnalysisFinished- Returns:
- timeAnalysisFinished
-
setTimeAnalysisFinished
-
timeExecutionStarted
-
getTimeExecutionStarted
Get timeExecutionStarted- Returns:
- timeExecutionStarted
-
setTimeExecutionStarted
-
timeStarted
-
getTimeStarted
Get timeStarted- Returns:
- timeStarted
-
setTimeStarted
-
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 ReportInfo
-
fromJson
Create an instance of ReportInfo given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ReportInfo
- Throws:
IOException- if the JSON string is invalid with respect to ReportInfo
-
toJson
Convert an instance of ReportInfo to an JSON string- Returns:
- JSON string
-