public class CustomConfig extends AbstractModel
header, skipSign| 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 核数 | 
| String | getDevice()Get 设备 | 
| String | getDeviceType()Get 设备类型 | 
| Long | getMemory()Get 内存,单位为MB | 
| String | getType()Get 类型 | 
| void | setCpu(Long Cpu)Set 核数 | 
| void | setDevice(String Device)Set 设备 | 
| void | setDeviceType(String DeviceType)Set 设备类型 | 
| void | setMemory(Long Memory)Set 内存,单位为MB | 
| void | setType(String Type)Set 类型 | 
| 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, toJsonStringpublic CustomConfig()
public CustomConfig(CustomConfig source)
public String getDevice()
public void setDevice(String Device)
Device - 设备public String getType()
public void setType(String Type)
Type - 类型public String getDeviceType()
public void setDeviceType(String DeviceType)
DeviceType - 设备类型public Long getMemory()
public void setMemory(Long Memory)
Memory - 内存,单位为MBpublic Long getCpu()
public void setCpu(Long Cpu)
Cpu - 核数Copyright © 2025. All rights reserved.