public class RequestPaymentConfiguration extends HeaderResponse
| 构造器和说明 |
|---|
RequestPaymentConfiguration() |
RequestPaymentConfiguration(RequestPaymentEnum payer)
Constructor
|
| 限定符和类型 | 方法和说明 |
|---|---|
RequestPaymentEnum |
getPayer()
Obtain the status of the requester-pays function.
|
void |
setPayer(RequestPaymentEnum payer)
Configure the status of the requester-pays function.
|
String |
toString() |
getRequestId, getResponseHeaders, getStatusCodepublic RequestPaymentConfiguration(RequestPaymentEnum payer)
payer - Status of the requester-pays functionpublic RequestPaymentConfiguration()
public RequestPaymentEnum getPayer()
public void setPayer(RequestPaymentEnum payer)
payer - Status of the requester-pays functionpublic String toString()
toString 在类中 HeaderResponseCopyright © 2021. All rights reserved.