Class DescribeScdnBotRecordsRequest


  • public class DescribeScdnBotRecordsRequest
    extends AbstractModel
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getArea()
      Get mainland 大陆地区 overseas境外地区
      String getBotType()
      Get BOT类型,取值为"UB","UCB","TCB",分别表示:未知类型,自定义类型,公开类型
      String getDomain()
      Get 域名
      String[] getDomains()
      Get 域名列表,为空表示查询AppID维度数据
      String getEndTime()
      Get 结束时间
      String getFilterAction()
      Get 目前支持的Action "intercept" 拦截 "monitor",监控 "permit" 放行 "redirect" 重定向 尚未支持的Action "captcha" 验证码
      String getFilterIp()
      Get 过滤的IP
      String getFilterName()
      Get BotType=UB时,表示需要过滤的预测标签,取值如下: "crawler_unregular", "crawler_regular", "request_repeat", "credential_miss_user", "credential_without_user", "credential_only_action", "credential_user_password", "credential_cracking", "credential_stuffing", "brush_sms", "brush_captcha", "reg_malicious" BotType=TCB时,表示需要过滤的Bot分类,取值如下: "Uncategorised", "Search engine bot", "Site monitor", "Screenshot creator", "Link checker", "Web scraper", "Vulnerability scanner", "Virus scanner", "Speed tester", "Feed Fetcher", "Tool", "Marketing" BotType=UCB时,取值如下: User-Agent为空或不存在 User-Agent类型为BOT User-Agent类型为HTTP Library User-Agent类型为Framework User-Agent类型为Tools User-Agent类型为Unkonwn BOT User-Agent类型为Scanner Referer空或不存在 Referer滥用(多个UA使用相同Referer) Cookie滥用(多个UA使用相同Cookie) Cookie空或不存在 Connection空或不存在 Accept空或不存在 Accept-Language空或不存在 Accept-Enconding空或不存在 使用HTTP HEAD方法 HTTP协议为1.0或者更低 IDC-IP 腾讯云 IDC-IP 阿里云 IDC-IP 华为云 IDC-IP 金山云 IDC-IP UCloud IDC-IP 百度云 IDC-IP 京东云 IDC-IP 青云 IDC-IP Aws IDC-IP Azure IDC-IP Google 以上所有类型,FilterName为空时,表示不过滤,获取所有内容
      Long getLimit()
      Get 分页参数
      Long getOffset()
      Get 分页参数
      BotSortBy[] getSortBy()
      Get 排序参数
      String getStartTime()
      Get 开始时间
      void setArea​(String Area)
      Set mainland 大陆地区 overseas境外地区
      void setBotType​(String BotType)
      Set BOT类型,取值为"UB","UCB","TCB",分别表示:未知类型,自定义类型,公开类型
      void setDomain​(String Domain)
      Set 域名
      void setDomains​(String[] Domains)
      Set 域名列表,为空表示查询AppID维度数据
      void setEndTime​(String EndTime)
      Set 结束时间
      void setFilterAction​(String FilterAction)
      Set 目前支持的Action "intercept" 拦截 "monitor",监控 "permit" 放行 "redirect" 重定向 尚未支持的Action "captcha" 验证码
      void setFilterIp​(String FilterIp)
      Set 过滤的IP
      void setFilterName​(String FilterName)
      Set BotType=UB时,表示需要过滤的预测标签,取值如下: "crawler_unregular", "crawler_regular", "request_repeat", "credential_miss_user", "credential_without_user", "credential_only_action", "credential_user_password", "credential_cracking", "credential_stuffing", "brush_sms", "brush_captcha", "reg_malicious" BotType=TCB时,表示需要过滤的Bot分类,取值如下: "Uncategorised", "Search engine bot", "Site monitor", "Screenshot creator", "Link checker", "Web scraper", "Vulnerability scanner", "Virus scanner", "Speed tester", "Feed Fetcher", "Tool", "Marketing" BotType=UCB时,取值如下: User-Agent为空或不存在 User-Agent类型为BOT User-Agent类型为HTTP Library User-Agent类型为Framework User-Agent类型为Tools User-Agent类型为Unkonwn BOT User-Agent类型为Scanner Referer空或不存在 Referer滥用(多个UA使用相同Referer) Cookie滥用(多个UA使用相同Cookie) Cookie空或不存在 Connection空或不存在 Accept空或不存在 Accept-Language空或不存在 Accept-Enconding空或不存在 使用HTTP HEAD方法 HTTP协议为1.0或者更低 IDC-IP 腾讯云 IDC-IP 阿里云 IDC-IP 华为云 IDC-IP 金山云 IDC-IP UCloud IDC-IP 百度云 IDC-IP 京东云 IDC-IP 青云 IDC-IP Aws IDC-IP Azure IDC-IP Google 以上所有类型,FilterName为空时,表示不过滤,获取所有内容
      void setLimit​(Long Limit)
      Set 分页参数
      void setOffset​(Long Offset)
      Set 分页参数
      void setSortBy​(BotSortBy[] SortBy)
      Set 排序参数
      void setStartTime​(String StartTime)
      Set 开始时间
      void toMap​(HashMap<String,​String> map, String prefix)
      Internal implementation, normal users should not use it.
    • Constructor Detail

      • DescribeScdnBotRecordsRequest

        public DescribeScdnBotRecordsRequest()
      • DescribeScdnBotRecordsRequest

        public DescribeScdnBotRecordsRequest​(DescribeScdnBotRecordsRequest 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

      • getBotType

        public String getBotType()
        Get BOT类型,取值为"UB","UCB","TCB",分别表示:未知类型,自定义类型,公开类型
        Returns:
        BotType BOT类型,取值为"UB","UCB","TCB",分别表示:未知类型,自定义类型,公开类型
      • setBotType

        public void setBotType​(String BotType)
        Set BOT类型,取值为"UB","UCB","TCB",分别表示:未知类型,自定义类型,公开类型
        Parameters:
        BotType - BOT类型,取值为"UB","UCB","TCB",分别表示:未知类型,自定义类型,公开类型
      • getDomain

        public String getDomain()
        Get 域名
        Returns:
        Domain 域名
      • setDomain

        public void setDomain​(String Domain)
        Set 域名
        Parameters:
        Domain - 域名
      • getStartTime

        public String getStartTime()
        Get 开始时间
        Returns:
        StartTime 开始时间
      • setStartTime

        public void setStartTime​(String StartTime)
        Set 开始时间
        Parameters:
        StartTime - 开始时间
      • getEndTime

        public String getEndTime()
        Get 结束时间
        Returns:
        EndTime 结束时间
      • setEndTime

        public void setEndTime​(String EndTime)
        Set 结束时间
        Parameters:
        EndTime - 结束时间
      • getOffset

        public Long getOffset()
        Get 分页参数
        Returns:
        Offset 分页参数
      • setOffset

        public void setOffset​(Long Offset)
        Set 分页参数
        Parameters:
        Offset - 分页参数
      • getLimit

        public Long getLimit()
        Get 分页参数
        Returns:
        Limit 分页参数
      • setLimit

        public void setLimit​(Long Limit)
        Set 分页参数
        Parameters:
        Limit - 分页参数
      • getArea

        public String getArea()
        Get mainland 大陆地区 overseas境外地区
        Returns:
        Area mainland 大陆地区 overseas境外地区
      • setArea

        public void setArea​(String Area)
        Set mainland 大陆地区 overseas境外地区
        Parameters:
        Area - mainland 大陆地区 overseas境外地区
      • getSortBy

        public BotSortBy[] getSortBy()
        Get 排序参数
        Returns:
        SortBy 排序参数
      • setSortBy

        public void setSortBy​(BotSortBy[] SortBy)
        Set 排序参数
        Parameters:
        SortBy - 排序参数
      • getFilterName

        public String getFilterName()
        Get BotType=UB时,表示需要过滤的预测标签,取值如下: "crawler_unregular", "crawler_regular", "request_repeat", "credential_miss_user", "credential_without_user", "credential_only_action", "credential_user_password", "credential_cracking", "credential_stuffing", "brush_sms", "brush_captcha", "reg_malicious" BotType=TCB时,表示需要过滤的Bot分类,取值如下: "Uncategorised", "Search engine bot", "Site monitor", "Screenshot creator", "Link checker", "Web scraper", "Vulnerability scanner", "Virus scanner", "Speed tester", "Feed Fetcher", "Tool", "Marketing" BotType=UCB时,取值如下: User-Agent为空或不存在 User-Agent类型为BOT User-Agent类型为HTTP Library User-Agent类型为Framework User-Agent类型为Tools User-Agent类型为Unkonwn BOT User-Agent类型为Scanner Referer空或不存在 Referer滥用(多个UA使用相同Referer) Cookie滥用(多个UA使用相同Cookie) Cookie空或不存在 Connection空或不存在 Accept空或不存在 Accept-Language空或不存在 Accept-Enconding空或不存在 使用HTTP HEAD方法 HTTP协议为1.0或者更低 IDC-IP 腾讯云 IDC-IP 阿里云 IDC-IP 华为云 IDC-IP 金山云 IDC-IP UCloud IDC-IP 百度云 IDC-IP 京东云 IDC-IP 青云 IDC-IP Aws IDC-IP Azure IDC-IP Google 以上所有类型,FilterName为空时,表示不过滤,获取所有内容
        Returns:
        FilterName BotType=UB时,表示需要过滤的预测标签,取值如下: "crawler_unregular", "crawler_regular", "request_repeat", "credential_miss_user", "credential_without_user", "credential_only_action", "credential_user_password", "credential_cracking", "credential_stuffing", "brush_sms", "brush_captcha", "reg_malicious" BotType=TCB时,表示需要过滤的Bot分类,取值如下: "Uncategorised", "Search engine bot", "Site monitor", "Screenshot creator", "Link checker", "Web scraper", "Vulnerability scanner", "Virus scanner", "Speed tester", "Feed Fetcher", "Tool", "Marketing" BotType=UCB时,取值如下: User-Agent为空或不存在 User-Agent类型为BOT User-Agent类型为HTTP Library User-Agent类型为Framework User-Agent类型为Tools User-Agent类型为Unkonwn BOT User-Agent类型为Scanner Referer空或不存在 Referer滥用(多个UA使用相同Referer) Cookie滥用(多个UA使用相同Cookie) Cookie空或不存在 Connection空或不存在 Accept空或不存在 Accept-Language空或不存在 Accept-Enconding空或不存在 使用HTTP HEAD方法 HTTP协议为1.0或者更低 IDC-IP 腾讯云 IDC-IP 阿里云 IDC-IP 华为云 IDC-IP 金山云 IDC-IP UCloud IDC-IP 百度云 IDC-IP 京东云 IDC-IP 青云 IDC-IP Aws IDC-IP Azure IDC-IP Google 以上所有类型,FilterName为空时,表示不过滤,获取所有内容
      • setFilterName

        public void setFilterName​(String FilterName)
        Set BotType=UB时,表示需要过滤的预测标签,取值如下: "crawler_unregular", "crawler_regular", "request_repeat", "credential_miss_user", "credential_without_user", "credential_only_action", "credential_user_password", "credential_cracking", "credential_stuffing", "brush_sms", "brush_captcha", "reg_malicious" BotType=TCB时,表示需要过滤的Bot分类,取值如下: "Uncategorised", "Search engine bot", "Site monitor", "Screenshot creator", "Link checker", "Web scraper", "Vulnerability scanner", "Virus scanner", "Speed tester", "Feed Fetcher", "Tool", "Marketing" BotType=UCB时,取值如下: User-Agent为空或不存在 User-Agent类型为BOT User-Agent类型为HTTP Library User-Agent类型为Framework User-Agent类型为Tools User-Agent类型为Unkonwn BOT User-Agent类型为Scanner Referer空或不存在 Referer滥用(多个UA使用相同Referer) Cookie滥用(多个UA使用相同Cookie) Cookie空或不存在 Connection空或不存在 Accept空或不存在 Accept-Language空或不存在 Accept-Enconding空或不存在 使用HTTP HEAD方法 HTTP协议为1.0或者更低 IDC-IP 腾讯云 IDC-IP 阿里云 IDC-IP 华为云 IDC-IP 金山云 IDC-IP UCloud IDC-IP 百度云 IDC-IP 京东云 IDC-IP 青云 IDC-IP Aws IDC-IP Azure IDC-IP Google 以上所有类型,FilterName为空时,表示不过滤,获取所有内容
        Parameters:
        FilterName - BotType=UB时,表示需要过滤的预测标签,取值如下: "crawler_unregular", "crawler_regular", "request_repeat", "credential_miss_user", "credential_without_user", "credential_only_action", "credential_user_password", "credential_cracking", "credential_stuffing", "brush_sms", "brush_captcha", "reg_malicious" BotType=TCB时,表示需要过滤的Bot分类,取值如下: "Uncategorised", "Search engine bot", "Site monitor", "Screenshot creator", "Link checker", "Web scraper", "Vulnerability scanner", "Virus scanner", "Speed tester", "Feed Fetcher", "Tool", "Marketing" BotType=UCB时,取值如下: User-Agent为空或不存在 User-Agent类型为BOT User-Agent类型为HTTP Library User-Agent类型为Framework User-Agent类型为Tools User-Agent类型为Unkonwn BOT User-Agent类型为Scanner Referer空或不存在 Referer滥用(多个UA使用相同Referer) Cookie滥用(多个UA使用相同Cookie) Cookie空或不存在 Connection空或不存在 Accept空或不存在 Accept-Language空或不存在 Accept-Enconding空或不存在 使用HTTP HEAD方法 HTTP协议为1.0或者更低 IDC-IP 腾讯云 IDC-IP 阿里云 IDC-IP 华为云 IDC-IP 金山云 IDC-IP UCloud IDC-IP 百度云 IDC-IP 京东云 IDC-IP 青云 IDC-IP Aws IDC-IP Azure IDC-IP Google 以上所有类型,FilterName为空时,表示不过滤,获取所有内容
      • getFilterAction

        public String getFilterAction()
        Get 目前支持的Action "intercept" 拦截 "monitor",监控 "permit" 放行 "redirect" 重定向 尚未支持的Action "captcha" 验证码
        Returns:
        FilterAction 目前支持的Action "intercept" 拦截 "monitor",监控 "permit" 放行 "redirect" 重定向 尚未支持的Action "captcha" 验证码
      • setFilterAction

        public void setFilterAction​(String FilterAction)
        Set 目前支持的Action "intercept" 拦截 "monitor",监控 "permit" 放行 "redirect" 重定向 尚未支持的Action "captcha" 验证码
        Parameters:
        FilterAction - 目前支持的Action "intercept" 拦截 "monitor",监控 "permit" 放行 "redirect" 重定向 尚未支持的Action "captcha" 验证码
      • getFilterIp

        public String getFilterIp()
        Get 过滤的IP
        Returns:
        FilterIp 过滤的IP
      • setFilterIp

        public void setFilterIp​(String FilterIp)
        Set 过滤的IP
        Parameters:
        FilterIp - 过滤的IP
      • getDomains

        public String[] getDomains()
        Get 域名列表,为空表示查询AppID维度数据
        Returns:
        Domains 域名列表,为空表示查询AppID维度数据
      • setDomains

        public void setDomains​(String[] Domains)
        Set 域名列表,为空表示查询AppID维度数据
        Parameters:
        Domains - 域名列表,为空表示查询AppID维度数据