com.volcengine.service.vod.model.business.VodCdnTopAccessElementOrBuilder 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/business/vod_cdn.proto
package com.volcengine.service.vod.model.business;
public interface VodCdnTopAccessElementOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.VodCdnTopAccessElement)
com.google.protobuf.MessageOrBuilder {
/**
*
* 搜索Item对应key
*
*
* string ItemKey = 1;
* @return The itemKey.
*/
java.lang.String getItemKey();
/**
*
* 搜索Item对应key
*
*
* string ItemKey = 1;
* @return The bytes for itemKey.
*/
com.google.protobuf.ByteString
getItemKeyBytes();
/**
*
* 请求相应Item和Metric对应值
*
*
* double Value = 2;
* @return The value.
*/
double getValue();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy