public class ServiceSubDomainMappings extends AbstractModel
Constructor and 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.
|
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, toJsonString
public ServiceSubDomainMappings()
public ServiceSubDomainMappings(ServiceSubDomainMappings source)
public 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 © 2023. All rights reserved.