
io.github.pnoker.api.center.manager.PagePointQueryDTOOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: point.proto
package io.github.pnoker.api.center.manager;
public interface PagePointQueryDTOOrBuilder extends
// @@protoc_insertion_point(interface_extends:api.center.manager.PagePointQueryDTO)
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();
/**
*
* 设备ID
*
*
* string device_id = 2;
* @return The deviceId.
*/
java.lang.String getDeviceId();
/**
*
* 设备ID
*
*
* string device_id = 2;
* @return The bytes for deviceId.
*/
com.google.protobuf.ByteString
getDeviceIdBytes();
/**
*
* point
*
*
* .api.center.manager.PointDTO point = 3;
* @return Whether the point field is set.
*/
boolean hasPoint();
/**
*
* point
*
*
* .api.center.manager.PointDTO point = 3;
* @return The point.
*/
io.github.pnoker.api.center.manager.PointDTO getPoint();
/**
*
* point
*
*
* .api.center.manager.PointDTO point = 3;
*/
io.github.pnoker.api.center.manager.PointDTOOrBuilder getPointOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy