public class InstanceFamilyTypeConfig extends AbstractModel
| Constructor and Description |
|---|
InstanceFamilyTypeConfig() |
InstanceFamilyTypeConfig(InstanceFamilyTypeConfig 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 |
getInstanceFamilyType()
Get 实例机型系列类型Id
|
String |
getInstanceFamilyTypeName()
Get 实例机型系列类型名称
|
void |
setInstanceFamilyType(String InstanceFamilyType)
Set 实例机型系列类型Id
|
void |
setInstanceFamilyTypeName(String InstanceFamilyTypeName)
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 InstanceFamilyTypeConfig()
public InstanceFamilyTypeConfig(InstanceFamilyTypeConfig source)
public String getInstanceFamilyType()
public void setInstanceFamilyType(String InstanceFamilyType)
InstanceFamilyType - 实例机型系列类型Idpublic String getInstanceFamilyTypeName()
public void setInstanceFamilyTypeName(String InstanceFamilyTypeName)
InstanceFamilyTypeName - 实例机型系列类型名称Copyright © 2022. All rights reserved.