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
|
Float |
getPrice()
Get 价格
|
void |
setBusinessId(String BusinessId)
Set 业务ID
|
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 BiddingPreReleaseRequest()
public BiddingPreReleaseRequest(BiddingPreReleaseRequest source)
public String getBusinessId()
public void setBusinessId(String BusinessId)
BusinessId
- 业务IDpublic Float getPrice()
public void setPrice(Float Price)
Price
- 价格Copyright © 2024. All rights reserved.