com.volcengine.service.vod.model.business.VodCdnTaskResultOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: volcengine/vod/business/vod_cdn.proto
package com.volcengine.service.vod.model.business;
public interface VodCdnTaskResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.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 .Volcengine.Vod.Models.Business.VodContentInfo ContentInfos = 4;
*/
java.util.List
getContentInfosList();
/**
*
*任务列表
*
*
* repeated .Volcengine.Vod.Models.Business.VodContentInfo ContentInfos = 4;
*/
com.volcengine.service.vod.model.business.VodContentInfo getContentInfos(int index);
/**
*
*任务列表
*
*
* repeated .Volcengine.Vod.Models.Business.VodContentInfo ContentInfos = 4;
*/
int getContentInfosCount();
/**
*
*任务列表
*
*
* repeated .Volcengine.Vod.Models.Business.VodContentInfo ContentInfos = 4;
*/
java.util.List extends com.volcengine.service.vod.model.business.VodContentInfoOrBuilder>
getContentInfosOrBuilderList();
/**
*
*任务列表
*
*
* repeated .Volcengine.Vod.Models.Business.VodContentInfo ContentInfos = 4;
*/
com.volcengine.service.vod.model.business.VodContentInfoOrBuilder getContentInfosOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy