public class DescribeBackupByFlowIdRequest extends AbstractModel
Constructor and Description |
---|
DescribeBackupByFlowIdRequest() |
DescribeBackupByFlowIdRequest(DescribeBackupByFlowIdRequest 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 |
getFlowId()
Get 创建备份流程ID,可通过 [CreateBackup](https://cloud.tencent.com/document/product/238/19946) 接口获取
|
String |
getInstanceId()
Get 实例ID,格式如:mssql-3l3fgqn7
|
void |
setFlowId(String FlowId)
Set 创建备份流程ID,可通过 [CreateBackup](https://cloud.tencent.com/document/product/238/19946) 接口获取
|
void |
setInstanceId(String InstanceId)
Set 实例ID,格式如:mssql-3l3fgqn7
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeBackupByFlowIdRequest()
public DescribeBackupByFlowIdRequest(DescribeBackupByFlowIdRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例ID,格式如:mssql-3l3fgqn7public String getFlowId()
public void setFlowId(String FlowId)
FlowId
- 创建备份流程ID,可通过 [CreateBackup](https://cloud.tencent.com/document/product/238/19946) 接口获取Copyright © 2021. All rights reserved.