public class CreateLifecycleDataTaskRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateLifecycleDataTaskRequest() |
CreateLifecycleDataTaskRequest(CreateLifecycleDataTaskRequest 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 ,该接口可以通过 DescribeDataFlow 查询
|
String |
getFileSystemId()
Get 文件系统唯一 ID
|
String |
getTaskName()
Get 任务名称
|
String |
getTaskPath()
Get 需要沉降的路径或文件,仅支持传入1个路径,不允许为空。
|
String |
getType()
Get 生命周期任务类型;archive:沉降;restore:预热;release:数据释放;metaload:元数据加载
|
void |
setDataFlowId(String DataFlowId)
Set 数据流动 ID ,该接口可以通过 DescribeDataFlow 查询
|
void |
setFileSystemId(String FileSystemId)
Set 文件系统唯一 ID
|
void |
setTaskName(String TaskName)
Set 任务名称
|
void |
setTaskPath(String TaskPath)
Set 需要沉降的路径或文件,仅支持传入1个路径,不允许为空。
|
void |
setType(String Type)
Set 生命周期任务类型;archive:沉降;restore:预热;release:数据释放;metaload:元数据加载
|
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 CreateLifecycleDataTaskRequest()
public CreateLifecycleDataTaskRequest(CreateLifecycleDataTaskRequest source)
public String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId
- 文件系统唯一 IDpublic String getType()
public void setType(String Type)
Type
- 生命周期任务类型;archive:沉降;restore:预热;release:数据释放;metaload:元数据加载public String getTaskPath()
public void setTaskPath(String TaskPath)
TaskPath
- 需要沉降的路径或文件,仅支持传入1个路径,不允许为空。public String getTaskName()
public void setTaskName(String TaskName)
TaskName
- 任务名称public String getDataFlowId()
public void setDataFlowId(String DataFlowId)
DataFlowId
- 数据流动 ID ,该接口可以通过 DescribeDataFlow 查询Copyright © 2025. All rights reserved.