public class GetUserUploadFileJobRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
GetUserUploadFileJobRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetUserUploadFileJobRequest |
build(Map<String,?> map) |
String |
getJobKey() |
Long |
getTid() |
GetUserUploadFileJobRequest |
setJobKey(String jobKey) |
GetUserUploadFileJobRequest |
setTid(Long tid) |
@NameInMap(value="JobKey") public String jobKey
The key of the file upload task. The key is returned when you call the CreateUploadFileJob or CreateUploadOSSFileJob operation.
This parameter is required.
example:65254a49100e
@NameInMap(value="Tid") public Long tid
The tenant ID.
example:To view the tenant ID, move the pointer over the profile picture in the upper-right corner of the Data Management (DMS) console. For more information, see Manage DMS tenants.
-1
public static GetUserUploadFileJobRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetUserUploadFileJobRequest setJobKey(String jobKey)
public String getJobKey()
public GetUserUploadFileJobRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.