public class UpdateRecordBackupPlanRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
UpdateRecordBackupPlanRequest() |
UpdateRecordBackupPlanRequest(UpdateRecordBackupPlanRequest 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 |
---|---|
UpdateRecordBackupPlanModify |
getMod()
Get 修改的内容
|
String |
getPlanId()
Get 计划ID
|
void |
setMod(UpdateRecordBackupPlanModify 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, toJsonString
public UpdateRecordBackupPlanRequest()
public UpdateRecordBackupPlanRequest(UpdateRecordBackupPlanRequest source)
public String getPlanId()
public void setPlanId(String PlanId)
PlanId
- 计划IDpublic UpdateRecordBackupPlanModify getMod()
public void setMod(UpdateRecordBackupPlanModify Mod)
Mod
- 修改的内容Copyright © 2024. All rights reserved.