public class UpdateRecordPlanRequest extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateRecordPlanData | getMod()Get 修改计划的内容 | 
| String | getPlanId()Get 计划ID | 
| void | setMod(UpdateRecordPlanData Mod)Set 修改计划的内容 | 
| void | setPlanId(String PlanId)Set 计划ID | 
| 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, toJsonStringpublic UpdateRecordPlanRequest()
public UpdateRecordPlanRequest(UpdateRecordPlanRequest source)
public String getPlanId()
public void setPlanId(String PlanId)
PlanId - 计划IDpublic UpdateRecordPlanData getMod()
public void setMod(UpdateRecordPlanData Mod)
Mod - 修改计划的内容Copyright © 2025. All rights reserved.