public class BidDetailPageResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
BidDetailPageResponse() |
BidDetailPageResponse(BidDetailPageResponse 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 |
getBidPrice()
Get 用户上次出价 单位元
|
Float |
getCurrentPrice()
Get 当前域名价格 单位元
|
Float |
getCurrentPriceScope()
Get 当前加价幅度 单位元
|
Float |
getDepositPrice()
Get 用户当前已经支付了的保证金 单位元
|
String |
getDomain()
Get 域名
|
PriceScopeConf[] |
getPriceScope()
Get 加价幅度区间配置
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setBidPrice(Float BidPrice)
Set 用户上次出价 单位元
|
void |
setCurrentPrice(Float CurrentPrice)
Set 当前域名价格 单位元
|
void |
setCurrentPriceScope(Float CurrentPriceScope)
Set 当前加价幅度 单位元
|
void |
setDepositPrice(Float DepositPrice)
Set 用户当前已经支付了的保证金 单位元
|
void |
setDomain(String Domain)
Set 域名
|
void |
setPriceScope(PriceScopeConf[] PriceScope)
Set 加价幅度区间配置
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
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 BidDetailPageResponse()
public BidDetailPageResponse(BidDetailPageResponse source)
public String getDomain()
public void setDomain(String Domain)
Domain
- 域名public Float getCurrentPrice()
public void setCurrentPrice(Float CurrentPrice)
CurrentPrice
- 当前域名价格 单位元public Float getBidPrice()
public void setBidPrice(Float BidPrice)
BidPrice
- 用户上次出价 单位元public Float getCurrentPriceScope()
public void setCurrentPriceScope(Float CurrentPriceScope)
CurrentPriceScope
- 当前加价幅度 单位元public PriceScopeConf[] getPriceScope()
public void setPriceScope(PriceScopeConf[] PriceScope)
PriceScope
- 加价幅度区间配置
注意:此字段可能返回 null,表示取不到有效值。public Float getDepositPrice()
public void setDepositPrice(Float DepositPrice)
DepositPrice
- 用户当前已经支付了的保证金 单位元public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.