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

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

There is a newer version: 1.5.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: com/craxiom/messaging/lte_record.proto
// Protobuf Java Version: 4.27.3

package com.craxiom.messaging;

public interface LteRecordOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.craxiom.messaging.LteRecord)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string version = 1;
   * @return The version.
   */
  java.lang.String getVersion();
  /**
   * string version = 1;
   * @return The bytes for version.
   */
  com.google.protobuf.ByteString
      getVersionBytes();

  /**
   * string messageType = 2;
   * @return The messageType.
   */
  java.lang.String getMessageType();
  /**
   * string messageType = 2;
   * @return The bytes for messageType.
   */
  com.google.protobuf.ByteString
      getMessageTypeBytes();

  /**
   * .com.craxiom.messaging.LteRecordData data = 3;
   * @return Whether the data field is set.
   */
  boolean hasData();
  /**
   * .com.craxiom.messaging.LteRecordData data = 3;
   * @return The data.
   */
  com.craxiom.messaging.LteRecordData getData();
  /**
   * .com.craxiom.messaging.LteRecordData data = 3;
   */
  com.craxiom.messaging.LteRecordDataOrBuilder getDataOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy