public class CreateDataFlowRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateDataFlowRequest() | 
| CreateDataFlowRequest(CreateDataFlowRequest 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 | getDataFlowName()Get 数据流动名称;支持不超过64字符长度,支持中文、数字、_、- | 
| String | getFileSystemId()Get 文件系统 ID ,通过查询文件系统 [DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170) 获取 | 
| String | getSecretId()Get 密钥 ID | 
| String | getSecretKey()Get 密钥 key | 
| String | getSourcePath()Get 源端路径 | 
| String | getSourceStorageAddress()Get 源端存储地址 | 
| String | getSourceStorageType()Get 源端数据类型;包含S3_COS,S3_L5 | 
| String | getTargetPath()Get 文件系统内目标路径 | 
| void | setDataFlowName(String DataFlowName)Set 数据流动名称;支持不超过64字符长度,支持中文、数字、_、- | 
| void | setFileSystemId(String FileSystemId)Set 文件系统 ID ,通过查询文件系统 [DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170) 获取 | 
| void | setSecretId(String SecretId)Set 密钥 ID | 
| void | setSecretKey(String SecretKey)Set 密钥 key | 
| void | setSourcePath(String SourcePath)Set 源端路径 | 
| void | setSourceStorageAddress(String SourceStorageAddress)Set 源端存储地址 | 
| void | setSourceStorageType(String SourceStorageType)Set 源端数据类型;包含S3_COS,S3_L5 | 
| void | setTargetPath(String TargetPath)Set 文件系统内目标路径 | 
| 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 CreateDataFlowRequest()
public CreateDataFlowRequest(CreateDataFlowRequest source)
public String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId - 文件系统 ID ,通过查询文件系统 [DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170) 获取public String getSourceStorageType()
public void setSourceStorageType(String SourceStorageType)
SourceStorageType - 源端数据类型;包含S3_COS,S3_L5public String getSourceStorageAddress()
public void setSourceStorageAddress(String SourceStorageAddress)
SourceStorageAddress - 源端存储地址public String getSourcePath()
public void setSourcePath(String SourcePath)
SourcePath - 源端路径public String getTargetPath()
public void setTargetPath(String TargetPath)
TargetPath - 文件系统内目标路径public String getSecretId()
public void setSecretId(String SecretId)
SecretId - 密钥 IDpublic String getSecretKey()
public void setSecretKey(String SecretKey)
SecretKey - 密钥 keypublic String getDataFlowName()
public void setDataFlowName(String DataFlowName)
DataFlowName - 数据流动名称;支持不超过64字符长度,支持中文、数字、_、-Copyright © 2025. All rights reserved.