public class SourceDownloadResult extends AbstractTaskResult<SourceDownloadState,SourceDownloadErrorCause>
| Constructor and Description |
|---|
SourceDownloadResult(boolean success,
@NotNull SourceDownloadState state,
HashMap<String,net.kunmc.lab.peyangpaperutils.lib.utils.Pair<URI,Path>> downloadedSources) |
SourceDownloadResult(boolean success,
@NotNull SourceDownloadState state,
@Nullable SourceDownloadErrorCause errorCause) |
SourceDownloadResult(boolean success,
@NotNull SourceDownloadState state,
@Nullable SourceDownloadErrorCause errorCause,
HashMap<String,net.kunmc.lab.peyangpaperutils.lib.utils.Pair<URI,Path>> downloadedSources) |
public SourceDownloadResult(boolean success,
@NotNull
@NotNull SourceDownloadState state,
@Nullable
@Nullable SourceDownloadErrorCause errorCause,
HashMap<String,net.kunmc.lab.peyangpaperutils.lib.utils.Pair<URI,Path>> downloadedSources)
public SourceDownloadResult(boolean success,
@NotNull
@NotNull SourceDownloadState state,
@Nullable
@Nullable SourceDownloadErrorCause errorCause)
public SourceDownloadResult(boolean success,
@NotNull
@NotNull SourceDownloadState state,
HashMap<String,net.kunmc.lab.peyangpaperutils.lib.utils.Pair<URI,Path>> downloadedSources)
Copyright © 2023. All rights reserved.