public class DeleteDataFlowRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteDataFlowRequest() |
DeleteDataFlowRequest(DeleteDataFlowRequest 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 |
getFileSystemId()
Get 文件系统 ID ,通过查询文件系统 [DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170) 获取
|
void |
setDataFlowId(String DataFlowId)
Set 数据流动管理 ID
|
void |
setFileSystemId(String FileSystemId)
Set 文件系统 ID ,通过查询文件系统 [DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170) 获取
|
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, toJsonString
public DeleteDataFlowRequest()
public DeleteDataFlowRequest(DeleteDataFlowRequest source)
public String getDataFlowId()
public void setDataFlowId(String DataFlowId)
DataFlowId
- 数据流动管理 IDpublic String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId
- 文件系统 ID ,通过查询文件系统 [DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170) 获取Copyright © 2025. All rights reserved.