com.volcengine.service.live.model.business.PaginationOrBuilder 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: 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