All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.craxiom.messaging.CellIdentityLteOrBuilder Maven / Gradle / Ivy

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 CellIdentityLteOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.craxiom.messaging.CellIdentityLte)
    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.Int32Value eci = 4;
   * @return Whether the eci field is set.
   */
  boolean hasEci();
  /**
   * .google.protobuf.Int32Value eci = 4;
   * @return The eci.
   */
  com.google.protobuf.Int32Value getEci();
  /**
   * .google.protobuf.Int32Value eci = 4;
   */
  com.google.protobuf.Int32ValueOrBuilder getEciOrBuilder();

  /**
   * .google.protobuf.Int32Value earfcn = 5;
   * @return Whether the earfcn field is set.
   */
  boolean hasEarfcn();
  /**
   * .google.protobuf.Int32Value earfcn = 5;
   * @return The earfcn.
   */
  com.google.protobuf.Int32Value getEarfcn();
  /**
   * .google.protobuf.Int32Value earfcn = 5;
   */
  com.google.protobuf.Int32ValueOrBuilder getEarfcnOrBuilder();

  /**
   * .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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy