Class ModifyWebPageProtectDirRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.ModifyWebPageProtectDirRequest
-
public class ModifyWebPageProtectDirRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyWebPageProtectDirRequest
public ModifyWebPageProtectDirRequest()
-
ModifyWebPageProtectDirRequest
public 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.
-
-
Method Detail
-
getProtectDirAddr
public String getProtectDirAddr()
Get 网站防护目录地址- Returns:
- ProtectDirAddr 网站防护目录地址
-
setProtectDirAddr
public void setProtectDirAddr(String ProtectDirAddr)
Set 网站防护目录地址- Parameters:
ProtectDirAddr
- 网站防护目录地址
-
getProtectDirName
public String getProtectDirName()
Get 网站防护目录名称- Returns:
- ProtectDirName 网站防护目录名称
-
setProtectDirName
public void setProtectDirName(String ProtectDirName)
Set 网站防护目录名称- Parameters:
ProtectDirName
- 网站防护目录名称
-
getProtectFileType
public String getProtectFileType()
Get 防护文件类型,分号分割 ;- Returns:
- ProtectFileType 防护文件类型,分号分割 ;
-
setProtectFileType
public void setProtectFileType(String ProtectFileType)
Set 防护文件类型,分号分割 ;- Parameters:
ProtectFileType
- 防护文件类型,分号分割 ;
-
getHostConfig
public ProtectHostConfig[] getHostConfig()
Get 防护机器列表信息- Returns:
- HostConfig 防护机器列表信息
-
setHostConfig
public void setHostConfig(ProtectHostConfig[] HostConfig)
Set 防护机器列表信息- Parameters:
HostConfig
- 防护机器列表信息
-
-