public static final class GetDownloadJobResponseBody.ExecutionDetails.Builder extends Object
| 限定符和类型 | 方法和说明 | ||
|---|---|---|---|
GetDownloadJobResponseBody.ExecutionDetails |
build() |
||
GetDownloadJobResponseBody.ExecutionDetails.Builder |
checkSum(String checkSum)
checkSum.
|
||
GetDownloadJobResponseBody.ExecutionDetails.Builder |
errorMessage(String errorMessage)
下载错误信息
example:
timeout
|
||
GetDownloadJobResponseBody.ExecutionDetails.Builder |
executeTime(Long executeTime)
下载执行时间
example:
123
|
||
GetDownloadJobResponseBody.ExecutionDetails.Builder |
filePath(String filePath)
下载结果链接
example:
GetDownloadJobResponseBody.ExecutionDetails.BuilderfileSize(Long fileSize)
下载文件大小
example:
123456
| ||
GetDownloadJobResponseBody.ExecutionDetails.Builder |
logCount(Long logCount)
下载日志条数
example:
123
|
||
GetDownloadJobResponseBody.ExecutionDetails.Builder |
notice(String notice)
notice.
|
||
GetDownloadJobResponseBody.ExecutionDetails.Builder |
progress(Long progress)
下载进度
example:
100
|
public GetDownloadJobResponseBody.ExecutionDetails.Builder checkSum(String checkSum)
public GetDownloadJobResponseBody.ExecutionDetails.Builder errorMessage(String errorMessage)
下载错误信息
example:timeout
public GetDownloadJobResponseBody.ExecutionDetails.Builder executeTime(Long executeTime)
下载执行时间
example:123
public GetDownloadJobResponseBody.ExecutionDetails.Builder filePath(String filePath)
下载结果链接
example:public GetDownloadJobResponseBody.ExecutionDetails.Builder fileSize(Long fileSize)
下载文件大小
example:123456
public GetDownloadJobResponseBody.ExecutionDetails.Builder logCount(Long logCount)
下载日志条数
example:123
public GetDownloadJobResponseBody.ExecutionDetails.Builder notice(String notice)
public GetDownloadJobResponseBody.ExecutionDetails.Builder progress(Long progress)
下载进度
example:100
public GetDownloadJobResponseBody.ExecutionDetails build()
Copyright © 2025. All rights reserved.