| Package | Description | 
|---|---|
| com.tencentcloudapi.apigateway.v20180808.models | 
| Modifier and Type | Method and Description | 
|---|---|
PathMapping[] | 
ModifySubDomainRequest.getPathMappingSet()
Get Path mapping list after modification. 
 | 
PathMapping[] | 
ServiceSubDomainMappings.getPathMappingSet()
Get Custom path mapping list. 
 | 
PathMapping[] | 
BindSubDomainRequest.getPathMappingSet()
Get Custom domain name path mapping. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ModifySubDomainRequest.setPathMappingSet(PathMapping[] PathMappingSet)
Set Path mapping list after modification. 
 | 
void | 
ServiceSubDomainMappings.setPathMappingSet(PathMapping[] PathMappingSet)
Set Custom path mapping list. 
 | 
void | 
BindSubDomainRequest.setPathMappingSet(PathMapping[] PathMappingSet)
Set Custom domain name path mapping. 
 | 
| Constructor and Description | 
|---|
PathMapping(PathMapping source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
Copyright © 2023. All rights reserved.