All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.byteplus.service.vod.model.business.VodPointOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
// 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy