Class Spec
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tione.v20211111.models.Spec
-
public class Spec extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAvailable()Get 是否售罄String[]getAvailableRegion()Get 当前资源售罄时,可用的区域有哪些StringgetCategoryId()Get 计费项CategoryId 注意:此字段可能返回 null,表示取不到有效值。StringgetGpuType()Get GPU类型 注意:此字段可能返回 null,表示取不到有效值。StringgetSpecAlias()Get 计费项显示名称String[]getSpecFeatures()Get 当前计费项支持的特性 注意:此字段可能返回 null,表示取不到有效值。StringgetSpecId()Get 计费项标签StringgetSpecName()Get 计费项名称StringgetSpecType()Get 计费项类型 注意:此字段可能返回 null,表示取不到有效值。voidsetAvailable(Boolean Available)Set 是否售罄voidsetAvailableRegion(String[] AvailableRegion)Set 当前资源售罄时,可用的区域有哪些voidsetCategoryId(String CategoryId)Set 计费项CategoryId 注意:此字段可能返回 null,表示取不到有效值。voidsetGpuType(String GpuType)Set GPU类型 注意:此字段可能返回 null,表示取不到有效值。voidsetSpecAlias(String SpecAlias)Set 计费项显示名称voidsetSpecFeatures(String[] SpecFeatures)Set 当前计费项支持的特性 注意:此字段可能返回 null,表示取不到有效值。voidsetSpecId(String SpecId)Set 计费项标签voidsetSpecName(String SpecName)Set 计费项名称voidsetSpecType(String SpecType)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
-
Spec
public Spec()
-
Spec
public Spec(Spec 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
-
getSpecId
public String getSpecId()
Get 计费项标签- Returns:
- SpecId 计费项标签
-
setSpecId
public void setSpecId(String SpecId)
Set 计费项标签- Parameters:
SpecId- 计费项标签
-
getSpecName
public String getSpecName()
Get 计费项名称- Returns:
- SpecName 计费项名称
-
setSpecName
public void setSpecName(String SpecName)
Set 计费项名称- Parameters:
SpecName- 计费项名称
-
getSpecAlias
public String getSpecAlias()
Get 计费项显示名称- Returns:
- SpecAlias 计费项显示名称
-
setSpecAlias
public void setSpecAlias(String SpecAlias)
Set 计费项显示名称- Parameters:
SpecAlias- 计费项显示名称
-
getAvailable
public Boolean getAvailable()
Get 是否售罄- Returns:
- Available 是否售罄
-
setAvailable
public void setAvailable(Boolean Available)
Set 是否售罄- Parameters:
Available- 是否售罄
-
getAvailableRegion
public String[] getAvailableRegion()
Get 当前资源售罄时,可用的区域有哪些- Returns:
- AvailableRegion 当前资源售罄时,可用的区域有哪些
-
setAvailableRegion
public void setAvailableRegion(String[] AvailableRegion)
Set 当前资源售罄时,可用的区域有哪些- Parameters:
AvailableRegion- 当前资源售罄时,可用的区域有哪些
-
getSpecFeatures
public String[] getSpecFeatures()
Get 当前计费项支持的特性 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SpecFeatures 当前计费项支持的特性 注意:此字段可能返回 null,表示取不到有效值。
-
setSpecFeatures
public void setSpecFeatures(String[] SpecFeatures)
Set 当前计费项支持的特性 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SpecFeatures- 当前计费项支持的特性 注意:此字段可能返回 null,表示取不到有效值。
-
getSpecType
public String getSpecType()
Get 计费项类型 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SpecType 计费项类型 注意:此字段可能返回 null,表示取不到有效值。
-
setSpecType
public void setSpecType(String SpecType)
Set 计费项类型 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SpecType- 计费项类型 注意:此字段可能返回 null,表示取不到有效值。
-
getGpuType
public String getGpuType()
Get GPU类型 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- GpuType GPU类型 注意:此字段可能返回 null,表示取不到有效值。
-
setGpuType
public void setGpuType(String GpuType)
Set GPU类型 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
GpuType- GPU类型 注意:此字段可能返回 null,表示取不到有效值。
-
getCategoryId
public String getCategoryId()
Get 计费项CategoryId 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CategoryId 计费项CategoryId 注意:此字段可能返回 null,表示取不到有效值。
-
setCategoryId
public void setCategoryId(String CategoryId)
Set 计费项CategoryId 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CategoryId- 计费项CategoryId 注意:此字段可能返回 null,表示取不到有效值。
-
-