public class CreateDataRepositoryTaskRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateDataRepositoryTaskRequest() | 
| CreateDataRepositoryTaskRequest(CreateDataRepositoryTaskRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getBucket()Get COS存储桶名 | 
| String | getFileSystemId()Get 文件系统ID | 
| String | getRepositoryType()Get 数据流通方式 MSP_AFM 手动加载  RAW_AFM 按需加载 | 
| String | getTaskName()Get 任务名称 | 
| String | getTaskPath()Get 对于FS_TO_COS, TaskPath是Bucket映射目录的相对路径, 对于COS_TO_FS是COS上的路径。如果置为空, 则表示全部数据 | 
| String | getTaskType()Get 数据流通任务类型, FS_TO_COS(文件系统到COS Bucket),或者COS_TO_FS(COS Bucket到文件系统) | 
| String | getTextLocation()Get 文件列表下载地址,以http开头 | 
| void | setBucket(String Bucket)Set COS存储桶名 | 
| void | setFileSystemId(String FileSystemId)Set 文件系统ID | 
| void | setRepositoryType(String RepositoryType)Set 数据流通方式 MSP_AFM 手动加载  RAW_AFM 按需加载 | 
| void | setTaskName(String TaskName)Set 任务名称 | 
| void | setTaskPath(String TaskPath)Set 对于FS_TO_COS, TaskPath是Bucket映射目录的相对路径, 对于COS_TO_FS是COS上的路径。如果置为空, 则表示全部数据 | 
| void | setTaskType(String TaskType)Set 数据流通任务类型, FS_TO_COS(文件系统到COS Bucket),或者COS_TO_FS(COS Bucket到文件系统) | 
| void | setTextLocation(String TextLocation)Set 文件列表下载地址,以http开头 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateDataRepositoryTaskRequest()
public CreateDataRepositoryTaskRequest(CreateDataRepositoryTaskRequest source)
public String getTaskType()
public void setTaskType(String TaskType)
TaskType - 数据流通任务类型, FS_TO_COS(文件系统到COS Bucket),或者COS_TO_FS(COS Bucket到文件系统)public String getBucket()
public void setBucket(String Bucket)
Bucket - COS存储桶名public String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId - 文件系统IDpublic String getTaskPath()
public void setTaskPath(String TaskPath)
TaskPath - 对于FS_TO_COS, TaskPath是Bucket映射目录的相对路径, 对于COS_TO_FS是COS上的路径。如果置为空, 则表示全部数据public String getTaskName()
public void setTaskName(String TaskName)
TaskName - 任务名称public String getRepositoryType()
public void setRepositoryType(String RepositoryType)
RepositoryType - 数据流通方式 MSP_AFM 手动加载  RAW_AFM 按需加载public String getTextLocation()
public void setTextLocation(String TextLocation)
TextLocation - 文件列表下载地址,以http开头Copyright © 2025. All rights reserved.