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

jmash.file.protobuf.JmashFileReqOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.0.3
Show newest version
// 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 JmashFileReqOrBuilder extends
    // @@protoc_insertion_point(interface_extends:jmash.file.JmashFileReq)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   *租户.
   * 
* * string tenant = 1; * @return The tenant. */ java.lang.String getTenant(); /** *
   *租户.
   * 
* * string tenant = 1; * @return The bytes for tenant. */ com.google.protobuf.ByteString getTenantBytes(); /** *
   *当前页码
   * 
* * int32 cur_page = 2; * @return The curPage. */ int getCurPage(); /** *
   *页尺寸
   * 
* * int32 page_size = 3; * @return The pageSize. */ int getPageSize(); /** *
   *排序名称
   * 
* * string order_name = 4; * @return The orderName. */ java.lang.String getOrderName(); /** *
   *排序名称
   * 
* * string order_name = 4; * @return The bytes for orderName. */ com.google.protobuf.ByteString getOrderNameBytes(); /** *
   *是否升序排序
   * 
* * bool order_asc = 5; * @return The orderAsc. */ boolean getOrderAsc(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy