com.byteplus.service.vod.model.business.VodCdnTaskResultOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: byteplus/vod/business/vod_cdn.proto
package com.byteplus.service.vod.model.business;
public interface VodCdnTaskResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.VodCdnTaskResult)
com.google.protobuf.MessageOrBuilder {
/**
*
*结果总数
*
*
* int32 TotalCount = 1;
* @return The totalCount.
*/
int getTotalCount();
/**
*
*页码
*
*
* int32 PageNum = 2;
* @return The pageNum.
*/
int getPageNum();
/**
*
*页面大小
*
*
* int32 PageSize = 3;
* @return The pageSize.
*/
int getPageSize();
/**
*
*任务列表
*
*
* repeated .Byteplus.Vod.Models.Business.VodContentInfo ContentInfos = 4;
*/
java.util.List
getContentInfosList();
/**
*
*任务列表
*
*
* repeated .Byteplus.Vod.Models.Business.VodContentInfo ContentInfos = 4;
*/
com.byteplus.service.vod.model.business.VodContentInfo getContentInfos(int index);
/**
*
*任务列表
*
*
* repeated .Byteplus.Vod.Models.Business.VodContentInfo ContentInfos = 4;
*/
int getContentInfosCount();
/**
*
*任务列表
*
*
* repeated .Byteplus.Vod.Models.Business.VodContentInfo ContentInfos = 4;
*/
java.util.List extends com.byteplus.service.vod.model.business.VodContentInfoOrBuilder>
getContentInfosOrBuilderList();
/**
*
*任务列表
*
*
* repeated .Byteplus.Vod.Models.Business.VodContentInfo ContentInfos = 4;
*/
com.byteplus.service.vod.model.business.VodContentInfoOrBuilder getContentInfosOrBuilder(
int index);
}