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

com.byteplus.service.vod.model.business.VodPlaylistVideoInfoOrBuilder 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 VodPlaylistVideoInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.VodPlaylistVideoInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string Vid = 1;
   * @return The vid.
   */
  java.lang.String getVid();
  /**
   * string Vid = 1;
   * @return The bytes for vid.
   */
  com.google.protobuf.ByteString
      getVidBytes();

  /**
   * double Duration = 2;
   * @return The duration.
   */
  double getDuration();

  /**
   * string PosterUrl = 3;
   * @return The posterUrl.
   */
  java.lang.String getPosterUrl();
  /**
   * string PosterUrl = 3;
   * @return The bytes for posterUrl.
   */
  com.google.protobuf.ByteString
      getPosterUrlBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy