public class DeviceClass extends AbstractModel
Constructor and Description |
---|
DeviceClass() |
Modifier and Type | Method and Description |
---|---|
String |
getCpuDescription()
获取CPU描述
|
String |
getDeviceClassCode()
获取机型ID
|
String |
getDeviceType()
获取设备使用场景类型
|
Float |
getDiscount()
获取单价折扣
|
String |
getDiskDescription()
获取硬盘描述
|
String |
getGpuDescription()
获取GPU描述
|
Integer |
getHaveRaidCard()
获取是否支持RAID.
|
String |
getMemDescription()
获取内存描述
|
String |
getNicDescription()
获取网卡描述
|
Integer |
getNormalPrice()
获取官网刊例价格
|
Integer |
getRealPrice()
获取实际价格
|
Integer |
getSeries()
获取机型系列
|
Integer |
getUnitPrice()
获取用户刊例价格
|
void |
setCpuDescription(String CpuDescription)
设置CPU描述
|
void |
setDeviceClassCode(String DeviceClassCode)
设置机型ID
|
void |
setDeviceType(String DeviceType)
设置设备使用场景类型
|
void |
setDiscount(Float Discount)
设置单价折扣
|
void |
setDiskDescription(String DiskDescription)
设置硬盘描述
|
void |
setGpuDescription(String GpuDescription)
设置GPU描述
|
void |
setHaveRaidCard(Integer HaveRaidCard)
设置是否支持RAID.
|
void |
setMemDescription(String MemDescription)
设置内存描述
|
void |
setNicDescription(String NicDescription)
设置网卡描述
|
void |
setNormalPrice(Integer NormalPrice)
设置官网刊例价格
|
void |
setRealPrice(Integer RealPrice)
设置实际价格
|
void |
setSeries(Integer Series)
设置机型系列
|
void |
setUnitPrice(Integer UnitPrice)
设置用户刊例价格
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getDeviceClassCode()
public void setDeviceClassCode(String DeviceClassCode)
DeviceClassCode
- 机型IDpublic String getCpuDescription()
public void setCpuDescription(String CpuDescription)
CpuDescription
- CPU描述public String getMemDescription()
public void setMemDescription(String MemDescription)
MemDescription
- 内存描述public String getDiskDescription()
public void setDiskDescription(String DiskDescription)
DiskDescription
- 硬盘描述public Integer getHaveRaidCard()
public void setHaveRaidCard(Integer HaveRaidCard)
HaveRaidCard
- 是否支持RAID. 0:不支持; 1:支持public String getNicDescription()
public void setNicDescription(String NicDescription)
NicDescription
- 网卡描述public String getGpuDescription()
public void setGpuDescription(String GpuDescription)
GpuDescription
- GPU描述public Float getDiscount()
public void setDiscount(Float Discount)
Discount
- 单价折扣public Integer getUnitPrice()
public void setUnitPrice(Integer UnitPrice)
UnitPrice
- 用户刊例价格public Integer getRealPrice()
public void setRealPrice(Integer RealPrice)
RealPrice
- 实际价格public Integer getNormalPrice()
public void setNormalPrice(Integer NormalPrice)
NormalPrice
- 官网刊例价格public String getDeviceType()
public void setDeviceType(String DeviceType)
DeviceType
- 设备使用场景类型public Integer getSeries()
public void setSeries(Integer Series)
Series
- 机型系列Copyright © 2019. All rights reserved.