Class ExtraInfos
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gse.v20191112.models.ExtraInfos
-
public class ExtraInfos extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetInstanceType()Get 实例类型,例如S5.LARGE8 注意:此字段可能返回 null,表示取不到有效值。LonggetTotalInstances()Get 实例限额数 注意:此字段可能返回 null,表示取不到有效值。voidsetInstanceType(String InstanceType)Set 实例类型,例如S5.LARGE8 注意:此字段可能返回 null,表示取不到有效值。voidsetTotalInstances(Long TotalInstances)Set 实例限额数 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ExtraInfos
public ExtraInfos()
-
ExtraInfos
public 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.
-
-
Method Detail
-
getInstanceType
public String getInstanceType()
Get 实例类型,例如S5.LARGE8 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- InstanceType 实例类型,例如S5.LARGE8 注意:此字段可能返回 null,表示取不到有效值。
-
setInstanceType
public void setInstanceType(String InstanceType)
Set 实例类型,例如S5.LARGE8 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
InstanceType- 实例类型,例如S5.LARGE8 注意:此字段可能返回 null,表示取不到有效值。
-
getTotalInstances
public Long getTotalInstances()
Get 实例限额数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TotalInstances 实例限额数 注意:此字段可能返回 null,表示取不到有效值。
-
setTotalInstances
public void setTotalInstances(Long TotalInstances)
Set 实例限额数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TotalInstances- 实例限额数 注意:此字段可能返回 null,表示取不到有效值。
-
-