public class UpgradeLicenseRequest extends AbstractModel
构造器和说明 |
---|
UpgradeLicenseRequest() |
限定符和类型 | 方法和说明 |
---|---|
Integer |
getAutoVoucher()
Get 是否自动使用代金券0:不自动使用1:自动使用默认值0
|
String |
getInstanceId()
Get 实例ID
|
String |
getLicenseType()
Get License类型oss:开源版basic:基础版platinum:白金版默认值platinum
|
String[] |
getVoucherIds()
Get 代金券ID列表(目前仅支持指定一张代金券)
|
void |
setAutoVoucher(Integer AutoVoucher)
Set 是否自动使用代金券0:不自动使用1:自动使用默认值0
|
void |
setInstanceId(String InstanceId)
Set 实例ID
|
void |
setLicenseType(String LicenseType)
Set License类型oss:开源版basic:基础版platinum:白金版默认值platinum
|
void |
setVoucherIds(String[] VoucherIds)
Set 代金券ID列表(目前仅支持指定一张代金券)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例IDpublic String getLicenseType()
public void setLicenseType(String LicenseType)
LicenseType
- License类型public Integer getAutoVoucher()
public void setAutoVoucher(Integer AutoVoucher)
AutoVoucher
- 是否自动使用代金券public String[] getVoucherIds()
public void setVoucherIds(String[] VoucherIds)
VoucherIds
- 代金券ID列表(目前仅支持指定一张代金券)Copyright © 2019. All rights reserved.