All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ksyun.client.kcs.describebighotkeys.v20160701.DescribeBigHotKeysRequest Maven / Gradle / Ivy

Go to download

The KSYUN Web Services SDK for Java provides Java APIs for building software on KSYUN' cost-effective, scalable, and reliable infrastructure products. The KSYUN Java SDK allows developers to code against APIs for all of KSYUN's infrastructure web services (KSC S3, KSC KEC, KSC RDS etc).

The newest version!
package ksyun.client.kcs.describebighotkeys.v20160701;

import common.annotation.KsYunField;
import lombok.Data;

/**
 * @Classname DescribeBigHotKeysRequest
 * @Description 请求参数
 */
@Data
public class DescribeBigHotKeysRequest {
    /**
     * 实例Id。
     */
    @KsYunField(name = "CacheId")
    private String CacheId;

    /**
     * 根据指定节点查询。
     */
    @KsYunField(name = "NodeId")
    private String NodeId;

    /**
     * 查询类型,可选值:RealTime(实时)或History(历史)。默认:RealTime。
     */
    @KsYunField(name = "QueryType")
    private String QueryType;

    /**
     * 查询的Key类型。可选值:1,2,3;默认为1。
     * 1:热key; 2:大key(子元素数量);3:大key(内存占用)
     */
    @KsYunField(name = "KeyType")
    private Integer KeyType;

    /**
     * 指定查询某个key的全部数据。仅QueryType为History时生效。
     */
    @KsYunField(name = "KeyName")
    private String KeyName;

    /**
     * 查询时间范围的开始时间。默认取当前时间的前30分钟。格式:"yyyy-MM-dd HH:mm:ss。仅QueryType为History时生效。
     */
    @KsYunField(name = "StartQueryTime")
    private String StartQueryTime;

    /**
     * 查询时间范围的结束时间。默认取当前时间。格式:"yyyy-MM-dd HH:mm:ss。仅QueryType为History时生效。
     */
    @KsYunField(name = "EndQueryTime")
    private String EndQueryTime;

    /**
     * 查询结果每页返回记录数。默认10,范围1-100。
     */
    @KsYunField(name = "PageSize")
    private Integer PageSize;

    /**
     * 页数。默认1. 最小为1
     */
    @KsYunField(name = "PageNum")
    private Integer PageNum;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy