
ksyun.client.cdn.getrealtimehitratedata.v20200630.GetRealTimeHitRateDataRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ksyun-java-sdk Show documentation
Show all versions of ksyun-java-sdk Show documentation
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.getrealtimehitratedata.v20200630;
import common.annotation.KsYunField;
import lombok.Data;
/**
* @Classname GetRealTimeHitRateDataRequest
* @Description 请求参数
*/
@Data
public class GetRealTimeHitRateDataRequest {
/**
* 获取数据起始时间点,日期格式按ISO8601表示法,北京时间,格式为:YYYY-MM-DDThh:mm+0800,例如: 2016-08-01T21:10+0800
*/
@KsYunField(name = "StartTime")
private String StartTime;
/**
* 结束时间需大于起始时间;获取日期格式按照ISO8601表示法,北京时间,格式为:YYYY-MM-DDThh:mm+0800,例如: 2016-08-01T21:15+0800
*/
@KsYunField(name = "EndTime")
private String EndTime;
/**
* 命中率类型,取值为取值为flowhitrate:流量命中率;reqhitrate:请求数命中率,单选,缺省为流量命中率,
*/
@KsYunField(name = "HitRatetype")
private String HitRatetype;
/**
* 产品类型,只允许输入一种类型,取值为file:大文件下载,video:音视频点播,page:图片小文件,当CdnType和Domains两个条件同时存在时,进行强校验。
*/
@KsYunField(name = "CdnType")
private String CdnType;
/**
* 当前账户下选择时间段内正在运行状态的加速域名,可输入需要查询的域名,支持批量域名查询,多个域名用逗号(半角)分隔,缺省为全部域名,当CdnType和Domains两个条件同时存在时,进行强校验。
*/
@KsYunField(name = "Domains")
private String Domains;
/**
* 统计结果数据展示方式,支持不展开(unexpand)、按域名(domain)维度展开共2种展开方式,缺省为 不展开(unexpand)
*/
@KsYunField(name = "ResultType")
private String ResultType;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy