public class BillInstanceType extends AbstractModel
header, skipSign| Constructor and Description |
|---|
BillInstanceType() |
BillInstanceType(BillInstanceType 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 |
getInstanceType()
Get 实例类型编码
|
String |
getInstanceTypeName()
Get 实例类型:购买的产品服务对应的实例类型,包括资源包、RI、SP、竞价实例。常规实例默认展示“-”
|
void |
setInstanceType(String InstanceType)
Set 实例类型编码
|
void |
setInstanceTypeName(String InstanceTypeName)
Set 实例类型:购买的产品服务对应的实例类型,包括资源包、RI、SP、竞价实例。常规实例默认展示“-”
|
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, toJsonStringpublic BillInstanceType()
public BillInstanceType(BillInstanceType source)
public String getInstanceType()
public void setInstanceType(String InstanceType)
InstanceType - 实例类型编码public String getInstanceTypeName()
public void setInstanceTypeName(String InstanceTypeName)
InstanceTypeName - 实例类型:购买的产品服务对应的实例类型,包括资源包、RI、SP、竞价实例。常规实例默认展示“-”Copyright © 2024. All rights reserved.