public class ServiceSubDomainMappings extends AbstractModel
| Constructor and Description | 
|---|
| ServiceSubDomainMappings() | 
| Modifier and Type | Method and Description | 
|---|---|
| Boolean | getIsDefaultMapping()Get Whether the default path mapping is used. | 
| PathMapping[] | getPathMappingSet()Get Custom path mapping list. | 
| void | setIsDefaultMapping(Boolean IsDefaultMapping)Set Whether the default path mapping is used. | 
| void | setPathMappingSet(PathMapping[] PathMappingSet)Set Custom path mapping list. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic Boolean getIsDefaultMapping()
public void setIsDefaultMapping(Boolean IsDefaultMapping)
IsDefaultMapping - Whether the default path mapping is used. true: use the default path mapping; false: use the custom path mapping (`PathMappingSet` is required in this case).public PathMapping[] getPathMappingSet()
public void setPathMappingSet(PathMapping[] PathMappingSet)
PathMappingSet - Custom path mapping list.Copyright © 2021. All rights reserved.