-
public final class DownloadTriggerResult
-
-
Field Summary
Fields Modifier and Type Field Description private final List<String>successfulUrlsprivate final List<String>failureUrlsprivate final BooleanallSuccessful
-
Method Summary
Modifier and Type Method Description final List<String>getSuccessfulUrls()final List<String>getFailureUrls()final BooleangetAllSuccessful()-
-
Method Detail
-
getSuccessfulUrls
final List<String> getSuccessfulUrls()
-
getFailureUrls
final List<String> getFailureUrls()
-
getAllSuccessful
final Boolean getAllSuccessful()
-
-
-
-