public class PartDetailPriceItem extends AbstractModel
Constructor and Description |
---|
PartDetailPriceItem() |
PartDetailPriceItem(PartDetailPriceItem 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 |
getGoodsNum()
Get Quantity
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getInstanceType()
Get The type.
|
Float |
getPolicy()
Get Discount
Note: This field may return null, indicating that no valid values can be obtained.
|
Float |
getPrice()
Get Rate (original)
Note: This field may return null, indicating that no valid values can be obtained.
|
Float |
getRealCost()
Get Rate (discounted)
Note: This field may return null, indicating that no valid values can be obtained.
|
Float |
getRealTotalCost()
Get Total price (discounted)
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setGoodsNum(Long GoodsNum)
Set Quantity
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setInstanceType(String InstanceType)
Set The type.
|
void |
setPolicy(Float Policy)
Set Discount
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPrice(Float Price)
Set Rate (original)
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRealCost(Float RealCost)
Set Rate (discounted)
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRealTotalCost(Float RealTotalCost)
Set Total price (discounted)
Note: This field may return null, indicating that no valid values can be obtained.
|
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 PartDetailPriceItem()
public PartDetailPriceItem(PartDetailPriceItem source)
public String getInstanceType()
public void setInstanceType(String InstanceType)
InstanceType
- The type. Valid values: `node` (node); `rootDisk` (system disk); `dataDisk` and `metaDB` (cloud data disk)
Note: This field may return null, indicating that no valid values can be obtained.public Float getPrice()
public void setPrice(Float Price)
Price
- Rate (original)
Note: This field may return null, indicating that no valid values can be obtained.public Float getRealCost()
public void setRealCost(Float RealCost)
RealCost
- Rate (discounted)
Note: This field may return null, indicating that no valid values can be obtained.public Float getRealTotalCost()
public void setRealTotalCost(Float RealTotalCost)
RealTotalCost
- Total price (discounted)
Note: This field may return null, indicating that no valid values can be obtained.public Float getPolicy()
public void setPolicy(Float Policy)
Policy
- Discount
Note: This field may return null, indicating that no valid values can be obtained.public Long getGoodsNum()
public void setGoodsNum(Long GoodsNum)
GoodsNum
- Quantity
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.