Class FileScanReport.FileResult.Detection.MitreAtlas
-
- All Implemented Interfaces:
public final class FileScanReport.FileResult.Detection.MitreAtlas
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFileScanReport.FileResult.Detection.MitreAtlas.BuilderA builder for MitreAtlas.
-
Method Summary
Modifier and Type Method Description final Optional<String>tactic()MITRE Atlas Tactic final Optional<String>technique()MITRE Atlas Technique final JsonField<String>_tactic()Returns the raw JSON value of tactic. final JsonField<String>_technique()Returns the raw JSON value of technique. final Map<String, JsonValue>_additionalProperties()final FileScanReport.FileResult.Detection.MitreAtlas.BuildertoBuilder()final FileScanReport.FileResult.Detection.MitreAtlasvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FileScanReport.FileResult.Detection.MitreAtlas.Builderbuilder()Returns a mutable builder for constructing an instance of MitreAtlas. -
-
Method Detail
-
_tactic
final JsonField<String> _tactic()
Returns the raw JSON value of tactic.
Unlike tactic, this method doesn't throw if the JSON field has an unexpected type.
-
_technique
final JsonField<String> _technique()
Returns the raw JSON value of technique.
Unlike technique, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final FileScanReport.FileResult.Detection.MitreAtlas.Builder toBuilder()
-
validate
final FileScanReport.FileResult.Detection.MitreAtlas validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static FileScanReport.FileResult.Detection.MitreAtlas.Builder builder()
Returns a mutable builder for constructing an instance of MitreAtlas.
-
-
-
-