public class BiddingPreReleaseRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BiddingPreReleaseRequest() | 
| BiddingPreReleaseRequest(BiddingPreReleaseRequest 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 | 
|---|---|
| String | getBusinessId()Get 业务ID(竞价域名的预约ID) 
可通过[DescribeBiddingList](https://cloud.tencent.com/document/api/242/106598)接口获取 | 
| Float | getPrice()Get 价格 单位元 | 
| void | setBusinessId(String BusinessId)Set 业务ID(竞价域名的预约ID) 
可通过[DescribeBiddingList](https://cloud.tencent.com/document/api/242/106598)接口获取 | 
| 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 BiddingPreReleaseRequest()
public BiddingPreReleaseRequest(BiddingPreReleaseRequest source)
public String getBusinessId()
public void setBusinessId(String BusinessId)
BusinessId - 业务ID(竞价域名的预约ID) 
可通过[DescribeBiddingList](https://cloud.tencent.com/document/api/242/106598)接口获取public Float getPrice()
public void setPrice(Float Price)
Price - 价格 单位元Copyright © 2025. All rights reserved.