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

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

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

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

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

  /**
   * 
   * 设备ID
   * 
* * string device_id = 1; * @return The deviceId. */ java.lang.String getDeviceId(); /** *
   * 设备ID
   * 
* * string device_id = 1; * @return The bytes for deviceId. */ com.google.protobuf.ByteString getDeviceIdBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy