Package ai.reveng.model
Class Permissions
java.lang.Object
ai.reveng.model.Permissions
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class Permissions
extends Object
Permissions
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncanExportSymbols(Boolean canExportSymbols) canGeneratePdfReports(Boolean canGeneratePdfReports) canUseAiMalwareAnalysis(Boolean canUseAiMalwareAnalysis) canUseCompositionAnalysis(Boolean canUseCompositionAnalysis) canUseMalwareSandbox(Boolean canUseMalwareSandbox) canUsePrivateAnalyses(Boolean canUsePrivateAnalyses) booleanstatic PermissionsCreate an instance of Permissions given an JSON stringGet canExportSymbolsGet canGeneratePdfReportsGet canUseAiMalwareAnalysisGet canUseCompositionAnalysisGet canUseMalwareSandboxGet canUsePrivateAnalysesinthashCode()voidsetCanExportSymbols(Boolean canExportSymbols) voidsetCanGeneratePdfReports(Boolean canGeneratePdfReports) voidsetCanUseAiMalwareAnalysis(Boolean canUseAiMalwareAnalysis) voidsetCanUseCompositionAnalysis(Boolean canUseCompositionAnalysis) voidsetCanUseMalwareSandbox(Boolean canUseMalwareSandbox) voidsetCanUsePrivateAnalyses(Boolean canUsePrivateAnalyses) toJson()Convert an instance of Permissions 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_CAN_EXPORT_SYMBOLS
- See Also:
-
SERIALIZED_NAME_CAN_GENERATE_PDF_REPORTS
- See Also:
-
SERIALIZED_NAME_CAN_USE_AI_MALWARE_ANALYSIS
- See Also:
-
SERIALIZED_NAME_CAN_USE_COMPOSITION_ANALYSIS
- See Also:
-
SERIALIZED_NAME_CAN_USE_MALWARE_SANDBOX
- See Also:
-
SERIALIZED_NAME_CAN_USE_PRIVATE_ANALYSES
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
Permissions
public Permissions()
-
-
Method Details
-
canExportSymbols
-
getCanExportSymbols
Get canExportSymbols- Returns:
- canExportSymbols
-
setCanExportSymbols
-
canGeneratePdfReports
-
getCanGeneratePdfReports
Get canGeneratePdfReports- Returns:
- canGeneratePdfReports
-
setCanGeneratePdfReports
-
canUseAiMalwareAnalysis
-
getCanUseAiMalwareAnalysis
Get canUseAiMalwareAnalysis- Returns:
- canUseAiMalwareAnalysis
-
setCanUseAiMalwareAnalysis
-
canUseCompositionAnalysis
-
getCanUseCompositionAnalysis
Get canUseCompositionAnalysis- Returns:
- canUseCompositionAnalysis
-
setCanUseCompositionAnalysis
-
canUseMalwareSandbox
-
getCanUseMalwareSandbox
Get canUseMalwareSandbox- Returns:
- canUseMalwareSandbox
-
setCanUseMalwareSandbox
-
canUsePrivateAnalyses
-
getCanUsePrivateAnalyses
Get canUsePrivateAnalyses- Returns:
- canUsePrivateAnalyses
-
setCanUsePrivateAnalyses
-
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 Permissions
-
fromJson
Create an instance of Permissions given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of Permissions
- Throws:
IOException- if the JSON string is invalid with respect to Permissions
-
toJson
Convert an instance of Permissions to an JSON string- Returns:
- JSON string
-