com.craxiom.networksurvey.messaging.DeviceStatusOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of network-survey-messaging Show documentation
Show all versions of network-survey-messaging Show documentation
Protobuf and gRPC stubs for sending Wireless Protocol Survey messages'
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: craxiom/status.proto
// Protobuf Java Version: 4.27.3
package com.craxiom.networksurvey.messaging;
@java.lang.Deprecated public interface DeviceStatusOrBuilder extends
// @@protoc_insertion_point(interface_extends:DeviceStatus)
com.google.protobuf.MessageOrBuilder {
/**
* string deviceSerialNumber = 1;
* @return The deviceSerialNumber.
*/
java.lang.String getDeviceSerialNumber();
/**
* string deviceSerialNumber = 1;
* @return The bytes for deviceSerialNumber.
*/
com.google.protobuf.ByteString
getDeviceSerialNumberBytes();
/**
* string deviceName = 2;
* @return The deviceName.
*/
java.lang.String getDeviceName();
/**
* string deviceName = 2;
* @return The bytes for deviceName.
*/
com.google.protobuf.ByteString
getDeviceNameBytes();
/**
* uint64 deviceTime = 3;
* @return The deviceTime.
*/
long getDeviceTime();
/**
* double latitude = 4;
* @return The latitude.
*/
double getLatitude();
/**
* double longitude = 5;
* @return The longitude.
*/
double getLongitude();
/**
* float altitude = 6;
* @return The altitude.
*/
float getAltitude();
/**
* int32 batteryLevelPercent = 7;
* @return The batteryLevelPercent.
*/
int getBatteryLevelPercent();
/**
* .Error error = 10;
* @return Whether the error field is set.
*/
boolean hasError();
/**
* .Error error = 10;
* @return The error.
*/
com.craxiom.networksurvey.messaging.Error getError();
/**
* .Error error = 10;
*/
com.craxiom.networksurvey.messaging.ErrorOrBuilder getErrorOrBuilder();
}