public class InterceptorContext extends Object
| Modifier and Type | Method and Description |
|---|---|
InterceptorContext |
addRuntimeOptions(String key,
Object value) |
InterceptorContext |
copy() |
static InterceptorContext |
create() |
Map<String,Object> |
runtimeOptions() |
InterceptorContext |
setRuntimeOptions(Map<String,Object> runtimeOptions) |
InterceptorContext |
setTeaRequest(TeaRequest teaRequest) |
InterceptorContext |
setTeaResponse(TeaResponse teaResponse) |
TeaRequest |
teaRequest() |
TeaResponse |
teaResponse() |
public static InterceptorContext create()
public TeaRequest teaRequest()
public TeaResponse teaResponse()
public InterceptorContext setTeaRequest(TeaRequest teaRequest)
public InterceptorContext setRuntimeOptions(Map<String,Object> runtimeOptions)
public InterceptorContext addRuntimeOptions(String key, Object value)
public InterceptorContext setTeaResponse(TeaResponse teaResponse)
public InterceptorContext copy()
Copyright © 2021. All rights reserved.