public class DevicePriceInfo extends AbstractModel
Constructor and Description |
---|
DevicePriceInfo() |
DevicePriceInfo(DevicePriceInfo 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 |
getCpmPayMode()
Get 付费模式ID, 1:预付费; 2:后付费; 3:预付费转后付费中
|
String |
getCpuDescription()
Get Cpu信息描述
|
String |
getDeviceClassCode()
Get 设备型号
|
String |
getDiskDescription()
Get 硬盘信息描述
|
Long |
getGoodsCount()
Get 商品数量
|
String |
getGpuDescription()
Get Gpu信息描述
|
String |
getInstanceId()
Get 物理机ID
|
Long |
getIsElastic()
Get 是否是弹性机型,1:是,0:否
|
String |
getMemDescription()
Get 内存信息描述
|
String |
getNicDescription()
Get 网卡信息描述
|
Long |
getNormalPrice()
Get 刊例单价
|
Long |
getPrice()
Get 客户的单价
|
String |
getRaidDescription()
Get Raid信息描述
|
Long |
getRealTotalCost()
Get 折扣价
|
Long |
getTimeSpan()
Get 计费时长
|
String |
getTimeUnit()
Get 计费时长单位, M:按月计费; D:按天计费
|
Long |
getTotalCost()
Get 原价
|
void |
setCpmPayMode(Long CpmPayMode)
Set 付费模式ID, 1:预付费; 2:后付费; 3:预付费转后付费中
|
void |
setCpuDescription(String CpuDescription)
Set Cpu信息描述
|
void |
setDeviceClassCode(String DeviceClassCode)
Set 设备型号
|
void |
setDiskDescription(String DiskDescription)
Set 硬盘信息描述
|
void |
setGoodsCount(Long GoodsCount)
Set 商品数量
|
void |
setGpuDescription(String GpuDescription)
Set Gpu信息描述
|
void |
setInstanceId(String InstanceId)
Set 物理机ID
|
void |
setIsElastic(Long IsElastic)
Set 是否是弹性机型,1:是,0:否
|
void |
setMemDescription(String MemDescription)
Set 内存信息描述
|
void |
setNicDescription(String NicDescription)
Set 网卡信息描述
|
void |
setNormalPrice(Long NormalPrice)
Set 刊例单价
|
void |
setPrice(Long Price)
Set 客户的单价
|
void |
setRaidDescription(String RaidDescription)
Set Raid信息描述
|
void |
setRealTotalCost(Long RealTotalCost)
Set 折扣价
|
void |
setTimeSpan(Long TimeSpan)
Set 计费时长
|
void |
setTimeUnit(String TimeUnit)
Set 计费时长单位, M:按月计费; D:按天计费
|
void |
setTotalCost(Long TotalCost)
Set 原价
|
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 DevicePriceInfo()
public DevicePriceInfo(DevicePriceInfo source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 物理机IDpublic String getDeviceClassCode()
public void setDeviceClassCode(String DeviceClassCode)
DeviceClassCode
- 设备型号public Long getIsElastic()
public void setIsElastic(Long IsElastic)
IsElastic
- 是否是弹性机型,1:是,0:否public Long getCpmPayMode()
public void setCpmPayMode(Long 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 Long getPrice()
public void setPrice(Long Price)
Price
- 客户的单价public Long getNormalPrice()
public void setNormalPrice(Long NormalPrice)
NormalPrice
- 刊例单价public Long getTotalCost()
public void setTotalCost(Long TotalCost)
TotalCost
- 原价public Long getRealTotalCost()
public void setRealTotalCost(Long RealTotalCost)
RealTotalCost
- 折扣价public Long getTimeSpan()
public void setTimeSpan(Long TimeSpan)
TimeSpan
- 计费时长public String getTimeUnit()
public void setTimeUnit(String TimeUnit)
TimeUnit
- 计费时长单位, M:按月计费; D:按天计费public Long getGoodsCount()
public void setGoodsCount(Long GoodsCount)
GoodsCount
- 商品数量Copyright © 2021. All rights reserved.