public class DataFlowInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
DataFlowInfo() |
DataFlowInfo(DataFlowInfo 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 |
getCreationTime()
Get 创建时间
|
String |
getDataFlowId()
Get 数据流动管理 ID
|
String |
getDataFlowName()
Get 数据流动名称
|
String |
getFileSystemId()
Get 文件系统 ID
|
String |
getSourcePath()
Get 源端路径
|
String |
getSourceStorageAddress()
Get 源端存储地址
|
String |
getSourceStorageType()
Get 源端数据类型
|
String |
getStatus()
Get available:已生效
pending:配置中
unavailable:失效
deleting:删除中
|
String |
getTargetPath()
Get 目录路径
|
void |
setCreationTime(String CreationTime)
Set 创建时间
|
void |
setDataFlowId(String DataFlowId)
Set 数据流动管理 ID
|
void |
setDataFlowName(String DataFlowName)
Set 数据流动名称
|
void |
setFileSystemId(String FileSystemId)
Set 文件系统 ID
|
void |
setSourcePath(String SourcePath)
Set 源端路径
|
void |
setSourceStorageAddress(String SourceStorageAddress)
Set 源端存储地址
|
void |
setSourceStorageType(String SourceStorageType)
Set 源端数据类型
|
void |
setStatus(String Status)
Set available:已生效
pending:配置中
unavailable:失效
deleting:删除中
|
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, toJsonString
public DataFlowInfo()
public DataFlowInfo(DataFlowInfo source)
public String getDataFlowId()
public void setDataFlowId(String DataFlowId)
DataFlowId
- 数据流动管理 IDpublic String getDataFlowName()
public void setDataFlowName(String DataFlowName)
DataFlowName
- 数据流动名称public String getSourceStorageType()
public void setSourceStorageType(String SourceStorageType)
SourceStorageType
- 源端数据类型public 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 getStatus()
public void setStatus(String Status)
Status
- available:已生效
pending:配置中
unavailable:失效
deleting:删除中public String getCreationTime()
public void setCreationTime(String CreationTime)
CreationTime
- 创建时间public String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId
- 文件系统 IDCopyright © 2025. All rights reserved.