类 RequestPaymentConfiguration
java.lang.Object
cn.warpin.thirdPart.huawei.obs.obs.services.internal.service.InternalHeaderResponse
cn.warpin.thirdPart.huawei.obs.obs.services.model.HeaderResponse
cn.warpin.thirdPart.huawei.obs.obs.services.model.RequestPaymentConfiguration
Configuration of the requester-pays function of a bucket
- 从以下版本开始:
- 3.20.3
-
字段概要
字段从类继承的字段 cn.warpin.thirdPart.huawei.obs.obs.services.internal.service.InternalHeaderResponse
originalHeaders, responseHeaders, statusCode -
构造器概要
构造器构造器说明Constructor -
方法概要
修饰符和类型方法说明getPayer()Obtain the status of the requester-pays function.voidsetPayer(RequestPaymentEnum payer) Configure the status of the requester-pays function.toString()从类继承的方法 cn.warpin.thirdPart.huawei.obs.obs.services.model.HeaderResponse
getOriginalHeaders, getRequestId, getResponseHeaders, getStatusCode从类继承的方法 cn.warpin.thirdPart.huawei.obs.obs.services.internal.service.InternalHeaderResponse
setOriginalHeaders, setResponseHeaders, setStatusCode
-
字段详细资料
-
payer
-
-
构造器详细资料
-
RequestPaymentConfiguration
Constructor- 参数:
payer- Status of the requester-pays function
-
RequestPaymentConfiguration
public RequestPaymentConfiguration()
-
-
方法详细资料
-
getPayer
Obtain the status of the requester-pays function.- 返回:
- The status of the requester-pays function
-
setPayer
Configure the status of the requester-pays function.- 参数:
payer- Status of the requester-pays function
-
toString
- 覆盖:
toString在类中HeaderResponse
-