public class DownloadResult extends TaskResult<DownloadState,DownloadErrorCause>
| Constructor and Description |
|---|
DownloadResult(boolean success,
@NotNull DownloadState taskState,
@NotNull String url,
@NotNull Path path,
long totalSize,
@NotNull String downloadID) |
DownloadResult(boolean success,
@NotNull DownloadState taskState,
@NotNull String url,
@NotNull Path path,
long totalSize,
@NotNull String downloadID,
@Nullable DownloadErrorCause errorCause) |
public DownloadResult(boolean success,
@NotNull
@NotNull DownloadState taskState,
@NotNull
@NotNull String url,
@NotNull
@NotNull Path path,
long totalSize,
@NotNull
@NotNull String downloadID,
@Nullable
@Nullable DownloadErrorCause errorCause)
public DownloadResult(boolean success,
@NotNull
@NotNull DownloadState taskState,
@NotNull
@NotNull String url,
@NotNull
@NotNull Path path,
long totalSize,
@NotNull
@NotNull String downloadID)
Copyright © 2023. All rights reserved.