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

com.volcengine.service.live.model.business.PaginationOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: live/business/snapshot_manage.proto

package com.volcengine.service.live.model.business;

public interface PaginationOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Volcengine.Live.Models.Business.Pagination)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 当前页
   * 
* * int64 PageCur = 1; * @return The pageCur. */ long getPageCur(); /** *
   * 当前页的大小
   * 
* * int64 PageSize = 2; * @return The pageSize. */ long getPageSize(); /** *
   * 当前页的数据量
   * 
* * int64 PageTotal = 3; * @return The pageTotal. */ long getPageTotal(); /** *
   * 数据总量
   * 
* * int64 TotalCount = 4; * @return The totalCount. */ long getTotalCount(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy