public static class DownloadInfo.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
DownloadInfo |
build() |
DownloadInfo.Builder |
downloadUrl(String downloadUrl)
下载链接
示例值:
|
DownloadInfo.Builder |
resourceKey(String resourceKey)
资源Key
示例值:
|
DownloadInfo.Builder |
type(DownloadInfoDownloadInfoTypeEnum type)
下载信息的类型
示例值:
|
DownloadInfo.Builder |
type(String type)
下载信息的类型
示例值:
|
public DownloadInfo.Builder type(String type)
示例值:
type - public DownloadInfo.Builder type(DownloadInfoDownloadInfoTypeEnum type)
示例值:
type - DownloadInfoDownloadInfoTypeEnumpublic DownloadInfo.Builder resourceKey(String resourceKey)
示例值:
resourceKey - public DownloadInfo.Builder downloadUrl(String downloadUrl)
示例值:
downloadUrl - public DownloadInfo build()
Copyright © 2025. All rights reserved.