Class ModifyWebPageProtectDirRequest


  • public class ModifyWebPageProtectDirRequest
    extends AbstractModel
    • 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 - 防护机器列表信息