public class ExtraInfos extends AbstractModel
Constructor and Description |
---|
ExtraInfos() |
ExtraInfos(ExtraInfos 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 实例类型,例如S5.LARGE8
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTotalInstances()
Get 实例限额数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setInstanceType(String InstanceType)
Set 实例类型,例如S5.LARGE8
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTotalInstances(Long TotalInstances)
Set 实例限额数
注意:此字段可能返回 null,表示取不到有效值。
|
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 ExtraInfos()
public ExtraInfos(ExtraInfos source)
public String getInstanceType()
public void setInstanceType(String InstanceType)
InstanceType
- 实例类型,例如S5.LARGE8
注意:此字段可能返回 null,表示取不到有效值。public Long getTotalInstances()
public void setTotalInstances(Long TotalInstances)
TotalInstances
- 实例限额数
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.