com.volcengine.service.vod.model.request.VodListCdnStatusDataRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: volcengine/vod/request/request_vod.proto
package com.volcengine.service.vod.model.request;
public interface VodListCdnStatusDataRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Request.VodListCdnStatusDataRequest)
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();
/**
*
* 聚合度
*
*
* string Interval = 2;
* @return The interval.
*/
java.lang.String getInterval();
/**
*
* 聚合度
*
*
* 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 DataType = 5;
* @return The dataType.
*/
java.lang.String getDataType();
/**
*
* 统计数据类别
*
*
* string DataType = 5;
* @return The bytes for dataType.
*/
com.google.protobuf.ByteString
getDataTypeBytes();
/**
*
* 指标类别
*
*
* string Metric = 6;
* @return The metric.
*/
java.lang.String getMetric();
/**
*
* 指标类别
*
*
* string Metric = 6;
* @return The bytes for metric.
*/
com.google.protobuf.ByteString
getMetricBytes();
/**
* bool NeedDetail = 7;
* @return The needDetail.
*/
boolean getNeedDetail();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy