Class MultiDiskMC
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.emr.v20190103.models.MultiDiskMC
-
public class MultiDiskMC extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description MultiDiskMC()MultiDiskMC(MultiDiskMC 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 LonggetCount()Get 该类型云盘个数 注意:此字段可能返回 null,表示取不到有效值。LonggetType()Get 磁盘类型 注意:此字段可能返回 null,表示取不到有效值。LonggetVolume()Get 云盘大小 注意:此字段可能返回 null,表示取不到有效值。voidsetCount(Long Count)Set 该类型云盘个数 注意:此字段可能返回 null,表示取不到有效值。voidsetType(Long Type)Set 磁盘类型 注意:此字段可能返回 null,表示取不到有效值。voidsetVolume(Long Volume)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
-
MultiDiskMC
public MultiDiskMC()
-
MultiDiskMC
public MultiDiskMC(MultiDiskMC 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
-
getCount
public Long getCount()
Get 该类型云盘个数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Count 该类型云盘个数 注意:此字段可能返回 null,表示取不到有效值。
-
setCount
public void setCount(Long Count)
Set 该类型云盘个数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Count- 该类型云盘个数 注意:此字段可能返回 null,表示取不到有效值。
-
getType
public Long getType()
Get 磁盘类型 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Type 磁盘类型 注意:此字段可能返回 null,表示取不到有效值。
-
setType
public void setType(Long Type)
Set 磁盘类型 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Type- 磁盘类型 注意:此字段可能返回 null,表示取不到有效值。
-
getVolume
public Long getVolume()
Get 云盘大小 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Volume 云盘大小 注意:此字段可能返回 null,表示取不到有效值。
-
setVolume
public void setVolume(Long Volume)
Set 云盘大小 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Volume- 云盘大小 注意:此字段可能返回 null,表示取不到有效值。
-
-