public class DescribeBackUpSchedulesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeBackUpSchedulesRequest() |
DescribeBackUpSchedulesRequest(DescribeBackUpSchedulesRequest 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 |
---|---|
Long |
getApplicationType()
Get 任务类型
0-不限制,或使用TypeFilters过滤;
1-备份恢复(包括周期备份和一次性备份);
2-数据迁移(包括跨集群迁移和cos迁移)
|
void |
setApplicationType(Long ApplicationType)
Set 任务类型
0-不限制,或使用TypeFilters过滤;
1-备份恢复(包括周期备份和一次性备份);
2-数据迁移(包括跨集群迁移和cos迁移)
|
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 DescribeBackUpSchedulesRequest()
public DescribeBackUpSchedulesRequest(DescribeBackUpSchedulesRequest source)
public Long getApplicationType()
public void setApplicationType(Long ApplicationType)
ApplicationType
- 任务类型
0-不限制,或使用TypeFilters过滤;
1-备份恢复(包括周期备份和一次性备份);
2-数据迁移(包括跨集群迁移和cos迁移)Copyright © 2024. All rights reserved.