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

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

  /**
   * repeated .Byteplus.Vod.Models.Business.VodAllPlayInfoModel VodAllPlayInfoModelList = 1;
   */
  java.util.List 
      getVodAllPlayInfoModelListList();
  /**
   * repeated .Byteplus.Vod.Models.Business.VodAllPlayInfoModel VodAllPlayInfoModelList = 1;
   */
  com.byteplus.service.vod.model.business.VodAllPlayInfoModel getVodAllPlayInfoModelList(int index);
  /**
   * repeated .Byteplus.Vod.Models.Business.VodAllPlayInfoModel VodAllPlayInfoModelList = 1;
   */
  int getVodAllPlayInfoModelListCount();
  /**
   * repeated .Byteplus.Vod.Models.Business.VodAllPlayInfoModel VodAllPlayInfoModelList = 1;
   */
  java.util.List 
      getVodAllPlayInfoModelListOrBuilderList();
  /**
   * repeated .Byteplus.Vod.Models.Business.VodAllPlayInfoModel VodAllPlayInfoModelList = 1;
   */
  com.byteplus.service.vod.model.business.VodAllPlayInfoModelOrBuilder getVodAllPlayInfoModelListOrBuilder(
      int index);

  /**
   * 
   * 查到多少个vid
   * 
* * int32 TotalCount = 2; * @return The totalCount. */ int getTotalCount(); /** *
   * 没有查询到任何信息的vid
   * 
* * repeated string NotFoundVids = 3; * @return A list containing the notFoundVids. */ java.util.List getNotFoundVidsList(); /** *
   * 没有查询到任何信息的vid
   * 
* * repeated string NotFoundVids = 3; * @return The count of notFoundVids. */ int getNotFoundVidsCount(); /** *
   * 没有查询到任何信息的vid
   * 
* * repeated string NotFoundVids = 3; * @param index The index of the element to return. * @return The notFoundVids at the given index. */ java.lang.String getNotFoundVids(int index); /** *
   * 没有查询到任何信息的vid
   * 
* * repeated string NotFoundVids = 3; * @param index The index of the value to return. * @return The bytes of the notFoundVids at the given index. */ com.google.protobuf.ByteString getNotFoundVidsBytes(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy