public class SellType extends AbstractModel
| Constructor and Description |
|---|
SellType() |
SellType(SellType 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 |
|---|---|
SellConfig[] |
getConfigs()
Get 售卖规格详细配置
|
String[] |
getEngineVersion()
Get 内核版本号
|
String |
getTypeName()
Get 售卖实例名称
|
void |
setConfigs(SellConfig[] Configs)
Set 售卖规格详细配置
|
void |
setEngineVersion(String[] EngineVersion)
Set 内核版本号
|
void |
setTypeName(String TypeName)
Set 售卖实例名称
|
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, toJsonStringpublic SellType()
public SellType(SellType source)
public String getTypeName()
public void setTypeName(String TypeName)
TypeName - 售卖实例名称public String[] getEngineVersion()
public void setEngineVersion(String[] EngineVersion)
EngineVersion - 内核版本号public SellConfig[] getConfigs()
public void setConfigs(SellConfig[] Configs)
Configs - 售卖规格详细配置Copyright © 2021. All rights reserved.