Class DescribePurgeTasksRequest

    • Constructor Detail

      • DescribePurgeTasksRequest

        public DescribePurgeTasksRequest()
      • DescribePurgeTasksRequest

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

      • getPurgeType

        public String getPurgeType()
        Get 指定刷新类型查询 url:url 刷新记录 path:目录刷新记录
        Returns:
        PurgeType 指定刷新类型查询 url:url 刷新记录 path:目录刷新记录
      • setPurgeType

        public void setPurgeType​(String PurgeType)
        Set 指定刷新类型查询 url:url 刷新记录 path:目录刷新记录
        Parameters:
        PurgeType - 指定刷新类型查询 url:url 刷新记录 path:目录刷新记录
      • getStartTime

        public String getStartTime()
        Get 根据时间区间查询时,填充开始时间,如 2018-08-08 00:00:00
        Returns:
        StartTime 根据时间区间查询时,填充开始时间,如 2018-08-08 00:00:00
      • setStartTime

        public void setStartTime​(String StartTime)
        Set 根据时间区间查询时,填充开始时间,如 2018-08-08 00:00:00
        Parameters:
        StartTime - 根据时间区间查询时,填充开始时间,如 2018-08-08 00:00:00
      • getEndTime

        public String getEndTime()
        Get 根据时间区间查询时,填充结束时间,如 2018-08-08 23:59:59
        Returns:
        EndTime 根据时间区间查询时,填充结束时间,如 2018-08-08 23:59:59
      • setEndTime

        public void setEndTime​(String EndTime)
        Set 根据时间区间查询时,填充结束时间,如 2018-08-08 23:59:59
        Parameters:
        EndTime - 根据时间区间查询时,填充结束时间,如 2018-08-08 23:59:59
      • getTaskId

        public String getTaskId()
        Get 根据任务 ID 查询时,填充任务 ID 查询时任务 ID 与起始时间必须填充一项
        Returns:
        TaskId 根据任务 ID 查询时,填充任务 ID 查询时任务 ID 与起始时间必须填充一项
      • setTaskId

        public void setTaskId​(String TaskId)
        Set 根据任务 ID 查询时,填充任务 ID 查询时任务 ID 与起始时间必须填充一项
        Parameters:
        TaskId - 根据任务 ID 查询时,填充任务 ID 查询时任务 ID 与起始时间必须填充一项
      • getOffset

        public Long getOffset()
        Get 分页查询偏移量,默认为 0
        Returns:
        Offset 分页查询偏移量,默认为 0
      • setOffset

        public void setOffset​(Long Offset)
        Set 分页查询偏移量,默认为 0
        Parameters:
        Offset - 分页查询偏移量,默认为 0
      • getLimit

        public Long getLimit()
        Get 分页查询限制数目,默认为 20
        Returns:
        Limit 分页查询限制数目,默认为 20
      • setLimit

        public void setLimit​(Long Limit)
        Set 分页查询限制数目,默认为 20
        Parameters:
        Limit - 分页查询限制数目,默认为 20
      • getKeyword

        public String getKeyword()
        Get 支持域名过滤,或 http(s):// 开头完整 URL 过滤
        Returns:
        Keyword 支持域名过滤,或 http(s):// 开头完整 URL 过滤
      • setKeyword

        public void setKeyword​(String Keyword)
        Set 支持域名过滤,或 http(s):// 开头完整 URL 过滤
        Parameters:
        Keyword - 支持域名过滤,或 http(s):// 开头完整 URL 过滤
      • getStatus

        public String getStatus()
        Get 指定任务状态查询 fail:刷新失败 done:刷新成功 process:刷新中
        Returns:
        Status 指定任务状态查询 fail:刷新失败 done:刷新成功 process:刷新中
      • setStatus

        public void setStatus​(String Status)
        Set 指定任务状态查询 fail:刷新失败 done:刷新成功 process:刷新中
        Parameters:
        Status - 指定任务状态查询 fail:刷新失败 done:刷新成功 process:刷新中
      • getArea

        public String getArea()
        Get 指定刷新地域查询 mainland:境内 overseas:境外 global:全球
        Returns:
        Area 指定刷新地域查询 mainland:境内 overseas:境外 global:全球
      • setArea

        public void setArea​(String Area)
        Set 指定刷新地域查询 mainland:境内 overseas:境外 global:全球
        Parameters:
        Area - 指定刷新地域查询 mainland:境内 overseas:境外 global:全球