public static class InterceptorContext.InterceptorContextRequest
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
action |
String |
authType |
Object |
body |
String |
bodyType |
com.aliyun.credentials.Client |
credential |
Map<String,String> |
headers |
Map<String,String> |
hostMap |
String |
method |
String |
pathname |
String |
productId |
String |
protocol |
Map<String,String> |
query |
String |
reqBodyType |
String |
signatureAlgorithm |
String |
signatureVersion |
InputStream |
stream |
String |
style |
String |
userAgent |
String |
version |
| Constructor and Description |
|---|
InterceptorContextRequest() |
@NameInMap(value="body") public Object body
@NameInMap(value="stream") public InputStream stream
@NameInMap(value="pathname") @Validation(required=true) public String pathname
@NameInMap(value="productId") @Validation(required=true) public String productId
@NameInMap(value="action") @Validation(required=true) public String action
@NameInMap(value="version") @Validation(required=true) public String version
@NameInMap(value="protocol") @Validation(required=true) public String protocol
@NameInMap(value="method") @Validation(required=true) public String method
@NameInMap(value="authType") @Validation(required=true) public String authType
@NameInMap(value="bodyType") @Validation(required=true) public String bodyType
@NameInMap(value="reqBodyType") @Validation(required=true) public String reqBodyType
@NameInMap(value="style") public String style
@NameInMap(value="credential") @Validation(required=true) public com.aliyun.credentials.Client credential
@NameInMap(value="signatureVersion") public String signatureVersion
@NameInMap(value="signatureAlgorithm") public String signatureAlgorithm
@NameInMap(value="userAgent") @Validation(required=true) public String userAgent
public static InterceptorContext.InterceptorContextRequest build(Map<String,?> map)
public InterceptorContext.InterceptorContextRequest setHeaders(Map<String,String> headers)
public InterceptorContext.InterceptorContextRequest setQuery(Map<String,String> query)
public InterceptorContext.InterceptorContextRequest setBody(Object body)
public Object getBody()
public InterceptorContext.InterceptorContextRequest setStream(InputStream stream)
public InputStream getStream()
public InterceptorContext.InterceptorContextRequest setHostMap(Map<String,String> hostMap)
public InterceptorContext.InterceptorContextRequest setPathname(String pathname)
public String getPathname()
public InterceptorContext.InterceptorContextRequest setProductId(String productId)
public String getProductId()
public InterceptorContext.InterceptorContextRequest setAction(String action)
public String getAction()
public InterceptorContext.InterceptorContextRequest setVersion(String version)
public String getVersion()
public InterceptorContext.InterceptorContextRequest setProtocol(String protocol)
public String getProtocol()
public InterceptorContext.InterceptorContextRequest setMethod(String method)
public String getMethod()
public InterceptorContext.InterceptorContextRequest setAuthType(String authType)
public String getAuthType()
public InterceptorContext.InterceptorContextRequest setBodyType(String bodyType)
public String getBodyType()
public InterceptorContext.InterceptorContextRequest setReqBodyType(String reqBodyType)
public String getReqBodyType()
public InterceptorContext.InterceptorContextRequest setStyle(String style)
public String getStyle()
public InterceptorContext.InterceptorContextRequest setCredential(com.aliyun.credentials.Client credential)
public com.aliyun.credentials.Client getCredential()
public InterceptorContext.InterceptorContextRequest setSignatureVersion(String signatureVersion)
public String getSignatureVersion()
public InterceptorContext.InterceptorContextRequest setSignatureAlgorithm(String signatureAlgorithm)
public String getSignatureAlgorithm()
public InterceptorContext.InterceptorContextRequest setUserAgent(String userAgent)
public String getUserAgent()
Copyright © 2021. All rights reserved.