com.craxiom.messaging.CellIdentityNrOrBuilder 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/phone_state.proto
// Protobuf Java Version: 4.27.3
package com.craxiom.messaging;
public interface CellIdentityNrOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.craxiom.messaging.CellIdentityNr)
com.google.protobuf.MessageOrBuilder {
/**
* .google.protobuf.Int32Value mcc = 1;
* @return Whether the mcc field is set.
*/
boolean hasMcc();
/**
* .google.protobuf.Int32Value mcc = 1;
* @return The mcc.
*/
com.google.protobuf.Int32Value getMcc();
/**
* .google.protobuf.Int32Value mcc = 1;
*/
com.google.protobuf.Int32ValueOrBuilder getMccOrBuilder();
/**
* .google.protobuf.Int32Value mnc = 2;
* @return Whether the mnc field is set.
*/
boolean hasMnc();
/**
* .google.protobuf.Int32Value mnc = 2;
* @return The mnc.
*/
com.google.protobuf.Int32Value getMnc();
/**
* .google.protobuf.Int32Value mnc = 2;
*/
com.google.protobuf.Int32ValueOrBuilder getMncOrBuilder();
/**
* .google.protobuf.Int32Value tac = 3;
* @return Whether the tac field is set.
*/
boolean hasTac();
/**
* .google.protobuf.Int32Value tac = 3;
* @return The tac.
*/
com.google.protobuf.Int32Value getTac();
/**
* .google.protobuf.Int32Value tac = 3;
*/
com.google.protobuf.Int32ValueOrBuilder getTacOrBuilder();
/**
* .google.protobuf.Int64Value nci = 4;
* @return Whether the nci field is set.
*/
boolean hasNci();
/**
* .google.protobuf.Int64Value nci = 4;
* @return The nci.
*/
com.google.protobuf.Int64Value getNci();
/**
* .google.protobuf.Int64Value nci = 4;
*/
com.google.protobuf.Int64ValueOrBuilder getNciOrBuilder();
/**
* .google.protobuf.Int32Value narfcn = 5;
* @return Whether the narfcn field is set.
*/
boolean hasNarfcn();
/**
* .google.protobuf.Int32Value narfcn = 5;
* @return The narfcn.
*/
com.google.protobuf.Int32Value getNarfcn();
/**
* .google.protobuf.Int32Value narfcn = 5;
*/
com.google.protobuf.Int32ValueOrBuilder getNarfcnOrBuilder();
/**
* .google.protobuf.Int32Value pci = 6;
* @return Whether the pci field is set.
*/
boolean hasPci();
/**
* .google.protobuf.Int32Value pci = 6;
* @return The pci.
*/
com.google.protobuf.Int32Value getPci();
/**
* .google.protobuf.Int32Value pci = 6;
*/
com.google.protobuf.Int32ValueOrBuilder getPciOrBuilder();
}