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

io.github.pnoker.api.center.manager.PageDeviceDTOOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: device.proto

package io.github.pnoker.api.center.manager;

public interface PageDeviceDTOOrBuilder extends
    // @@protoc_insertion_point(interface_extends:api.center.manager.PageDeviceDTO)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 结果
   * 
* * .api.common.PageDTO page = 1; * @return Whether the page field is set. */ boolean hasPage(); /** *
   * 结果
   * 
* * .api.common.PageDTO page = 1; * @return The page. */ io.github.pnoker.api.common.PageDTO getPage(); /** *
   * 结果
   * 
* * .api.common.PageDTO page = 1; */ io.github.pnoker.api.common.PageDTOOrBuilder getPageOrBuilder(); /** *
   * 数据
   * 
* * repeated .api.center.manager.DeviceDTO data = 2; */ java.util.List getDataList(); /** *
   * 数据
   * 
* * repeated .api.center.manager.DeviceDTO data = 2; */ io.github.pnoker.api.center.manager.DeviceDTO getData(int index); /** *
   * 数据
   * 
* * repeated .api.center.manager.DeviceDTO data = 2; */ int getDataCount(); /** *
   * 数据
   * 
* * repeated .api.center.manager.DeviceDTO data = 2; */ java.util.List getDataOrBuilderList(); /** *
   * 数据
   * 
* * repeated .api.center.manager.DeviceDTO data = 2; */ io.github.pnoker.api.center.manager.DeviceDTOOrBuilder getDataOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy