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

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

  /**
   * 
   *代表符合查询条件的任务总数。
   * 
* * int64 Total = 1; * @return The total. */ long getTotal(); /** *
   *代表当前页码。 该值与请求正文中的 PageNum 值相同。
   * 
* * int64 PageNum = 2; * @return The pageNum. */ long getPageNum(); /** *
   *代表每页的任务数量。
   * 
* * int64 PageSize = 3; * @return The pageSize. */ long getPageSize(); /** *
   *符合条件的任务结构体
   * 
* * repeated .Byteplus.Vod.Models.Business.ContentTask Data = 4; */ java.util.List getDataList(); /** *
   *符合条件的任务结构体
   * 
* * repeated .Byteplus.Vod.Models.Business.ContentTask Data = 4; */ com.byteplus.service.vod.model.business.ContentTask getData(int index); /** *
   *符合条件的任务结构体
   * 
* * repeated .Byteplus.Vod.Models.Business.ContentTask Data = 4; */ int getDataCount(); /** *
   *符合条件的任务结构体
   * 
* * repeated .Byteplus.Vod.Models.Business.ContentTask Data = 4; */ java.util.List getDataOrBuilderList(); /** *
   *符合条件的任务结构体
   * 
* * repeated .Byteplus.Vod.Models.Business.ContentTask Data = 4; */ com.byteplus.service.vod.model.business.ContentTaskOrBuilder getDataOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy