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 站点加速全局配置,该参数中的配置会对站点下的所有域名生效。您只需直接修改所需的配置,未传入的其他配置将保持原有状态。 | 
| String | getZoneId()Get 站点 ID。 | 
| void | setZoneConfig(ZoneConfig ZoneConfig)Set 站点加速全局配置,该参数中的配置会对站点下的所有域名生效。您只需直接修改所需的配置,未传入的其他配置将保持原有状态。 | 
| void | setZoneId(String ZoneId)Set 站点 ID。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ModifyL7AccSettingRequest()
public ModifyL7AccSettingRequest(ModifyL7AccSettingRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - 站点 ID。public ZoneConfig getZoneConfig()
public void setZoneConfig(ZoneConfig ZoneConfig)
ZoneConfig - 站点加速全局配置,该参数中的配置会对站点下的所有域名生效。您只需直接修改所需的配置,未传入的其他配置将保持原有状态。Copyright © 2025. All rights reserved.