public interface VodAllPlayInfoResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
String |
getNotFoundVids(int index)
没有查询到任何信息的vid
repeated string NotFoundVids = 3; |
com.google.protobuf.ByteString |
getNotFoundVidsBytes(int index)
没有查询到任何信息的vid
repeated string NotFoundVids = 3; |
int |
getNotFoundVidsCount()
没有查询到任何信息的vid
repeated string NotFoundVids = 3; |
List<String> |
getNotFoundVidsList()
没有查询到任何信息的vid
repeated string NotFoundVids = 3; |
int |
getTotalCount()
查到多少个vid
int32 TotalCount = 2; |
VodAllPlayInfoModel |
getVodAllPlayInfoModelList(int index)
repeated .Volcengine.Vod.Models.Business.VodAllPlayInfoModel VodAllPlayInfoModelList = 1; |
int |
getVodAllPlayInfoModelListCount()
repeated .Volcengine.Vod.Models.Business.VodAllPlayInfoModel VodAllPlayInfoModelList = 1; |
List<VodAllPlayInfoModel> |
getVodAllPlayInfoModelListList()
repeated .Volcengine.Vod.Models.Business.VodAllPlayInfoModel VodAllPlayInfoModelList = 1; |
VodAllPlayInfoModelOrBuilder |
getVodAllPlayInfoModelListOrBuilder(int index)
repeated .Volcengine.Vod.Models.Business.VodAllPlayInfoModel VodAllPlayInfoModelList = 1; |
List<? extends VodAllPlayInfoModelOrBuilder> |
getVodAllPlayInfoModelListOrBuilderList()
repeated .Volcengine.Vod.Models.Business.VodAllPlayInfoModel VodAllPlayInfoModelList = 1; |
List<VodAllPlayInfoModel> getVodAllPlayInfoModelListList()
repeated .Volcengine.Vod.Models.Business.VodAllPlayInfoModel VodAllPlayInfoModelList = 1;
VodAllPlayInfoModel getVodAllPlayInfoModelList(int index)
repeated .Volcengine.Vod.Models.Business.VodAllPlayInfoModel VodAllPlayInfoModelList = 1;
int getVodAllPlayInfoModelListCount()
repeated .Volcengine.Vod.Models.Business.VodAllPlayInfoModel VodAllPlayInfoModelList = 1;
List<? extends VodAllPlayInfoModelOrBuilder> getVodAllPlayInfoModelListOrBuilderList()
repeated .Volcengine.Vod.Models.Business.VodAllPlayInfoModel VodAllPlayInfoModelList = 1;
VodAllPlayInfoModelOrBuilder getVodAllPlayInfoModelListOrBuilder(int index)
repeated .Volcengine.Vod.Models.Business.VodAllPlayInfoModel VodAllPlayInfoModelList = 1;
int getTotalCount()
查到多少个vid
int32 TotalCount = 2;
List<String> getNotFoundVidsList()
没有查询到任何信息的vid
repeated string NotFoundVids = 3;
int getNotFoundVidsCount()
没有查询到任何信息的vid
repeated string NotFoundVids = 3;
String getNotFoundVids(int index)
没有查询到任何信息的vid
repeated string NotFoundVids = 3;
index
- The index of the element to return.com.google.protobuf.ByteString getNotFoundVidsBytes(int index)
没有查询到任何信息的vid
repeated string NotFoundVids = 3;
index
- The index of the value to return.Copyright © 2024. All rights reserved.