Class UpdateRecordPlanRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iss.v20230517.models.UpdateRecordPlanRequest
-
public class UpdateRecordPlanRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UpdateRecordPlanRequest()UpdateRecordPlanRequest(UpdateRecordPlanRequest 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 UpdateRecordPlanDatagetMod()Get 修改计划的内容StringgetPlanId()Get 计划IDvoidsetMod(UpdateRecordPlanData Mod)Set 修改计划的内容voidsetPlanId(String PlanId)Set 计划IDvoidtoMap(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
-
UpdateRecordPlanRequest
public UpdateRecordPlanRequest()
-
UpdateRecordPlanRequest
public UpdateRecordPlanRequest(UpdateRecordPlanRequest 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- Returns:
- PlanId 计划ID
-
setPlanId
public void setPlanId(String PlanId)
Set 计划ID- Parameters:
PlanId- 计划ID
-
getMod
public UpdateRecordPlanData getMod()
Get 修改计划的内容- Returns:
- Mod 修改计划的内容
-
setMod
public void setMod(UpdateRecordPlanData Mod)
Set 修改计划的内容- Parameters:
Mod- 修改计划的内容
-
-