public class DescribeDataFlowRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeDataFlowRequest() |
DescribeDataFlowRequest(DescribeDataFlowRequest 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 |
getCfsVersion()
Get 文件系统版本;版本号:v1.5,v3.0,v3.1,v4.0
|
String |
getDataFlowId()
Get 数据流动 ID ,由创建数据流动返回
|
String |
getFileSystemId()
Get 文件系统 ID ,通过查询文件系统 [DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170) 获取
|
Long |
getLimit()
Get 每次查询返回值个数,默认20;最大100
|
Long |
getOffset()
Get 偏移量,默认为0
|
void |
setCfsVersion(String CfsVersion)
Set 文件系统版本;版本号:v1.5,v3.0,v3.1,v4.0
|
void |
setDataFlowId(String DataFlowId)
Set 数据流动 ID ,由创建数据流动返回
|
void |
setFileSystemId(String FileSystemId)
Set 文件系统 ID ,通过查询文件系统 [DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170) 获取
|
void |
setLimit(Long Limit)
Set 每次查询返回值个数,默认20;最大100
|
void |
setOffset(Long Offset)
Set 偏移量,默认为0
|
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 DescribeDataFlowRequest()
public DescribeDataFlowRequest(DescribeDataFlowRequest source)
public String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId
- 文件系统 ID ,通过查询文件系统 [DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170) 获取public String getDataFlowId()
public void setDataFlowId(String DataFlowId)
DataFlowId
- 数据流动 ID ,由创建数据流动返回public Long getLimit()
public void setLimit(Long Limit)
Limit
- 每次查询返回值个数,默认20;最大100public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0public String getCfsVersion()
public void setCfsVersion(String CfsVersion)
CfsVersion
- 文件系统版本;版本号:v1.5,v3.0,v3.1,v4.0Copyright © 2025. All rights reserved.