Class FileResults.Attack
java.lang.Object
ca.gc.cyber.ops.assemblyline.java.client.model.FileResults.Attack
- Enclosing class:
- FileResults
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FileResults.AttackThese Attacks are stored as arrays in the JSON instead of objects.
-
Constructor Details
-
Attack
public Attack()
-
-
Method Details
-
fromList
These Attacks are stored as arrays in the JSON instead of objects.- Parameters:
list- 3-element list structured as [attackId, attackPattern, heuristicType]- Returns:
- An Attack instance
-