Class MvnDependencyResolutionDownloadFinished_1_0

    • Field Detail

      • size

        @Nullable("when the download failed")
        public final @Nullable("when the download failed") Long size
        The amount of bytes downloaded.

        This amount only includes the actual data and not any network overhead.

      • failureId

        @Nullable("when the download was successful")
        public final @Nullable("when the download was successful") Long failureId
        The ID of the failure indicating why the download did not succeed.

        The failure ID corresponds to a MvnException_1_0 in MvnExceptionData_1_0.

    • Constructor Detail

      • MvnDependencyResolutionDownloadFinished_1_0

        public MvnDependencyResolutionDownloadFinished_1_0​(long id,
                                                           @Nullable
                                                           @Nullable Long size,
                                                           @Nullable
                                                           @Nullable Long failureId)