com.craxiom.messaging.CellIdentityUmtsOrBuilder 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'
// 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 CellIdentityUmtsOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.craxiom.messaging.CellIdentityUmts)
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 lac = 3;
* @return Whether the lac field is set.
*/
boolean hasLac();
/**
* .google.protobuf.Int32Value lac = 3;
* @return The lac.
*/
com.google.protobuf.Int32Value getLac();
/**
* .google.protobuf.Int32Value lac = 3;
*/
com.google.protobuf.Int32ValueOrBuilder getLacOrBuilder();
/**
* .google.protobuf.Int32Value cid = 4;
* @return Whether the cid field is set.
*/
boolean hasCid();
/**
* .google.protobuf.Int32Value cid = 4;
* @return The cid.
*/
com.google.protobuf.Int32Value getCid();
/**
* .google.protobuf.Int32Value cid = 4;
*/
com.google.protobuf.Int32ValueOrBuilder getCidOrBuilder();
/**
* .google.protobuf.Int32Value uarfcn = 5;
* @return Whether the uarfcn field is set.
*/
boolean hasUarfcn();
/**
* .google.protobuf.Int32Value uarfcn = 5;
* @return The uarfcn.
*/
com.google.protobuf.Int32Value getUarfcn();
/**
* .google.protobuf.Int32Value uarfcn = 5;
*/
com.google.protobuf.Int32ValueOrBuilder getUarfcnOrBuilder();
/**
* .google.protobuf.Int32Value psc = 6;
* @return Whether the psc field is set.
*/
boolean hasPsc();
/**
* .google.protobuf.Int32Value psc = 6;
* @return The psc.
*/
com.google.protobuf.Int32Value getPsc();
/**
* .google.protobuf.Int32Value psc = 6;
*/
com.google.protobuf.Int32ValueOrBuilder getPscOrBuilder();
}