public class ModifyDataFlowRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyDataFlowRequest() | 
| ModifyDataFlowRequest(ModifyDataFlowRequest 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 | getDataFlowId()Get 数据流动管理 ID ,通过查询数据流动接口获取 | 
| 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 | 
| void | setDataFlowId(String DataFlowId)Set 数据流动管理 ID ,通过查询数据流动接口获取 | 
| 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 | 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 ModifyDataFlowRequest()
public ModifyDataFlowRequest(ModifyDataFlowRequest source)
public String getDataFlowId()
public void setDataFlowId(String DataFlowId)
DataFlowId - 数据流动管理 ID ,通过查询数据流动接口获取public String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId - 文件系统 ID ,通过查询文件系统 [DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170) 获取public String getDataFlowName()
public void setDataFlowName(String DataFlowName)
DataFlowName - 数据流动名称;支持不超过64字符长度,支持中文、数字、_、-public String getSecretId()
public void setSecretId(String SecretId)
SecretId - 密钥 IDpublic String getSecretKey()
public void setSecretKey(String SecretKey)
SecretKey - 密钥 keyCopyright © 2025. All rights reserved.