Class DevicePriceInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.bm.v20180423.models.DevicePriceInfo
-
public class DevicePriceInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetCpmPayMode()Get 付费模式ID, 1:预付费; 2:后付费; 3:预付费转后付费中StringgetCpuDescription()Get Cpu信息描述StringgetDeviceClassCode()Get 设备型号StringgetDiskDescription()Get 硬盘信息描述LonggetGoodsCount()Get 商品数量StringgetGpuDescription()Get Gpu信息描述StringgetInstanceId()Get 物理机IDLonggetIsElastic()Get 是否是弹性机型,1:是,0:否StringgetMemDescription()Get 内存信息描述StringgetNicDescription()Get 网卡信息描述LonggetNormalPrice()Get 刊例单价LonggetPrice()Get 客户的单价StringgetRaidDescription()Get Raid信息描述LonggetRealTotalCost()Get 折扣价LonggetTimeSpan()Get 计费时长StringgetTimeUnit()Get 计费时长单位, M:按月计费; D:按天计费LonggetTotalCost()Get 原价voidsetCpmPayMode(Long CpmPayMode)Set 付费模式ID, 1:预付费; 2:后付费; 3:预付费转后付费中voidsetCpuDescription(String CpuDescription)Set Cpu信息描述voidsetDeviceClassCode(String DeviceClassCode)Set 设备型号voidsetDiskDescription(String DiskDescription)Set 硬盘信息描述voidsetGoodsCount(Long GoodsCount)Set 商品数量voidsetGpuDescription(String GpuDescription)Set Gpu信息描述voidsetInstanceId(String InstanceId)Set 物理机IDvoidsetIsElastic(Long IsElastic)Set 是否是弹性机型,1:是,0:否voidsetMemDescription(String MemDescription)Set 内存信息描述voidsetNicDescription(String NicDescription)Set 网卡信息描述voidsetNormalPrice(Long NormalPrice)Set 刊例单价voidsetPrice(Long Price)Set 客户的单价voidsetRaidDescription(String RaidDescription)Set Raid信息描述voidsetRealTotalCost(Long RealTotalCost)Set 折扣价voidsetTimeSpan(Long TimeSpan)Set 计费时长voidsetTimeUnit(String TimeUnit)Set 计费时长单位, M:按月计费; D:按天计费voidsetTotalCost(Long TotalCost)Set 原价voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DevicePriceInfo
public DevicePriceInfo()
-
DevicePriceInfo
public 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.
-
-
Method Detail
-
getInstanceId
public String getInstanceId()
Get 物理机ID- Returns:
- InstanceId 物理机ID
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 物理机ID- Parameters:
InstanceId- 物理机ID
-
getDeviceClassCode
public String getDeviceClassCode()
Get 设备型号- Returns:
- DeviceClassCode 设备型号
-
setDeviceClassCode
public void setDeviceClassCode(String DeviceClassCode)
Set 设备型号- Parameters:
DeviceClassCode- 设备型号
-
getIsElastic
public Long getIsElastic()
Get 是否是弹性机型,1:是,0:否- Returns:
- IsElastic 是否是弹性机型,1:是,0:否
-
setIsElastic
public void setIsElastic(Long IsElastic)
Set 是否是弹性机型,1:是,0:否- Parameters:
IsElastic- 是否是弹性机型,1:是,0:否
-
getCpmPayMode
public Long getCpmPayMode()
Get 付费模式ID, 1:预付费; 2:后付费; 3:预付费转后付费中- Returns:
- CpmPayMode 付费模式ID, 1:预付费; 2:后付费; 3:预付费转后付费中
-
setCpmPayMode
public void setCpmPayMode(Long CpmPayMode)
Set 付费模式ID, 1:预付费; 2:后付费; 3:预付费转后付费中- Parameters:
CpmPayMode- 付费模式ID, 1:预付费; 2:后付费; 3:预付费转后付费中
-
getCpuDescription
public String getCpuDescription()
Get Cpu信息描述- Returns:
- CpuDescription Cpu信息描述
-
setCpuDescription
public void setCpuDescription(String CpuDescription)
Set Cpu信息描述- Parameters:
CpuDescription- Cpu信息描述
-
getMemDescription
public String getMemDescription()
Get 内存信息描述- Returns:
- MemDescription 内存信息描述
-
setMemDescription
public void setMemDescription(String MemDescription)
Set 内存信息描述- Parameters:
MemDescription- 内存信息描述
-
getDiskDescription
public String getDiskDescription()
Get 硬盘信息描述- Returns:
- DiskDescription 硬盘信息描述
-
setDiskDescription
public void setDiskDescription(String DiskDescription)
Set 硬盘信息描述- Parameters:
DiskDescription- 硬盘信息描述
-
getNicDescription
public String getNicDescription()
Get 网卡信息描述- Returns:
- NicDescription 网卡信息描述
-
setNicDescription
public void setNicDescription(String NicDescription)
Set 网卡信息描述- Parameters:
NicDescription- 网卡信息描述
-
getGpuDescription
public String getGpuDescription()
Get Gpu信息描述- Returns:
- GpuDescription Gpu信息描述
-
setGpuDescription
public void setGpuDescription(String GpuDescription)
Set Gpu信息描述- Parameters:
GpuDescription- Gpu信息描述
-
getRaidDescription
public String getRaidDescription()
Get Raid信息描述- Returns:
- RaidDescription Raid信息描述
-
setRaidDescription
public void setRaidDescription(String RaidDescription)
Set Raid信息描述- Parameters:
RaidDescription- Raid信息描述
-
getPrice
public Long getPrice()
Get 客户的单价- Returns:
- Price 客户的单价
-
setPrice
public void setPrice(Long Price)
Set 客户的单价- Parameters:
Price- 客户的单价
-
getNormalPrice
public Long getNormalPrice()
Get 刊例单价- Returns:
- NormalPrice 刊例单价
-
setNormalPrice
public void setNormalPrice(Long NormalPrice)
Set 刊例单价- Parameters:
NormalPrice- 刊例单价
-
getTotalCost
public Long getTotalCost()
Get 原价- Returns:
- TotalCost 原价
-
setTotalCost
public void setTotalCost(Long TotalCost)
Set 原价- Parameters:
TotalCost- 原价
-
getRealTotalCost
public Long getRealTotalCost()
Get 折扣价- Returns:
- RealTotalCost 折扣价
-
setRealTotalCost
public void setRealTotalCost(Long RealTotalCost)
Set 折扣价- Parameters:
RealTotalCost- 折扣价
-
getTimeSpan
public Long getTimeSpan()
Get 计费时长- Returns:
- TimeSpan 计费时长
-
setTimeSpan
public void setTimeSpan(Long TimeSpan)
Set 计费时长- Parameters:
TimeSpan- 计费时长
-
getTimeUnit
public String getTimeUnit()
Get 计费时长单位, M:按月计费; D:按天计费- Returns:
- TimeUnit 计费时长单位, M:按月计费; D:按天计费
-
setTimeUnit
public void setTimeUnit(String TimeUnit)
Set 计费时长单位, M:按月计费; D:按天计费- Parameters:
TimeUnit- 计费时长单位, M:按月计费; D:按天计费
-
getGoodsCount
public Long getGoodsCount()
Get 商品数量- Returns:
- GoodsCount 商品数量
-
setGoodsCount
public void setGoodsCount(Long GoodsCount)
Set 商品数量- Parameters:
GoodsCount- 商品数量
-
-