jmash.file.protobuf.JmashFilePageOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: jmash/file/protobuf/file_message.proto
// Protobuf Java Version: 3.25.1
package jmash.file.protobuf;
public interface JmashFilePageOrBuilder extends
// @@protoc_insertion_point(interface_extends:jmash.file.JmashFilePage)
com.google.protobuf.MessageOrBuilder {
/**
*
*当前页内容
*
*
* repeated .jmash.file.JmashFileModel results = 1;
*/
java.util.List
getResultsList();
/**
*
*当前页内容
*
*
* repeated .jmash.file.JmashFileModel results = 1;
*/
jmash.file.protobuf.JmashFileModel getResults(int index);
/**
*
*当前页内容
*
*
* repeated .jmash.file.JmashFileModel results = 1;
*/
int getResultsCount();
/**
*
*当前页内容
*
*
* repeated .jmash.file.JmashFileModel results = 1;
*/
java.util.List extends jmash.file.protobuf.JmashFileModelOrBuilder>
getResultsOrBuilderList();
/**
*
*当前页内容
*
*
* repeated .jmash.file.JmashFileModel results = 1;
*/
jmash.file.protobuf.JmashFileModelOrBuilder getResultsOrBuilder(
int index);
/**
*
*当前页码
*
*
* int32 cur_page = 2;
* @return The curPage.
*/
int getCurPage();
/**
*
*页尺寸
*
*
* int32 page_size = 3;
* @return The pageSize.
*/
int getPageSize();
/**
*
*总记录数
*
*
* int32 total_size = 4;
* @return The totalSize.
*/
int getTotalSize();
/**
*
*本页小计
*
*
* .jmash.file.JmashFileModelTotal sub_total_dto = 5;
* @return Whether the subTotalDto field is set.
*/
boolean hasSubTotalDto();
/**
*
*本页小计
*
*
* .jmash.file.JmashFileModelTotal sub_total_dto = 5;
* @return The subTotalDto.
*/
jmash.file.protobuf.JmashFileModelTotal getSubTotalDto();
/**
*
*本页小计
*
*
* .jmash.file.JmashFileModelTotal sub_total_dto = 5;
*/
jmash.file.protobuf.JmashFileModelTotalOrBuilder getSubTotalDtoOrBuilder();
/**
*
*合计
*
*
* .jmash.file.JmashFileModelTotal total_dto = 6;
* @return Whether the totalDto field is set.
*/
boolean hasTotalDto();
/**
*
*合计
*
*
* .jmash.file.JmashFileModelTotal total_dto = 6;
* @return The totalDto.
*/
jmash.file.protobuf.JmashFileModelTotal getTotalDto();
/**
*
*合计
*
*
* .jmash.file.JmashFileModelTotal total_dto = 6;
*/
jmash.file.protobuf.JmashFileModelTotalOrBuilder getTotalDtoOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy