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

ksyun.client.cdn.gettopreferdata.v20200630.GetTopReferDataRequest 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.cdn.gettopreferdata.v20200630;

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

/**
 * @Classname GetTopReferDataRequest
 * @Description 请求参数
 */
@Data
public class GetTopReferDataRequest {
    /**
     * 获取数据起始时间点,日期格式按ISO8601表示法,北京时间,格式为:YYYY-MM-DDThh:mm+0800,例如: 2016-08-01T21:14+0800
     */
    @KsYunField(name = "StartTime")
    private String StartTime;

    /**
     * 结束时间需大于起始时间;获取日期格式按照ISO8601表示法,北京时间,格式为:YYYY-MM-DDThh:mm+0800,例如: 2016-08-01T21:14+0800
     */
    @KsYunField(name = "EndTime")
    private String EndTime;

    /**
     * 产品类型,只允许输入一种类型,取值为file:大文件下载,video:音视频点播,page:图片小文件
     */
    @KsYunField(name = "CdnType")
    private String CdnType;

    /**
     * 域名,缺省为当前产品类型下的全部域名,可输入需要查询的域名,支持批量域名查询,多个域名用逗号(半角)分隔
     */
    @KsYunField(name = "Domains")
    private String Domains;

    /**
     * 热门Refer条数,取值为1-200,最大200,默认100
     */
    @KsYunField(name = "LimitN")
    private String LimitN;

    /**
     * 排序方式,取值为flow:流量,pv:请求数,缺省为pv
     */
    @KsYunField(name = "SortBy")
    private String SortBy;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy