public class SpecificConfig extends AbstractModel
| Constructor and Description | 
|---|
| SpecificConfig() | 
| SpecificConfig(SpecificConfig 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 | 
|---|---|
| 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 SpecificConfig()
public SpecificConfig(SpecificConfig source)
public 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 © 2022. All rights reserved.