public class CustomConfig extends AbstractModel
Constructor and Description |
---|
CustomConfig() |
CustomConfig(CustomConfig 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 核数
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDevice()
Get 设备
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDeviceType()
Get 设备类型
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getMemory()
Get 内存
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getType()
Get 类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCpu(Long Cpu)
Set 核数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDevice(String Device)
Set 设备
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDeviceType(String DeviceType)
Set 设备类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMemory(Long Memory)
Set 内存
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(String Type)
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 CustomConfig()
public CustomConfig(CustomConfig source)
public String getDevice()
public void setDevice(String Device)
Device
- 设备
注意:此字段可能返回 null,表示取不到有效值。public String getType()
public void setType(String Type)
Type
- 类型
注意:此字段可能返回 null,表示取不到有效值。public String getDeviceType()
public void setDeviceType(String DeviceType)
DeviceType
- 设备类型
注意:此字段可能返回 null,表示取不到有效值。public Long getMemory()
public void setMemory(Long Memory)
Memory
- 内存
注意:此字段可能返回 null,表示取不到有效值。public Long getCpu()
public void setCpu(Long Cpu)
Cpu
- 核数
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.