public static class InterceptorContext.InterceptorContextConfiguration
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
endpoint |
Map<String,String> |
endpointMap |
String |
endpointRule |
String |
endpointType |
String |
network |
String |
regionId |
String |
suffix |
| Constructor and Description |
|---|
InterceptorContextConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static InterceptorContext.InterceptorContextConfiguration |
build(Map<String,?> map) |
String |
getEndpoint() |
Map<String,String> |
getEndpointMap() |
String |
getEndpointRule() |
String |
getEndpointType() |
String |
getNetwork() |
String |
getRegionId() |
String |
getSuffix() |
InterceptorContext.InterceptorContextConfiguration |
setEndpoint(String endpoint) |
InterceptorContext.InterceptorContextConfiguration |
setEndpointMap(Map<String,String> endpointMap) |
InterceptorContext.InterceptorContextConfiguration |
setEndpointRule(String endpointRule) |
InterceptorContext.InterceptorContextConfiguration |
setEndpointType(String endpointType) |
InterceptorContext.InterceptorContextConfiguration |
setNetwork(String network) |
InterceptorContext.InterceptorContextConfiguration |
setRegionId(String regionId) |
InterceptorContext.InterceptorContextConfiguration |
setSuffix(String suffix) |
@NameInMap(value="regionId") @Validation(required=true) public String regionId
@NameInMap(value="endpoint") public String endpoint
@NameInMap(value="endpointRule") public String endpointRule
@NameInMap(value="endpointType") public String endpointType
@NameInMap(value="network") public String network
@NameInMap(value="suffix") public String suffix
public static InterceptorContext.InterceptorContextConfiguration build(Map<String,?> map)
public InterceptorContext.InterceptorContextConfiguration setRegionId(String regionId)
public String getRegionId()
public InterceptorContext.InterceptorContextConfiguration setEndpoint(String endpoint)
public String getEndpoint()
public InterceptorContext.InterceptorContextConfiguration setEndpointRule(String endpointRule)
public String getEndpointRule()
public InterceptorContext.InterceptorContextConfiguration setEndpointMap(Map<String,String> endpointMap)
public InterceptorContext.InterceptorContextConfiguration setEndpointType(String endpointType)
public String getEndpointType()
public InterceptorContext.InterceptorContextConfiguration setNetwork(String network)
public String getNetwork()
public InterceptorContext.InterceptorContextConfiguration setSuffix(String suffix)
public String getSuffix()
Copyright © 2021. All rights reserved.