public static class InterceptorContext.InterceptorContextConfiguration
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
endpoint |
Map<String,String> |
endpointMap |
String |
endpointRule |
String |
endpointType |
String |
network |
String |
regionId |
String |
suffix |
| 构造器和说明 |
|---|
InterceptorContextConfiguration() |
@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 © 2025. All rights reserved.