Class DownloadL7LogsRequest

    • Constructor Detail

      • DownloadL7LogsRequest

        public DownloadL7LogsRequest()
      • DownloadL7LogsRequest

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

      • 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 - 结束时间。
      • getZoneIds

        public String[] getZoneIds()
        Get 站点集合,此参数必填,不填默认查询为空。
        Returns:
        ZoneIds 站点集合,此参数必填,不填默认查询为空。
      • setZoneIds

        public void setZoneIds​(String[] ZoneIds)
        Set 站点集合,此参数必填,不填默认查询为空。
        Parameters:
        ZoneIds - 站点集合,此参数必填,不填默认查询为空。
      • getDomains

        public String[] getDomains()
        Get 子域名集合,不填默认选择全部子域名。
        Returns:
        Domains 子域名集合,不填默认选择全部子域名。
      • setDomains

        public void setDomains​(String[] Domains)
        Set 子域名集合,不填默认选择全部子域名。
        Parameters:
        Domains - 子域名集合,不填默认选择全部子域名。
      • getLimit

        public Long getLimit()
        Get 分页查询的限制数目,默认值为 20,最大查询条目为 300。
        Returns:
        Limit 分页查询的限制数目,默认值为 20,最大查询条目为 300。
      • setLimit

        public void setLimit​(Long Limit)
        Set 分页查询的限制数目,默认值为 20,最大查询条目为 300。
        Parameters:
        Limit - 分页查询的限制数目,默认值为 20,最大查询条目为 300。
      • getOffset

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

        public void setOffset​(Long Offset)
        Set 分页的偏移量,默认值为 0。
        Parameters:
        Offset - 分页的偏移量,默认值为 0。