Class FileResults.Tag
- java.lang.Object
-
- ca.gc.cyber.ops.assemblyline.java.client.model.FileResults.Tag
-
- Enclosing class:
- FileResults
public static class FileResults.Tag extends Object
-
-
Constructor Summary
Constructors Constructor Description Tag()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FileResults.TagfromList(List<String> list)These tags are stored as arrays in the JSON instead of objects.
-
-
-
Method Detail
-
fromList
public static FileResults.Tag fromList(List<String> list)
These tags are stored as arrays in the JSON instead of objects.- Parameters:
list- 2-element list structured as [tageValue, heuristicType]- Returns:
- An Heuristic instance
-
-