public class InterceptorContext
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
InterceptorContext.InterceptorContextConfiguration |
static class |
InterceptorContext.InterceptorContextRequest |
static class |
InterceptorContext.InterceptorContextResponse |
| 限定符和类型 | 字段和说明 |
|---|---|
InterceptorContext.InterceptorContextConfiguration |
configuration |
InterceptorContext.InterceptorContextRequest |
request |
InterceptorContext.InterceptorContextResponse |
response |
| 构造器和说明 |
|---|
InterceptorContext() |
@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 © 2025. All rights reserved.