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

com.byteplus.service.vod.model.business.VodCdnTaskResultOrBuilder 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_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 getContentInfosOrBuilderList(); /** *
   *任务列表
   * 
* * repeated .Byteplus.Vod.Models.Business.VodContentInfo ContentInfos = 4; */ com.byteplus.service.vod.model.business.VodContentInfoOrBuilder getContentInfosOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy