public class PriceScopeConf extends AbstractModel
header, skipSign
Constructor and Description |
---|
PriceScopeConf() |
PriceScopeConf(PriceScopeConf 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 |
---|---|
Float |
getDepositPrice()
Get 保证金 单位元
|
Float |
getMaxPrice()
Get 最高价格 单位元
|
Float |
getMinPrice()
Get 最低价格 单位元
|
Float |
getPrice()
Get 价格幅度 单位元
|
void |
setDepositPrice(Float DepositPrice)
Set 保证金 单位元
|
void |
setMaxPrice(Float MaxPrice)
Set 最高价格 单位元
|
void |
setMinPrice(Float MinPrice)
Set 最低价格 单位元
|
void |
setPrice(Float Price)
Set 价格幅度 单位元
|
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, toJsonString
public PriceScopeConf()
public PriceScopeConf(PriceScopeConf source)
public Float getMaxPrice()
public void setMaxPrice(Float MaxPrice)
MaxPrice
- 最高价格 单位元public Float getMinPrice()
public void setMinPrice(Float MinPrice)
MinPrice
- 最低价格 单位元public Float getPrice()
public void setPrice(Float Price)
Price
- 价格幅度 单位元public Float getDepositPrice()
public void setDepositPrice(Float DepositPrice)
DepositPrice
- 保证金 单位元Copyright © 2025. All rights reserved.