Class ServiceSubDomainMappings
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.apigateway.v20180808.models.ServiceSubDomainMappings
-
public class ServiceSubDomainMappings extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ServiceSubDomainMappings()ServiceSubDomainMappings(ServiceSubDomainMappings 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetIsDefaultMapping()Get 是否使用默认路径映射,为 True 表示使用默认路径映射;为 False 的话,表示使用自定义路径映射,此时 PathMappingSet 不为空。PathMapping[]getPathMappingSet()Get 自定义路径映射列表。voidsetIsDefaultMapping(Boolean IsDefaultMapping)Set 是否使用默认路径映射,为 True 表示使用默认路径映射;为 False 的话,表示使用自定义路径映射,此时 PathMappingSet 不为空。voidsetPathMappingSet(PathMapping[] PathMappingSet)Set 自定义路径映射列表。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ServiceSubDomainMappings
public ServiceSubDomainMappings()
-
ServiceSubDomainMappings
public ServiceSubDomainMappings(ServiceSubDomainMappings 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.
-
-
Method Detail
-
getIsDefaultMapping
public Boolean getIsDefaultMapping()
Get 是否使用默认路径映射,为 True 表示使用默认路径映射;为 False 的话,表示使用自定义路径映射,此时 PathMappingSet 不为空。- Returns:
- IsDefaultMapping 是否使用默认路径映射,为 True 表示使用默认路径映射;为 False 的话,表示使用自定义路径映射,此时 PathMappingSet 不为空。
-
setIsDefaultMapping
public void setIsDefaultMapping(Boolean IsDefaultMapping)
Set 是否使用默认路径映射,为 True 表示使用默认路径映射;为 False 的话,表示使用自定义路径映射,此时 PathMappingSet 不为空。- Parameters:
IsDefaultMapping- 是否使用默认路径映射,为 True 表示使用默认路径映射;为 False 的话,表示使用自定义路径映射,此时 PathMappingSet 不为空。
-
getPathMappingSet
public PathMapping[] getPathMappingSet()
Get 自定义路径映射列表。- Returns:
- PathMappingSet 自定义路径映射列表。
-
setPathMappingSet
public void setPathMappingSet(PathMapping[] PathMappingSet)
Set 自定义路径映射列表。- Parameters:
PathMappingSet- 自定义路径映射列表。
-
-