public class SpecificConfig extends AbstractModel
| Constructor and Description | 
|---|
| SpecificConfig() | 
| Modifier and Type | Method and Description | 
|---|---|
| MainlandConfig | getMainland()Get Specific configuration for domain name inside mainland China. | 
| OverseaConfig | getOverseas()Get Specific configuration for domain name outside mainland China. | 
| void | setMainland(MainlandConfig Mainland)Set Specific configuration for domain name inside mainland China. | 
| void | setOverseas(OverseaConfig Overseas)Set Specific configuration for domain name outside mainland China. | 
| 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 MainlandConfig getMainland()
public void setMainland(MainlandConfig Mainland)
Mainland - Specific configuration for domain name inside mainland China.
Note: this field may return null, indicating that no valid values can be obtained.public OverseaConfig getOverseas()
public void setOverseas(OverseaConfig Overseas)
Overseas - Specific configuration for domain name outside mainland China.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.