public class ModifyL7AccSettingRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyL7AccSettingRequest() |
ModifyL7AccSettingRequest(ModifyL7AccSettingRequest 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 |
---|---|
ZoneConfig |
getZoneConfig()
Get Site acceleration global configuration.
|
String |
getZoneId()
Get Zone id.
|
void |
setZoneConfig(ZoneConfig ZoneConfig)
Set Site acceleration global configuration.
|
void |
setZoneId(String ZoneId)
Set Zone id.
|
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 ModifyL7AccSettingRequest()
public ModifyL7AccSettingRequest(ModifyL7AccSettingRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- Zone id.public ZoneConfig getZoneConfig()
public void setZoneConfig(ZoneConfig ZoneConfig)
ZoneConfig
- Site acceleration global configuration. the settings in this parameter will apply to all domain names under the site. you only need to modify the required settings directly, and other settings not passed in will remain unchanged.Copyright © 2025. All rights reserved.