public class GoodsPrice extends AbstractModel
header, skipSign| Constructor and Description |
|---|
GoodsPrice() |
GoodsPrice(GoodsPrice 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 |
|---|---|
GoodsSpec |
getGoodsSpec()
Get Specifies the product specification.
|
TradePrice |
getInstancePrice()
Get Specifies the instance price.
|
TradePrice |
getStoragePrice()
Get Specifies the storage price.
|
void |
setGoodsSpec(GoodsSpec GoodsSpec)
Set Specifies the product specification.
|
void |
setInstancePrice(TradePrice InstancePrice)
Set Specifies the instance price.
|
void |
setStoragePrice(TradePrice StoragePrice)
Set Specifies the storage price.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic GoodsPrice()
public GoodsPrice(GoodsPrice source)
public TradePrice getInstancePrice()
public void setInstancePrice(TradePrice InstancePrice)
InstancePrice - Specifies the instance price.
Note: This field may return null, indicating that no valid values can be obtained.public TradePrice getStoragePrice()
public void setStoragePrice(TradePrice StoragePrice)
StoragePrice - Specifies the storage price.
Note: This field may return null, indicating that no valid values can be obtained.public GoodsSpec getGoodsSpec()
public void setGoodsSpec(GoodsSpec GoodsSpec)
GoodsSpec - Specifies the product specification.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.