public class AdvanceConfig extends AbstractModel
| Constructor and Description | 
|---|
| AdvanceConfig() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getName()Get Advanced configuration name
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| String | getValue()Get Whether advanced configuration is supported:
`on`: support
`off`: do not support
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| void | setName(String Name)Set Advanced configuration name
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| void | setValue(String Value)Set Whether advanced configuration is supported:
`on`: support
`off`: do not support
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| 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 String getName()
public void setName(String Name)
Name - Advanced configuration name
Note: this field may return `null`, indicating that no valid values can be obtained.public String getValue()
public void setValue(String Value)
Value - Whether advanced configuration is supported:
`on`: support
`off`: do not support
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.