public class ModifyDomainConfigRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyDomainConfigRequest() |
ModifyDomainConfigRequest(ModifyDomainConfigRequest 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 |
---|---|
String |
getDomain()
Get The domain name.
|
String |
getRoute()
Get Name of the configuration parameter.
|
String |
getValue()
Get Value of the configuration parameter.
|
void |
setDomain(String Domain)
Set The domain name.
|
void |
setRoute(String Route)
Set Name of the configuration parameter.
|
void |
setValue(String Value)
Set Value of the configuration parameter.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyDomainConfigRequest()
public ModifyDomainConfigRequest(ModifyDomainConfigRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain
- The domain name.public String getRoute()
public void setRoute(String Route)
Route
- Name of the configuration parameter.public String getValue()
public void setValue(String Value)
Value
- Value of the configuration parameter. This field is serialized to a JSON string {key:value}, where **key** is fixed to `update`.Copyright © 2024. All rights reserved.