public static final class CreateFileDetectUploadUrlResponseBody.UploadUrlList.Builder extends Object
public CreateFileDetectUploadUrlResponseBody.UploadUrlList.Builder code(String code)
The status code returned. The status code 200 indicates that the request was successful. Other status codes indicate that the request failed. You can identify the cause of the failure based on the status code.
example:200
public CreateFileDetectUploadUrlResponseBody.UploadUrlList.Builder context(CreateFileDetectUploadUrlResponseBody.Context context)
The signature information.
public CreateFileDetectUploadUrlResponseBody.UploadUrlList.Builder expire(String expire)
The timestamp when the values of the parameters expire. Unit: milliseconds.
example:1658562101370
public CreateFileDetectUploadUrlResponseBody.UploadUrlList.Builder fileExist(Boolean fileExist)
Indicates whether the file exists in the cloud. Valid values:
false
public CreateFileDetectUploadUrlResponseBody.UploadUrlList.Builder hashKey(String hashKey)
The identifier of the file.
example:0a212417e65c26ff133cfff28f6c****
public CreateFileDetectUploadUrlResponseBody.UploadUrlList.Builder internalUrl(String internalUrl)
The internal endpoint of the URL to which the file is uploaded.
example:public CreateFileDetectUploadUrlResponseBody.UploadUrlList.Builder message(String message)
The error message returned.
example:successful
public CreateFileDetectUploadUrlResponseBody.UploadUrlList.Builder publicUrl(String publicUrl)
The public endpoint of the URL to which the file is uploaded.
example:public CreateFileDetectUploadUrlResponseBody.UploadUrlList build()
Copyright © 2026. All rights reserved.