Class SubmissionFull


  • public class SubmissionFull
    extends SubmissionBase
    Maps the response from /submission/full/{sid}/

    This class is the same as Submission except 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.
    • Constructor Detail

      • SubmissionFull

        public SubmissionFull()