public class ServiceSubDomainMappings extends AbstractModel
| Constructor and Description |
|---|
ServiceSubDomainMappings() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getIsDefaultMapping()
Get 是否使用默认路径映射,为 True 表示使用默认路径映射;为 False 的话,表示使用自定义路径映射,此时 PathMappingSet 不为空。
|
PathMapping[] |
getPathMappingSet()
Get 自定义路径映射列表。
|
void |
setIsDefaultMapping(Boolean IsDefaultMapping)
Set 是否使用默认路径映射,为 True 表示使用默认路径映射;为 False 的话,表示使用自定义路径映射,此时 PathMappingSet 不为空。
|
void |
setPathMappingSet(PathMapping[] PathMappingSet)
Set 自定义路径映射列表。
|
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 - 是否使用默认路径映射,为 True 表示使用默认路径映射;为 False 的话,表示使用自定义路径映射,此时 PathMappingSet 不为空。public PathMapping[] getPathMappingSet()
public void setPathMappingSet(PathMapping[] PathMappingSet)
PathMappingSet - 自定义路径映射列表。Copyright © 2020. All rights reserved.