public class ModifyWebPageProtectDirRequest extends AbstractModel
Constructor and Description |
---|
ModifyWebPageProtectDirRequest() |
ModifyWebPageProtectDirRequest(ModifyWebPageProtectDirRequest 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 |
---|---|
ProtectHostConfig[] |
getHostConfig()
Get 防护机器列表信息
|
String |
getProtectDirAddr()
Get 网站防护目录地址
|
String |
getProtectDirName()
Get 网站防护目录名称
|
String |
getProtectFileType()
Get 防护文件类型,分号分割 ;
|
void |
setHostConfig(ProtectHostConfig[] HostConfig)
Set 防护机器列表信息
|
void |
setProtectDirAddr(String ProtectDirAddr)
Set 网站防护目录地址
|
void |
setProtectDirName(String ProtectDirName)
Set 网站防护目录名称
|
void |
setProtectFileType(String ProtectFileType)
Set 防护文件类型,分号分割 ;
|
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, toJsonString
public ModifyWebPageProtectDirRequest()
public ModifyWebPageProtectDirRequest(ModifyWebPageProtectDirRequest source)
public String getProtectDirAddr()
public void setProtectDirAddr(String ProtectDirAddr)
ProtectDirAddr
- 网站防护目录地址public String getProtectDirName()
public void setProtectDirName(String ProtectDirName)
ProtectDirName
- 网站防护目录名称public String getProtectFileType()
public void setProtectFileType(String ProtectFileType)
ProtectFileType
- 防护文件类型,分号分割 ;public ProtectHostConfig[] getHostConfig()
public void setHostConfig(ProtectHostConfig[] HostConfig)
HostConfig
- 防护机器列表信息Copyright © 2022. All rights reserved.