Package | Description |
---|---|
com.tencentcloudapi.apigateway.v20180808.models |
Modifier and Type | Method and Description |
---|---|
PathMapping[] |
ServiceSubDomainMappings.getPathMappingSet()
Get 自定义路径映射列表。
|
PathMapping[] |
BindSubDomainRequest.getPathMappingSet()
Get 自定义域名路径映射,最多输入三个Environment,并且只能分别取值“test”、 ”prepub“、”release“。
|
PathMapping[] |
ModifySubDomainRequest.getPathMappingSet()
Get 修改后的路径映射列表。
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceSubDomainMappings.setPathMappingSet(PathMapping[] PathMappingSet)
Set 自定义路径映射列表。
|
void |
BindSubDomainRequest.setPathMappingSet(PathMapping[] PathMappingSet)
Set 自定义域名路径映射,最多输入三个Environment,并且只能分别取值“test”、 ”prepub“、”release“。
|
void |
ModifySubDomainRequest.setPathMappingSet(PathMapping[] PathMappingSet)
Set 修改后的路径映射列表。
|
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 © 2022. All rights reserved.