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

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

  /**
   * string Id = 1;
   * @return The id.
   */
  java.lang.String getId();
  /**
   * string Id = 1;
   * @return The bytes for id.
   */
  com.google.protobuf.ByteString
      getIdBytes();

  /**
   * string Name = 2;
   * @return The name.
   */
  java.lang.String getName();
  /**
   * string Name = 2;
   * @return The bytes for name.
   */
  com.google.protobuf.ByteString
      getNameBytes();

  /**
   * string Format = 3;
   * @return The format.
   */
  java.lang.String getFormat();
  /**
   * string Format = 3;
   * @return The bytes for format.
   */
  com.google.protobuf.ByteString
      getFormatBytes();

  /**
   * string Codec = 4;
   * @return The codec.
   */
  java.lang.String getCodec();
  /**
   * string Codec = 4;
   * @return The bytes for codec.
   */
  com.google.protobuf.ByteString
      getCodecBytes();

  /**
   * string Definition = 5;
   * @return The definition.
   */
  java.lang.String getDefinition();
  /**
   * string Definition = 5;
   * @return The bytes for definition.
   */
  com.google.protobuf.ByteString
      getDefinitionBytes();

  /**
   * string StartTime = 6;
   * @return The startTime.
   */
  java.lang.String getStartTime();
  /**
   * string StartTime = 6;
   * @return The bytes for startTime.
   */
  com.google.protobuf.ByteString
      getStartTimeBytes();

  /**
   * string EndTime = 7;
   * @return The endTime.
   */
  java.lang.String getEndTime();
  /**
   * string EndTime = 7;
   * @return The bytes for endTime.
   */
  com.google.protobuf.ByteString
      getEndTimeBytes();

  /**
   * string Cycles = 8;
   * @return The cycles.
   */
  java.lang.String getCycles();
  /**
   * string Cycles = 8;
   * @return The bytes for cycles.
   */
  com.google.protobuf.ByteString
      getCyclesBytes();

  /**
   * repeated .Byteplus.Vod.Models.Business.VodPlaylistVideoInfo VideoInfos = 9;
   */
  java.util.List 
      getVideoInfosList();
  /**
   * repeated .Byteplus.Vod.Models.Business.VodPlaylistVideoInfo VideoInfos = 9;
   */
  com.byteplus.service.vod.model.business.VodPlaylistVideoInfo getVideoInfos(int index);
  /**
   * repeated .Byteplus.Vod.Models.Business.VodPlaylistVideoInfo VideoInfos = 9;
   */
  int getVideoInfosCount();
  /**
   * repeated .Byteplus.Vod.Models.Business.VodPlaylistVideoInfo VideoInfos = 9;
   */
  java.util.List 
      getVideoInfosOrBuilderList();
  /**
   * repeated .Byteplus.Vod.Models.Business.VodPlaylistVideoInfo VideoInfos = 9;
   */
  com.byteplus.service.vod.model.business.VodPlaylistVideoInfoOrBuilder getVideoInfosOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy