public class ModifyPlanRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyPlanRequest() |
ModifyPlanRequest(ModifyPlanRequest 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 |
getPlanId()
Get Plan ID, formatted as edgeone-2unuvzjmmn2q.
|
RenewFlag |
getRenewFlag()
Get Auto-renewal configuration item in a prepaid plan.
|
void |
setPlanId(String PlanId)
Set Plan ID, formatted as edgeone-2unuvzjmmn2q.
|
void |
setRenewFlag(RenewFlag RenewFlag)
Set Auto-renewal configuration item in a prepaid plan.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyPlanRequest()
public ModifyPlanRequest(ModifyPlanRequest source)
public String getPlanId()
public void setPlanId(String PlanId)
PlanId
- Plan ID, formatted as edgeone-2unuvzjmmn2q.public RenewFlag getRenewFlag()
public void setRenewFlag(RenewFlag RenewFlag)
RenewFlag
- Auto-renewal configuration item in a prepaid plan. If auto-renewal is enabled, the plan will be automatically renewed one day before it expires. This feature is only available for Personal, Basic, and Standard Edition Plans. If this field is not specified, the original configuration will be retained.Copyright © 2024. All rights reserved.