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

com.byteplus.service.vod.model.business.VodAEDTimeRangeForAuditOrBuilder 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_media.proto

package com.byteplus.service.vod.model.business;

public interface VodAEDTimeRangeForAuditOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.VodAEDTimeRangeForAudit)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   *事件识别区间的起点(ms)
   * 
* * double StartTimeMill = 1; * @return The startTimeMill. */ double getStartTimeMill(); /** *
   *事件识别区间的终点(ms)
   * 
* * double EndTimeMill = 2; * @return The endTimeMill. */ double getEndTimeMill(); /** *
   *事件区间对应的事件概率
   * 
* * double Prob = 3; * @return The prob. */ double getProb(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy