com.craxiom.messaging.CellIdentityCdmaOrBuilder 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 CellIdentityCdmaOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.craxiom.messaging.CellIdentityCdma)
com.google.protobuf.MessageOrBuilder {
/**
* .google.protobuf.Int32Value sid = 1;
* @return Whether the sid field is set.
*/
boolean hasSid();
/**
* .google.protobuf.Int32Value sid = 1;
* @return The sid.
*/
com.google.protobuf.Int32Value getSid();
/**
* .google.protobuf.Int32Value sid = 1;
*/
com.google.protobuf.Int32ValueOrBuilder getSidOrBuilder();
/**
* .google.protobuf.Int32Value nid = 2;
* @return Whether the nid field is set.
*/
boolean hasNid();
/**
* .google.protobuf.Int32Value nid = 2;
* @return The nid.
*/
com.google.protobuf.Int32Value getNid();
/**
* .google.protobuf.Int32Value nid = 2;
*/
com.google.protobuf.Int32ValueOrBuilder getNidOrBuilder();
/**
* .google.protobuf.Int32Value bsid = 3;
* @return Whether the bsid field is set.
*/
boolean hasBsid();
/**
* .google.protobuf.Int32Value bsid = 3;
* @return The bsid.
*/
com.google.protobuf.Int32Value getBsid();
/**
* .google.protobuf.Int32Value bsid = 3;
*/
com.google.protobuf.Int32ValueOrBuilder getBsidOrBuilder();
}