public class DevicePriceInfo extends AbstractModel
构造器和说明 |
---|
DevicePriceInfo() |
限定符和类型 | 方法和说明 |
---|---|
Integer |
getCpmPayMode()
获取付费模式ID, 1:预付费; 2:后付费; 3:预付费转后付费中
|
String |
getCpuDescription()
获取Cpu信息描述
|
String |
getDeviceClassCode()
获取设备型号
|
String |
getDiskDescription()
获取硬盘信息描述
|
Integer |
getGoodsCount()
获取商品数量
|
String |
getGpuDescription()
获取Gpu信息描述
|
String |
getInstanceId()
获取物理机ID
|
Integer |
getIsElastic()
获取是否是弹性机型,1:是,0:否
|
String |
getMemDescription()
获取内存信息描述
|
String |
getNicDescription()
获取网卡信息描述
|
Integer |
getNormalPrice()
获取刊例单价
|
Integer |
getPrice()
获取客户的单价
|
String |
getRaidDescription()
获取Raid信息描述
|
Integer |
getRealTotalCost()
获取折扣价
|
Integer |
getTimeSpan()
获取计费时长
|
String |
getTimeUnit()
获取计费时长单位, m:按月计费; d:按天计费
|
Integer |
getTotalCost()
获取原价
|
void |
setCpmPayMode(Integer CpmPayMode)
设置付费模式ID, 1:预付费; 2:后付费; 3:预付费转后付费中
|
void |
setCpuDescription(String CpuDescription)
设置Cpu信息描述
|
void |
setDeviceClassCode(String DeviceClassCode)
设置设备型号
|
void |
setDiskDescription(String DiskDescription)
设置硬盘信息描述
|
void |
setGoodsCount(Integer GoodsCount)
设置商品数量
|
void |
setGpuDescription(String GpuDescription)
设置Gpu信息描述
|
void |
setInstanceId(String InstanceId)
设置物理机ID
|
void |
setIsElastic(Integer IsElastic)
设置是否是弹性机型,1:是,0:否
|
void |
setMemDescription(String MemDescription)
设置内存信息描述
|
void |
setNicDescription(String NicDescription)
设置网卡信息描述
|
void |
setNormalPrice(Integer NormalPrice)
设置刊例单价
|
void |
setPrice(Integer Price)
设置客户的单价
|
void |
setRaidDescription(String RaidDescription)
设置Raid信息描述
|
void |
setRealTotalCost(Integer RealTotalCost)
设置折扣价
|
void |
setTimeSpan(Integer TimeSpan)
设置计费时长
|
void |
setTimeUnit(String TimeUnit)
设置计费时长单位, m:按月计费; d:按天计费
|
void |
setTotalCost(Integer TotalCost)
设置原价
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 物理机IDpublic String getDeviceClassCode()
public void setDeviceClassCode(String DeviceClassCode)
DeviceClassCode
- 设备型号public Integer getIsElastic()
public void setIsElastic(Integer IsElastic)
IsElastic
- 是否是弹性机型,1:是,0:否public Integer getCpmPayMode()
public void setCpmPayMode(Integer CpmPayMode)
CpmPayMode
- 付费模式ID, 1:预付费; 2:后付费; 3:预付费转后付费中public 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 String getNicDescription()
public void setNicDescription(String NicDescription)
NicDescription
- 网卡信息描述public String getGpuDescription()
public void setGpuDescription(String GpuDescription)
GpuDescription
- Gpu信息描述public String getRaidDescription()
public void setRaidDescription(String RaidDescription)
RaidDescription
- Raid信息描述public Integer getPrice()
public void setPrice(Integer Price)
Price
- 客户的单价public Integer getNormalPrice()
public void setNormalPrice(Integer NormalPrice)
NormalPrice
- 刊例单价public Integer getTotalCost()
public void setTotalCost(Integer TotalCost)
TotalCost
- 原价public Integer getRealTotalCost()
public void setRealTotalCost(Integer RealTotalCost)
RealTotalCost
- 折扣价public Integer getTimeSpan()
public void setTimeSpan(Integer TimeSpan)
TimeSpan
- 计费时长public String getTimeUnit()
public void setTimeUnit(String TimeUnit)
TimeUnit
- 计费时长单位, m:按月计费; d:按天计费public Integer getGoodsCount()
public void setGoodsCount(Integer GoodsCount)
GoodsCount
- 商品数量Copyright © 2019. All rights reserved.