com.byteplus.service.vod.model.business.VodCdnTopAccessUrlElementOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: byteplus/vod/business/vod_cdn.proto
package com.byteplus.service.vod.model.business;
public interface VodCdnTopAccessUrlElementOrBuilder extends
// @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.VodCdnTopAccessUrlElement)
com.google.protobuf.MessageOrBuilder {
/**
*
* URL
*
*
* string Url = 1;
* @return The url.
*/
java.lang.String getUrl();
/**
*
* URL
*
*
* string Url = 1;
* @return The bytes for url.
*/
com.google.protobuf.ByteString
getUrlBytes();
/**
*
* 请求次数计数
*
*
* int64 Pv = 2;
* @return The pv.
*/
long getPv();
/**
*
* 流量计数,单位:Byte
*
*
* int64 Flux = 3;
* @return The flux.
*/
long getFlux();
}