com.byteplus.service.vod.model.request.VodListCdnHitrateDataRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: byteplus/vod/request/request_vod.proto
package com.byteplus.service.vod.model.request;
public interface VodListCdnHitrateDataRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Request.VodListCdnHitrateDataRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* 域名,多个用逗号隔开
*
*
* string Domains = 1;
* @return The domains.
*/
java.lang.String getDomains();
/**
*
* 域名,多个用逗号隔开
*
*
* string Domains = 1;
* @return The bytes for domains.
*/
com.google.protobuf.ByteString
getDomainsBytes();
/**
*
* 聚合度,可选:auto,5min,hour,day
*
*
* string Interval = 2;
* @return The interval.
*/
java.lang.String getInterval();
/**
*
* 聚合度,可选:auto,5min,hour,day
*
*
* string Interval = 2;
* @return The bytes for interval.
*/
com.google.protobuf.ByteString
getIntervalBytes();
/**
*
* 查询范围起始时间
*
*
* int64 StartTimestamp = 3;
* @return The startTimestamp.
*/
long getStartTimestamp();
/**
*
* 查询范围截止时间
*
*
* int64 EndTimestamp = 4;
* @return The endTimestamp.
*/
long getEndTimestamp();
/**
*
* 指标类别
*
*
* string Metric = 5;
* @return The metric.
*/
java.lang.String getMetric();
/**
*
* 指标类别
*
*
* string Metric = 5;
* @return The bytes for metric.
*/
com.google.protobuf.ByteString
getMetricBytes();
/**
* bool NeedDetail = 6;
* @return The needDetail.
*/
boolean getNeedDetail();
}