com.byteplus.service.vod.model.business.VodPointOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: byteplus/vod/business/vod_common.proto
package com.byteplus.service.vod.model.business;
public interface VodPointOrBuilder extends
// @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.VodPoint)
com.google.protobuf.MessageOrBuilder {
/**
*
* 时间戳
*
*
* double Timestamp = 1;
* @return The timestamp.
*/
double getTimestamp();
/**
*
* 数值
*
*
* double Value = 2;
* @return The value.
*/
double getValue();
}