Class SubmissionFull
- java.lang.Object
-
- ca.gc.cyber.ops.assemblyline.java.client.model.submission.SubmissionBase
-
- ca.gc.cyber.ops.assemblyline.java.client.model.submission.SubmissionFull
-
public class SubmissionFull extends SubmissionBase
Maps the response from /submission/full/{sid}/This class is the same as
Submissionexcept for the following differences:- The list of error keys is replaced with a map from error key to error.
- There is a missingErrorKeys field that contains error keys which could not be retrieved from the data store.
- The list of result keys is replaced with a map from result key to result.
- There is a missingResultKeys field that contains result keys which could not be retrieved from the data store.
- There is a map from SHA256 to FileInfo
- There is a missingFileKeys field that contains SHA256es which could not be retrieved from the data store.
- There is a fileTree field which describes the hierarchy of the files.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ca.gc.cyber.ops.assemblyline.java.client.model.submission.SubmissionBase
SubmissionBase.File
-
-
Constructor Summary
Constructors Constructor Description SubmissionFull()
-