Class DescribeProxySlowLogRequest

    • Constructor Detail

      • DescribeProxySlowLogRequest

        public DescribeProxySlowLogRequest()
      • DescribeProxySlowLogRequest

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

      • getInstanceId

        public String getInstanceId()
        Get 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
        Returns:
        InstanceId 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
      • setInstanceId

        public void setInstanceId​(String InstanceId)
        Set 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
        Parameters:
        InstanceId - 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
      • getBeginTime

        public String getBeginTime()
        Get 慢查询的开始时间。
        Returns:
        BeginTime 慢查询的开始时间。
      • setBeginTime

        public void setBeginTime​(String BeginTime)
        Set 慢查询的开始时间。
        Parameters:
        BeginTime - 慢查询的开始时间。
      • getEndTime

        public String getEndTime()
        Get 慢查询的结束时间。
        Returns:
        EndTime 慢查询的结束时间。
      • setEndTime

        public void setEndTime​(String EndTime)
        Set 慢查询的结束时间。
        Parameters:
        EndTime - 慢查询的结束时间。
      • getMinQueryTime

        public Long getMinQueryTime()
        Get 慢查询阈值,单位:毫秒。
        Returns:
        MinQueryTime 慢查询阈值,单位:毫秒。
      • setMinQueryTime

        public void setMinQueryTime​(Long MinQueryTime)
        Set 慢查询阈值,单位:毫秒。
        Parameters:
        MinQueryTime - 慢查询阈值,单位:毫秒。
      • getLimit

        public Long getLimit()
        Get 分页大小。默认为 20,取值范围[20,1000]。
        Returns:
        Limit 分页大小。默认为 20,取值范围[20,1000]。
      • setLimit

        public void setLimit​(Long Limit)
        Set 分页大小。默认为 20,取值范围[20,1000]。
        Parameters:
        Limit - 分页大小。默认为 20,取值范围[20,1000]。
      • getOffset

        public Long getOffset()
        Get 偏移量,取Limit整数倍。
        Returns:
        Offset 偏移量,取Limit整数倍。
      • setOffset

        public void setOffset​(Long Offset)
        Set 偏移量,取Limit整数倍。
        Parameters:
        Offset - 偏移量,取Limit整数倍。