public class UpgradePlanRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
UpgradePlanRequest() |
UpgradePlanRequest(UpgradePlanRequest 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 |
getAutoUseVoucher()
Get Whether to automatically use a voucher.
|
String |
getPlanId()
Get Plan ID, formatted as edgeone-2unuvzjmmn2q.
|
String |
getPlanType()
Get Target plan version for upgrade.
|
void |
setAutoUseVoucher(String AutoUseVoucher)
Set Whether to automatically use a voucher.
|
void |
setPlanId(String PlanId)
Set Plan ID, formatted as edgeone-2unuvzjmmn2q.
|
void |
setPlanType(String PlanType)
Set Target plan version for upgrade.
|
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 UpgradePlanRequest()
public UpgradePlanRequest(UpgradePlanRequest source)
public String getPlanId()
public void setPlanId(String PlanId)
PlanId
- Plan ID, formatted as edgeone-2unuvzjmmn2q.public String getPlanType()
public void setPlanType(String PlanType)
PlanType
- Target plan version for upgrade. Valid values: public String getAutoUseVoucher()
public void setAutoUseVoucher(String AutoUseVoucher)
AutoUseVoucher
- Whether to automatically use a voucher. Valid values: Copyright © 2024. All rights reserved.