public class BiddingAppointResult extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BiddingAppointResult() | 
| BiddingAppointResult(BiddingAppointResult 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 | getAppointBondPrice()Get 预约保证金 单位元 | 
| String | getAppointEndTime()Get 预约结束时间 | 
| Long | getAppointNum()Get 预约人数 | 
| Long | getAppointPrice()Get 预定价格 单位元 | 
| String | getBusinessID()Get 预约ID | 
| String | getDomain()Get 域名 | 
| Long | getStatus()Get 1 已预约,2 竞价中,3 等待出价 4 竞价失败 5 等待支付 6 等待转移,7 转移中 8 交易成功 9 预约持有者赎回 10 竞价持有者赎回 11 其他阶段持有者赎回 12 违约 | 
| void | setAppointBondPrice(Long AppointBondPrice)Set 预约保证金 单位元 | 
| void | setAppointEndTime(String AppointEndTime)Set 预约结束时间 | 
| void | setAppointNum(Long AppointNum)Set 预约人数 | 
| void | setAppointPrice(Long AppointPrice)Set 预定价格 单位元 | 
| void | setBusinessID(String BusinessID)Set 预约ID | 
| void | setDomain(String Domain)Set 域名 | 
| void | setStatus(Long Status)Set 1 已预约,2 竞价中,3 等待出价 4 竞价失败 5 等待支付 6 等待转移,7 转移中 8 交易成功 9 预约持有者赎回 10 竞价持有者赎回 11 其他阶段持有者赎回 12 违约 | 
| 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 BiddingAppointResult()
public BiddingAppointResult(BiddingAppointResult source)
public String getBusinessID()
public void setBusinessID(String BusinessID)
BusinessID - 预约IDpublic String getDomain()
public void setDomain(String Domain)
Domain - 域名public Long getAppointPrice()
public void setAppointPrice(Long AppointPrice)
AppointPrice - 预定价格 单位元public Long getAppointBondPrice()
public void setAppointBondPrice(Long AppointBondPrice)
AppointBondPrice - 预约保证金 单位元public String getAppointEndTime()
public void setAppointEndTime(String AppointEndTime)
AppointEndTime - 预约结束时间public Long getAppointNum()
public void setAppointNum(Long AppointNum)
AppointNum - 预约人数public Long getStatus()
public void setStatus(Long Status)
Status - 1 已预约,2 竞价中,3 等待出价 4 竞价失败 5 等待支付 6 等待转移,7 转移中 8 交易成功 9 预约持有者赎回 10 竞价持有者赎回 11 其他阶段持有者赎回 12 违约Copyright © 2025. All rights reserved.