com.craxiom.messaging.GsmRecordDataOrBuilder 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: com/craxiom/messaging/gsm_record.proto
// Protobuf Java Version: 4.27.3
package com.craxiom.messaging;
public interface GsmRecordDataOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.craxiom.messaging.GsmRecordData)
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();
/**
* string deviceTime = 3;
* @return The deviceTime.
*/
java.lang.String getDeviceTime();
/**
* string deviceTime = 3;
* @return The bytes for deviceTime.
*/
com.google.protobuf.ByteString
getDeviceTimeBytes();
/**
* double latitude = 4;
* @return The latitude.
*/
double getLatitude();
/**
* double longitude = 5;
* @return The longitude.
*/
double getLongitude();
/**
* float altitude = 6;
* @return The altitude.
*/
float getAltitude();
/**
* string missionId = 7;
* @return The missionId.
*/
java.lang.String getMissionId();
/**
* string missionId = 7;
* @return The bytes for missionId.
*/
com.google.protobuf.ByteString
getMissionIdBytes();
/**
* int32 recordNumber = 8;
* @return The recordNumber.
*/
int getRecordNumber();
/**
* int32 groupNumber = 9;
* @return The groupNumber.
*/
int getGroupNumber();
/**
* int32 accuracy = 10;
* @return The accuracy.
*/
int getAccuracy();
/**
* float heading = 50;
* @return The heading.
*/
float getHeading();
/**
* float pitch = 51;
* @return The pitch.
*/
float getPitch();
/**
* float roll = 52;
* @return The roll.
*/
float getRoll();
/**
* float fieldOfView = 53;
* @return The fieldOfView.
*/
float getFieldOfView();
/**
* float receiverSensitivity = 54;
* @return The receiverSensitivity.
*/
float getReceiverSensitivity();
/**
* float speed = 55;
* @return The speed.
*/
float getSpeed();
/**
* .google.protobuf.Int32Value mcc = 16;
* @return Whether the mcc field is set.
*/
boolean hasMcc();
/**
* .google.protobuf.Int32Value mcc = 16;
* @return The mcc.
*/
com.google.protobuf.Int32Value getMcc();
/**
* .google.protobuf.Int32Value mcc = 16;
*/
com.google.protobuf.Int32ValueOrBuilder getMccOrBuilder();
/**
* .google.protobuf.Int32Value mnc = 17;
* @return Whether the mnc field is set.
*/
boolean hasMnc();
/**
* .google.protobuf.Int32Value mnc = 17;
* @return The mnc.
*/
com.google.protobuf.Int32Value getMnc();
/**
* .google.protobuf.Int32Value mnc = 17;
*/
com.google.protobuf.Int32ValueOrBuilder getMncOrBuilder();
/**
* .google.protobuf.Int32Value lac = 18;
* @return Whether the lac field is set.
*/
boolean hasLac();
/**
* .google.protobuf.Int32Value lac = 18;
* @return The lac.
*/
com.google.protobuf.Int32Value getLac();
/**
* .google.protobuf.Int32Value lac = 18;
*/
com.google.protobuf.Int32ValueOrBuilder getLacOrBuilder();
/**
* .google.protobuf.Int32Value ci = 19;
* @return Whether the ci field is set.
*/
boolean hasCi();
/**
* .google.protobuf.Int32Value ci = 19;
* @return The ci.
*/
com.google.protobuf.Int32Value getCi();
/**
* .google.protobuf.Int32Value ci = 19;
*/
com.google.protobuf.Int32ValueOrBuilder getCiOrBuilder();
/**
* .google.protobuf.Int32Value arfcn = 20;
* @return Whether the arfcn field is set.
*/
boolean hasArfcn();
/**
* .google.protobuf.Int32Value arfcn = 20;
* @return The arfcn.
*/
com.google.protobuf.Int32Value getArfcn();
/**
* .google.protobuf.Int32Value arfcn = 20;
*/
com.google.protobuf.Int32ValueOrBuilder getArfcnOrBuilder();
/**
* .google.protobuf.Int32Value bsic = 21;
* @return Whether the bsic field is set.
*/
boolean hasBsic();
/**
* .google.protobuf.Int32Value bsic = 21;
* @return The bsic.
*/
com.google.protobuf.Int32Value getBsic();
/**
* .google.protobuf.Int32Value bsic = 21;
*/
com.google.protobuf.Int32ValueOrBuilder getBsicOrBuilder();
/**
* .google.protobuf.FloatValue signalStrength = 22;
* @return Whether the signalStrength field is set.
*/
boolean hasSignalStrength();
/**
* .google.protobuf.FloatValue signalStrength = 22;
* @return The signalStrength.
*/
com.google.protobuf.FloatValue getSignalStrength();
/**
* .google.protobuf.FloatValue signalStrength = 22;
*/
com.google.protobuf.FloatValueOrBuilder getSignalStrengthOrBuilder();
/**
* .google.protobuf.Int32Value ta = 24;
* @return Whether the ta field is set.
*/
boolean hasTa();
/**
* .google.protobuf.Int32Value ta = 24;
* @return The ta.
*/
com.google.protobuf.Int32Value getTa();
/**
* .google.protobuf.Int32Value ta = 24;
*/
com.google.protobuf.Int32ValueOrBuilder getTaOrBuilder();
/**
* .google.protobuf.BoolValue servingCell = 25;
* @return Whether the servingCell field is set.
*/
boolean hasServingCell();
/**
* .google.protobuf.BoolValue servingCell = 25;
* @return The servingCell.
*/
com.google.protobuf.BoolValue getServingCell();
/**
* .google.protobuf.BoolValue servingCell = 25;
*/
com.google.protobuf.BoolValueOrBuilder getServingCellOrBuilder();
/**
* string provider = 27;
* @return The provider.
*/
java.lang.String getProvider();
/**
* string provider = 27;
* @return The bytes for provider.
*/
com.google.protobuf.ByteString
getProviderBytes();
/**
* .google.protobuf.Int32Value slot = 28;
* @return Whether the slot field is set.
*/
boolean hasSlot();
/**
* .google.protobuf.Int32Value slot = 28;
* @return The slot.
*/
com.google.protobuf.Int32Value getSlot();
/**
* .google.protobuf.Int32Value slot = 28;
*/
com.google.protobuf.Int32ValueOrBuilder getSlotOrBuilder();
}