public class InterceptorContext
extends com.aliyun.tea.TeaModel
| Modifier and Type | Class and Description |
|---|---|
static class |
InterceptorContext.InterceptorContextConfiguration |
static class |
InterceptorContext.InterceptorContextRequest |
static class |
InterceptorContext.InterceptorContextResponse |
| Modifier and Type | Field and Description |
|---|---|
InterceptorContext.InterceptorContextConfiguration |
configuration |
InterceptorContext.InterceptorContextRequest |
request |
InterceptorContext.InterceptorContextResponse |
response |
| Constructor and Description |
|---|
InterceptorContext() |
| Modifier and Type | Method and Description |
|---|---|
static InterceptorContext |
build(Map<String,?> map) |
InterceptorContext.InterceptorContextConfiguration |
getConfiguration() |
InterceptorContext.InterceptorContextRequest |
getRequest() |
InterceptorContext.InterceptorContextResponse |
getResponse() |
InterceptorContext |
setConfiguration(InterceptorContext.InterceptorContextConfiguration configuration) |
InterceptorContext |
setRequest(InterceptorContext.InterceptorContextRequest request) |
InterceptorContext |
setResponse(InterceptorContext.InterceptorContextResponse response) |
@NameInMap(value="request") @Validation(required=true) public InterceptorContext.InterceptorContextRequest request
@NameInMap(value="configuration") @Validation(required=true) public InterceptorContext.InterceptorContextConfiguration configuration
@NameInMap(value="response") @Validation(required=true) public InterceptorContext.InterceptorContextResponse response
public static InterceptorContext build(Map<String,?> map)
public InterceptorContext setRequest(InterceptorContext.InterceptorContextRequest request)
public InterceptorContext.InterceptorContextRequest getRequest()
public InterceptorContext setConfiguration(InterceptorContext.InterceptorContextConfiguration configuration)
public InterceptorContext.InterceptorContextConfiguration getConfiguration()
public InterceptorContext setResponse(InterceptorContext.InterceptorContextResponse response)
public InterceptorContext.InterceptorContextResponse getResponse()
Copyright © 2021. All rights reserved.