Class DownloadL4LogsRequest

    • Constructor Detail

      • DownloadL4LogsRequest

        public DownloadL4LogsRequest()
      • DownloadL4LogsRequest

        public DownloadL4LogsRequest​(DownloadL4LogsRequest 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 - 站点集合,此参数必填,不填默认查询为空。
      • getProxyIds

        public String[] getProxyIds()
        Get 四层实例 ID 集合。
        Returns:
        ProxyIds 四层实例 ID 集合。
      • setProxyIds

        public void setProxyIds​(String[] ProxyIds)
        Set 四层实例 ID 集合。
        Parameters:
        ProxyIds - 四层实例 ID 集合。
      • 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。