public class SpecInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
SpecInfo() |
SpecInfo(SpecInfo 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 |
---|---|
Long |
getCpu()
Get 当前规格的cpu数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getCu()
Get 当前规格的cu数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getMemory()
Get 当前规格的内存数,单位G
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getName()
Get 规格名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCpu(Long Cpu)
Set 当前规格的cpu数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCu(Long Cu)
Set 当前规格的cu数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMemory(Long Memory)
Set 当前规格的内存数,单位G
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setName(String Name)
Set 规格名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SpecInfo()
public SpecInfo(SpecInfo source)
public String getName()
public void setName(String Name)
Name
- 规格名称
注意:此字段可能返回 null,表示取不到有效值。public Long getCu()
public void setCu(Long Cu)
Cu
- 当前规格的cu数
注意:此字段可能返回 null,表示取不到有效值。public Long getCpu()
public void setCpu(Long Cpu)
Cpu
- 当前规格的cpu数
注意:此字段可能返回 null,表示取不到有效值。public Long getMemory()
public void setMemory(Long Memory)
Memory
- 当前规格的内存数,单位G
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.