public class CreateUploadOSSFileJobShrinkRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
fileName
The name of the file.
|
String |
fileSource
The purpose of the file upload task.
|
Long |
tid
The ID of the tenant.
|
String |
uploadTargetShrink
The information about the OSS file to be uploaded.
|
| 构造器和说明 |
|---|
CreateUploadOSSFileJobShrinkRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateUploadOSSFileJobShrinkRequest |
build(Map<String,?> map) |
String |
getFileName() |
String |
getFileSource() |
Long |
getTid() |
String |
getUploadTargetShrink() |
CreateUploadOSSFileJobShrinkRequest |
setFileName(String fileName) |
CreateUploadOSSFileJobShrinkRequest |
setFileSource(String fileSource) |
CreateUploadOSSFileJobShrinkRequest |
setTid(Long tid) |
CreateUploadOSSFileJobShrinkRequest |
setUploadTargetShrink(String uploadTargetShrink) |
@NameInMap(value="FileName") public String fileName
The name of the file.
The file name must end with .txt or .sql. For example, the file name can be text.txt.
This parameter is required.
example:test.sql
@NameInMap(value="FileSource") public String fileSource
The purpose of the file upload task. Valid values:
This parameter is required.
example:datacorrect
@NameInMap(value="Tid") public Long tid
The ID of the tenant.
example:To view the ID of the tenant, move the pointer over the profile picture in the upper-right corner of the Data Management (DMS) console. For more information, see the "View information about the current tenant" section of the Manage DMS tenants topic.
-1
@NameInMap(value="UploadTarget") public String uploadTargetShrink
The information about the OSS file to be uploaded.
This parameter is required.
public static CreateUploadOSSFileJobShrinkRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateUploadOSSFileJobShrinkRequest setFileName(String fileName)
public String getFileName()
public CreateUploadOSSFileJobShrinkRequest setFileSource(String fileSource)
public String getFileSource()
public CreateUploadOSSFileJobShrinkRequest setTid(Long tid)
public Long getTid()
public CreateUploadOSSFileJobShrinkRequest setUploadTargetShrink(String uploadTargetShrink)
public String getUploadTargetShrink()
Copyright © 2025. All rights reserved.