Class DescribeRecordBackupPlanRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iss.v20230517.models.DescribeRecordBackupPlanRequest
-
public class DescribeRecordBackupPlanRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeRecordBackupPlanRequest()DescribeRecordBackupPlanRequest(DescribeRecordBackupPlanRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPlanId()Get 录像上云计划ID(从查询录像上云计划列表接口ListRecordBackupPlans中获取)voidsetPlanId(String PlanId)Set 录像上云计划ID(从查询录像上云计划列表接口ListRecordBackupPlans中获取)voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeRecordBackupPlanRequest
public DescribeRecordBackupPlanRequest()
-
DescribeRecordBackupPlanRequest
public DescribeRecordBackupPlanRequest(DescribeRecordBackupPlanRequest 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.
-
-
Method Detail
-
getPlanId
public String getPlanId()
Get 录像上云计划ID(从查询录像上云计划列表接口ListRecordBackupPlans中获取)- Returns:
- PlanId 录像上云计划ID(从查询录像上云计划列表接口ListRecordBackupPlans中获取)
-
setPlanId
public void setPlanId(String PlanId)
Set 录像上云计划ID(从查询录像上云计划列表接口ListRecordBackupPlans中获取)- Parameters:
PlanId- 录像上云计划ID(从查询录像上云计划列表接口ListRecordBackupPlans中获取)
-
-