public class BiddingPreReleaseResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
BiddingPreReleaseResponse() |
BiddingPreReleaseResponse(BiddingPreReleaseResponse 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 |
getBillingParam()
Get 计费请求参数,以类Json字符串的形式进行返回。json字符串前有一个">"特定标识符号,去掉标识符的字符串可用于计费下单
|
Boolean |
getIsNeedPay()
Get 是否需要额外支付
true: 需要额外支付
false: 不需要额外支付
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setBillingParam(String BillingParam)
Set 计费请求参数,以类Json字符串的形式进行返回。json字符串前有一个">"特定标识符号,去掉标识符的字符串可用于计费下单
|
void |
setIsNeedPay(Boolean IsNeedPay)
Set 是否需要额外支付
true: 需要额外支付
false: 不需要额外支付
|
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 BiddingPreReleaseResponse()
public BiddingPreReleaseResponse(BiddingPreReleaseResponse source)
public Boolean getIsNeedPay()
public void setIsNeedPay(Boolean IsNeedPay)
IsNeedPay
- 是否需要额外支付
true: 需要额外支付
false: 不需要额外支付public String getBillingParam()
public void setBillingParam(String BillingParam)
BillingParam
- 计费请求参数,以类Json字符串的形式进行返回。json字符串前有一个">"特定标识符号,去掉标识符的字符串可用于计费下单public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.