public class PreAuctionInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| PreAuctionInfo() | 
| PreAuctionInfo(PreAuctionInfo 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 | getBidCount()Get 出价次数 | 
| String | getBiddingTime()Get 竞价倒计时
格式:YYYY-MM-DD HH:mm:ss | 
| String | getBusinessId()Get 业务ID | 
| String | getDomain()Get 域名 | 
| String | getOp()Get 用户操作 
bid:出价 
noAction:无法操作 | 
| Float | getPrice()Get 当前价格 单位元 | 
| void | setBidCount(Long BidCount)Set 出价次数 | 
| void | setBiddingTime(String BiddingTime)Set 竞价倒计时
格式:YYYY-MM-DD HH:mm:ss | 
| void | setBusinessId(String BusinessId)Set 业务ID | 
| void | setDomain(String Domain)Set 域名 | 
| void | setOp(String Op)Set 用户操作 
bid:出价 
noAction:无法操作 | 
| 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, toJsonStringpublic PreAuctionInfo()
public PreAuctionInfo(PreAuctionInfo source)
public String getDomain()
public void setDomain(String Domain)
Domain - 域名public String getBiddingTime()
public void setBiddingTime(String BiddingTime)
BiddingTime - 竞价倒计时
格式:YYYY-MM-DD HH:mm:sspublic Long getBidCount()
public void setBidCount(Long BidCount)
BidCount - 出价次数public Float getPrice()
public void setPrice(Float Price)
Price - 当前价格 单位元public String getOp()
public void setOp(String Op)
Op - 用户操作 
bid:出价 
noAction:无法操作public String getBusinessId()
public void setBusinessId(String BusinessId)
BusinessId - 业务IDCopyright © 2025. All rights reserved.