com.craxiom.messaging.CdmaRecordData 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/cdma_record.proto
// Protobuf Java Version: 4.27.3
package com.craxiom.messaging;
/**
* Protobuf type {@code com.craxiom.messaging.CdmaRecordData}
*/
public final class CdmaRecordData extends
com.google.protobuf.GeneratedMessage implements
// @@protoc_insertion_point(message_implements:com.craxiom.messaging.CdmaRecordData)
CdmaRecordDataOrBuilder {
private static final long serialVersionUID = 0L;
static {
com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
/* major= */ 4,
/* minor= */ 27,
/* patch= */ 3,
/* suffix= */ "",
CdmaRecordData.class.getName());
}
// Use CdmaRecordData.newBuilder() to construct.
private CdmaRecordData(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
private CdmaRecordData() {
deviceSerialNumber_ = "";
deviceName_ = "";
deviceTime_ = "";
missionId_ = "";
provider_ = "";
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.craxiom.messaging.CdmaRecordOuterClass.internal_static_com_craxiom_messaging_CdmaRecordData_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.craxiom.messaging.CdmaRecordOuterClass.internal_static_com_craxiom_messaging_CdmaRecordData_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.craxiom.messaging.CdmaRecordData.class, com.craxiom.messaging.CdmaRecordData.Builder.class);
}
private int bitField0_;
public static final int DEVICESERIALNUMBER_FIELD_NUMBER = 1;
@SuppressWarnings("serial")
private volatile java.lang.Object deviceSerialNumber_ = "";
/**
* string deviceSerialNumber = 1;
* @return The deviceSerialNumber.
*/
@java.lang.Override
public java.lang.String getDeviceSerialNumber() {
java.lang.Object ref = deviceSerialNumber_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
deviceSerialNumber_ = s;
return s;
}
}
/**
* string deviceSerialNumber = 1;
* @return The bytes for deviceSerialNumber.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getDeviceSerialNumberBytes() {
java.lang.Object ref = deviceSerialNumber_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
deviceSerialNumber_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int DEVICENAME_FIELD_NUMBER = 2;
@SuppressWarnings("serial")
private volatile java.lang.Object deviceName_ = "";
/**
* string deviceName = 2;
* @return The deviceName.
*/
@java.lang.Override
public java.lang.String getDeviceName() {
java.lang.Object ref = deviceName_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
deviceName_ = s;
return s;
}
}
/**
* string deviceName = 2;
* @return The bytes for deviceName.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getDeviceNameBytes() {
java.lang.Object ref = deviceName_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
deviceName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int DEVICETIME_FIELD_NUMBER = 3;
@SuppressWarnings("serial")
private volatile java.lang.Object deviceTime_ = "";
/**
* string deviceTime = 3;
* @return The deviceTime.
*/
@java.lang.Override
public java.lang.String getDeviceTime() {
java.lang.Object ref = deviceTime_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
deviceTime_ = s;
return s;
}
}
/**
* string deviceTime = 3;
* @return The bytes for deviceTime.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getDeviceTimeBytes() {
java.lang.Object ref = deviceTime_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
deviceTime_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int LATITUDE_FIELD_NUMBER = 4;
private double latitude_ = 0D;
/**
* double latitude = 4;
* @return The latitude.
*/
@java.lang.Override
public double getLatitude() {
return latitude_;
}
public static final int LONGITUDE_FIELD_NUMBER = 5;
private double longitude_ = 0D;
/**
* double longitude = 5;
* @return The longitude.
*/
@java.lang.Override
public double getLongitude() {
return longitude_;
}
public static final int ALTITUDE_FIELD_NUMBER = 6;
private float altitude_ = 0F;
/**
* float altitude = 6;
* @return The altitude.
*/
@java.lang.Override
public float getAltitude() {
return altitude_;
}
public static final int MISSIONID_FIELD_NUMBER = 7;
@SuppressWarnings("serial")
private volatile java.lang.Object missionId_ = "";
/**
* string missionId = 7;
* @return The missionId.
*/
@java.lang.Override
public java.lang.String getMissionId() {
java.lang.Object ref = missionId_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
missionId_ = s;
return s;
}
}
/**
* string missionId = 7;
* @return The bytes for missionId.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getMissionIdBytes() {
java.lang.Object ref = missionId_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
missionId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int RECORDNUMBER_FIELD_NUMBER = 8;
private int recordNumber_ = 0;
/**
* int32 recordNumber = 8;
* @return The recordNumber.
*/
@java.lang.Override
public int getRecordNumber() {
return recordNumber_;
}
public static final int GROUPNUMBER_FIELD_NUMBER = 9;
private int groupNumber_ = 0;
/**
* int32 groupNumber = 9;
* @return The groupNumber.
*/
@java.lang.Override
public int getGroupNumber() {
return groupNumber_;
}
public static final int ACCURACY_FIELD_NUMBER = 10;
private int accuracy_ = 0;
/**
* int32 accuracy = 10;
* @return The accuracy.
*/
@java.lang.Override
public int getAccuracy() {
return accuracy_;
}
public static final int HEADING_FIELD_NUMBER = 50;
private float heading_ = 0F;
/**
* float heading = 50;
* @return The heading.
*/
@java.lang.Override
public float getHeading() {
return heading_;
}
public static final int PITCH_FIELD_NUMBER = 51;
private float pitch_ = 0F;
/**
* float pitch = 51;
* @return The pitch.
*/
@java.lang.Override
public float getPitch() {
return pitch_;
}
public static final int ROLL_FIELD_NUMBER = 52;
private float roll_ = 0F;
/**
* float roll = 52;
* @return The roll.
*/
@java.lang.Override
public float getRoll() {
return roll_;
}
public static final int FIELDOFVIEW_FIELD_NUMBER = 53;
private float fieldOfView_ = 0F;
/**
* float fieldOfView = 53;
* @return The fieldOfView.
*/
@java.lang.Override
public float getFieldOfView() {
return fieldOfView_;
}
public static final int RECEIVERSENSITIVITY_FIELD_NUMBER = 54;
private float receiverSensitivity_ = 0F;
/**
* float receiverSensitivity = 54;
* @return The receiverSensitivity.
*/
@java.lang.Override
public float getReceiverSensitivity() {
return receiverSensitivity_;
}
public static final int SPEED_FIELD_NUMBER = 55;
private float speed_ = 0F;
/**
* float speed = 55;
* @return The speed.
*/
@java.lang.Override
public float getSpeed() {
return speed_;
}
public static final int SID_FIELD_NUMBER = 16;
private com.google.protobuf.Int32Value sid_;
/**
* .google.protobuf.Int32Value sid = 16;
* @return Whether the sid field is set.
*/
@java.lang.Override
public boolean hasSid() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* .google.protobuf.Int32Value sid = 16;
* @return The sid.
*/
@java.lang.Override
public com.google.protobuf.Int32Value getSid() {
return sid_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : sid_;
}
/**
* .google.protobuf.Int32Value sid = 16;
*/
@java.lang.Override
public com.google.protobuf.Int32ValueOrBuilder getSidOrBuilder() {
return sid_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : sid_;
}
public static final int NID_FIELD_NUMBER = 17;
private com.google.protobuf.Int32Value nid_;
/**
* .google.protobuf.Int32Value nid = 17;
* @return Whether the nid field is set.
*/
@java.lang.Override
public boolean hasNid() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* .google.protobuf.Int32Value nid = 17;
* @return The nid.
*/
@java.lang.Override
public com.google.protobuf.Int32Value getNid() {
return nid_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : nid_;
}
/**
* .google.protobuf.Int32Value nid = 17;
*/
@java.lang.Override
public com.google.protobuf.Int32ValueOrBuilder getNidOrBuilder() {
return nid_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : nid_;
}
public static final int ZONE_FIELD_NUMBER = 18;
private com.google.protobuf.Int32Value zone_;
/**
* .google.protobuf.Int32Value zone = 18;
* @return Whether the zone field is set.
*/
@java.lang.Override
public boolean hasZone() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* .google.protobuf.Int32Value zone = 18;
* @return The zone.
*/
@java.lang.Override
public com.google.protobuf.Int32Value getZone() {
return zone_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : zone_;
}
/**
* .google.protobuf.Int32Value zone = 18;
*/
@java.lang.Override
public com.google.protobuf.Int32ValueOrBuilder getZoneOrBuilder() {
return zone_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : zone_;
}
public static final int BSID_FIELD_NUMBER = 19;
private com.google.protobuf.Int32Value bsid_;
/**
* .google.protobuf.Int32Value bsid = 19;
* @return Whether the bsid field is set.
*/
@java.lang.Override
public boolean hasBsid() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* .google.protobuf.Int32Value bsid = 19;
* @return The bsid.
*/
@java.lang.Override
public com.google.protobuf.Int32Value getBsid() {
return bsid_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : bsid_;
}
/**
* .google.protobuf.Int32Value bsid = 19;
*/
@java.lang.Override
public com.google.protobuf.Int32ValueOrBuilder getBsidOrBuilder() {
return bsid_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : bsid_;
}
public static final int CHANNEL_FIELD_NUMBER = 20;
private com.google.protobuf.Int32Value channel_;
/**
* .google.protobuf.Int32Value channel = 20;
* @return Whether the channel field is set.
*/
@java.lang.Override
public boolean hasChannel() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* .google.protobuf.Int32Value channel = 20;
* @return The channel.
*/
@java.lang.Override
public com.google.protobuf.Int32Value getChannel() {
return channel_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : channel_;
}
/**
* .google.protobuf.Int32Value channel = 20;
*/
@java.lang.Override
public com.google.protobuf.Int32ValueOrBuilder getChannelOrBuilder() {
return channel_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : channel_;
}
public static final int PNOFFSET_FIELD_NUMBER = 21;
private com.google.protobuf.Int32Value pnOffset_;
/**
* .google.protobuf.Int32Value pnOffset = 21;
* @return Whether the pnOffset field is set.
*/
@java.lang.Override
public boolean hasPnOffset() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
* .google.protobuf.Int32Value pnOffset = 21;
* @return The pnOffset.
*/
@java.lang.Override
public com.google.protobuf.Int32Value getPnOffset() {
return pnOffset_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : pnOffset_;
}
/**
* .google.protobuf.Int32Value pnOffset = 21;
*/
@java.lang.Override
public com.google.protobuf.Int32ValueOrBuilder getPnOffsetOrBuilder() {
return pnOffset_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : pnOffset_;
}
public static final int SIGNALSTRENGTH_FIELD_NUMBER = 22;
private com.google.protobuf.FloatValue signalStrength_;
/**
* .google.protobuf.FloatValue signalStrength = 22;
* @return Whether the signalStrength field is set.
*/
@java.lang.Override
public boolean hasSignalStrength() {
return ((bitField0_ & 0x00000040) != 0);
}
/**
* .google.protobuf.FloatValue signalStrength = 22;
* @return The signalStrength.
*/
@java.lang.Override
public com.google.protobuf.FloatValue getSignalStrength() {
return signalStrength_ == null ? com.google.protobuf.FloatValue.getDefaultInstance() : signalStrength_;
}
/**
* .google.protobuf.FloatValue signalStrength = 22;
*/
@java.lang.Override
public com.google.protobuf.FloatValueOrBuilder getSignalStrengthOrBuilder() {
return signalStrength_ == null ? com.google.protobuf.FloatValue.getDefaultInstance() : signalStrength_;
}
public static final int ECIO_FIELD_NUMBER = 23;
private com.google.protobuf.FloatValue ecio_;
/**
* .google.protobuf.FloatValue ecio = 23;
* @return Whether the ecio field is set.
*/
@java.lang.Override
public boolean hasEcio() {
return ((bitField0_ & 0x00000080) != 0);
}
/**
* .google.protobuf.FloatValue ecio = 23;
* @return The ecio.
*/
@java.lang.Override
public com.google.protobuf.FloatValue getEcio() {
return ecio_ == null ? com.google.protobuf.FloatValue.getDefaultInstance() : ecio_;
}
/**
* .google.protobuf.FloatValue ecio = 23;
*/
@java.lang.Override
public com.google.protobuf.FloatValueOrBuilder getEcioOrBuilder() {
return ecio_ == null ? com.google.protobuf.FloatValue.getDefaultInstance() : ecio_;
}
public static final int SERVINGCELL_FIELD_NUMBER = 25;
private com.google.protobuf.BoolValue servingCell_;
/**
* .google.protobuf.BoolValue servingCell = 25;
* @return Whether the servingCell field is set.
*/
@java.lang.Override
public boolean hasServingCell() {
return ((bitField0_ & 0x00000100) != 0);
}
/**
* .google.protobuf.BoolValue servingCell = 25;
* @return The servingCell.
*/
@java.lang.Override
public com.google.protobuf.BoolValue getServingCell() {
return servingCell_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : servingCell_;
}
/**
* .google.protobuf.BoolValue servingCell = 25;
*/
@java.lang.Override
public com.google.protobuf.BoolValueOrBuilder getServingCellOrBuilder() {
return servingCell_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : servingCell_;
}
public static final int PROVIDER_FIELD_NUMBER = 27;
@SuppressWarnings("serial")
private volatile java.lang.Object provider_ = "";
/**
* string provider = 27;
* @return The provider.
*/
@java.lang.Override
public java.lang.String getProvider() {
java.lang.Object ref = provider_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
provider_ = s;
return s;
}
}
/**
* string provider = 27;
* @return The bytes for provider.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getProviderBytes() {
java.lang.Object ref = provider_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
provider_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int SLOT_FIELD_NUMBER = 28;
private com.google.protobuf.Int32Value slot_;
/**
* .google.protobuf.Int32Value slot = 28;
* @return Whether the slot field is set.
*/
@java.lang.Override
public boolean hasSlot() {
return ((bitField0_ & 0x00000200) != 0);
}
/**
* .google.protobuf.Int32Value slot = 28;
* @return The slot.
*/
@java.lang.Override
public com.google.protobuf.Int32Value getSlot() {
return slot_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : slot_;
}
/**
* .google.protobuf.Int32Value slot = 28;
*/
@java.lang.Override
public com.google.protobuf.Int32ValueOrBuilder getSlotOrBuilder() {
return slot_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : slot_;
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (!com.google.protobuf.GeneratedMessage.isStringEmpty(deviceSerialNumber_)) {
com.google.protobuf.GeneratedMessage.writeString(output, 1, deviceSerialNumber_);
}
if (!com.google.protobuf.GeneratedMessage.isStringEmpty(deviceName_)) {
com.google.protobuf.GeneratedMessage.writeString(output, 2, deviceName_);
}
if (!com.google.protobuf.GeneratedMessage.isStringEmpty(deviceTime_)) {
com.google.protobuf.GeneratedMessage.writeString(output, 3, deviceTime_);
}
if (java.lang.Double.doubleToRawLongBits(latitude_) != 0) {
output.writeDouble(4, latitude_);
}
if (java.lang.Double.doubleToRawLongBits(longitude_) != 0) {
output.writeDouble(5, longitude_);
}
if (java.lang.Float.floatToRawIntBits(altitude_) != 0) {
output.writeFloat(6, altitude_);
}
if (!com.google.protobuf.GeneratedMessage.isStringEmpty(missionId_)) {
com.google.protobuf.GeneratedMessage.writeString(output, 7, missionId_);
}
if (recordNumber_ != 0) {
output.writeInt32(8, recordNumber_);
}
if (groupNumber_ != 0) {
output.writeInt32(9, groupNumber_);
}
if (accuracy_ != 0) {
output.writeInt32(10, accuracy_);
}
if (((bitField0_ & 0x00000001) != 0)) {
output.writeMessage(16, getSid());
}
if (((bitField0_ & 0x00000002) != 0)) {
output.writeMessage(17, getNid());
}
if (((bitField0_ & 0x00000004) != 0)) {
output.writeMessage(18, getZone());
}
if (((bitField0_ & 0x00000008) != 0)) {
output.writeMessage(19, getBsid());
}
if (((bitField0_ & 0x00000010) != 0)) {
output.writeMessage(20, getChannel());
}
if (((bitField0_ & 0x00000020) != 0)) {
output.writeMessage(21, getPnOffset());
}
if (((bitField0_ & 0x00000040) != 0)) {
output.writeMessage(22, getSignalStrength());
}
if (((bitField0_ & 0x00000080) != 0)) {
output.writeMessage(23, getEcio());
}
if (((bitField0_ & 0x00000100) != 0)) {
output.writeMessage(25, getServingCell());
}
if (!com.google.protobuf.GeneratedMessage.isStringEmpty(provider_)) {
com.google.protobuf.GeneratedMessage.writeString(output, 27, provider_);
}
if (((bitField0_ & 0x00000200) != 0)) {
output.writeMessage(28, getSlot());
}
if (java.lang.Float.floatToRawIntBits(heading_) != 0) {
output.writeFloat(50, heading_);
}
if (java.lang.Float.floatToRawIntBits(pitch_) != 0) {
output.writeFloat(51, pitch_);
}
if (java.lang.Float.floatToRawIntBits(roll_) != 0) {
output.writeFloat(52, roll_);
}
if (java.lang.Float.floatToRawIntBits(fieldOfView_) != 0) {
output.writeFloat(53, fieldOfView_);
}
if (java.lang.Float.floatToRawIntBits(receiverSensitivity_) != 0) {
output.writeFloat(54, receiverSensitivity_);
}
if (java.lang.Float.floatToRawIntBits(speed_) != 0) {
output.writeFloat(55, speed_);
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!com.google.protobuf.GeneratedMessage.isStringEmpty(deviceSerialNumber_)) {
size += com.google.protobuf.GeneratedMessage.computeStringSize(1, deviceSerialNumber_);
}
if (!com.google.protobuf.GeneratedMessage.isStringEmpty(deviceName_)) {
size += com.google.protobuf.GeneratedMessage.computeStringSize(2, deviceName_);
}
if (!com.google.protobuf.GeneratedMessage.isStringEmpty(deviceTime_)) {
size += com.google.protobuf.GeneratedMessage.computeStringSize(3, deviceTime_);
}
if (java.lang.Double.doubleToRawLongBits(latitude_) != 0) {
size += com.google.protobuf.CodedOutputStream
.computeDoubleSize(4, latitude_);
}
if (java.lang.Double.doubleToRawLongBits(longitude_) != 0) {
size += com.google.protobuf.CodedOutputStream
.computeDoubleSize(5, longitude_);
}
if (java.lang.Float.floatToRawIntBits(altitude_) != 0) {
size += com.google.protobuf.CodedOutputStream
.computeFloatSize(6, altitude_);
}
if (!com.google.protobuf.GeneratedMessage.isStringEmpty(missionId_)) {
size += com.google.protobuf.GeneratedMessage.computeStringSize(7, missionId_);
}
if (recordNumber_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(8, recordNumber_);
}
if (groupNumber_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(9, groupNumber_);
}
if (accuracy_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(10, accuracy_);
}
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(16, getSid());
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(17, getNid());
}
if (((bitField0_ & 0x00000004) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(18, getZone());
}
if (((bitField0_ & 0x00000008) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(19, getBsid());
}
if (((bitField0_ & 0x00000010) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(20, getChannel());
}
if (((bitField0_ & 0x00000020) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(21, getPnOffset());
}
if (((bitField0_ & 0x00000040) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(22, getSignalStrength());
}
if (((bitField0_ & 0x00000080) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(23, getEcio());
}
if (((bitField0_ & 0x00000100) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(25, getServingCell());
}
if (!com.google.protobuf.GeneratedMessage.isStringEmpty(provider_)) {
size += com.google.protobuf.GeneratedMessage.computeStringSize(27, provider_);
}
if (((bitField0_ & 0x00000200) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(28, getSlot());
}
if (java.lang.Float.floatToRawIntBits(heading_) != 0) {
size += com.google.protobuf.CodedOutputStream
.computeFloatSize(50, heading_);
}
if (java.lang.Float.floatToRawIntBits(pitch_) != 0) {
size += com.google.protobuf.CodedOutputStream
.computeFloatSize(51, pitch_);
}
if (java.lang.Float.floatToRawIntBits(roll_) != 0) {
size += com.google.protobuf.CodedOutputStream
.computeFloatSize(52, roll_);
}
if (java.lang.Float.floatToRawIntBits(fieldOfView_) != 0) {
size += com.google.protobuf.CodedOutputStream
.computeFloatSize(53, fieldOfView_);
}
if (java.lang.Float.floatToRawIntBits(receiverSensitivity_) != 0) {
size += com.google.protobuf.CodedOutputStream
.computeFloatSize(54, receiverSensitivity_);
}
if (java.lang.Float.floatToRawIntBits(speed_) != 0) {
size += com.google.protobuf.CodedOutputStream
.computeFloatSize(55, speed_);
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof com.craxiom.messaging.CdmaRecordData)) {
return super.equals(obj);
}
com.craxiom.messaging.CdmaRecordData other = (com.craxiom.messaging.CdmaRecordData) obj;
if (!getDeviceSerialNumber()
.equals(other.getDeviceSerialNumber())) return false;
if (!getDeviceName()
.equals(other.getDeviceName())) return false;
if (!getDeviceTime()
.equals(other.getDeviceTime())) return false;
if (java.lang.Double.doubleToLongBits(getLatitude())
!= java.lang.Double.doubleToLongBits(
other.getLatitude())) return false;
if (java.lang.Double.doubleToLongBits(getLongitude())
!= java.lang.Double.doubleToLongBits(
other.getLongitude())) return false;
if (java.lang.Float.floatToIntBits(getAltitude())
!= java.lang.Float.floatToIntBits(
other.getAltitude())) return false;
if (!getMissionId()
.equals(other.getMissionId())) return false;
if (getRecordNumber()
!= other.getRecordNumber()) return false;
if (getGroupNumber()
!= other.getGroupNumber()) return false;
if (getAccuracy()
!= other.getAccuracy()) return false;
if (java.lang.Float.floatToIntBits(getHeading())
!= java.lang.Float.floatToIntBits(
other.getHeading())) return false;
if (java.lang.Float.floatToIntBits(getPitch())
!= java.lang.Float.floatToIntBits(
other.getPitch())) return false;
if (java.lang.Float.floatToIntBits(getRoll())
!= java.lang.Float.floatToIntBits(
other.getRoll())) return false;
if (java.lang.Float.floatToIntBits(getFieldOfView())
!= java.lang.Float.floatToIntBits(
other.getFieldOfView())) return false;
if (java.lang.Float.floatToIntBits(getReceiverSensitivity())
!= java.lang.Float.floatToIntBits(
other.getReceiverSensitivity())) return false;
if (java.lang.Float.floatToIntBits(getSpeed())
!= java.lang.Float.floatToIntBits(
other.getSpeed())) return false;
if (hasSid() != other.hasSid()) return false;
if (hasSid()) {
if (!getSid()
.equals(other.getSid())) return false;
}
if (hasNid() != other.hasNid()) return false;
if (hasNid()) {
if (!getNid()
.equals(other.getNid())) return false;
}
if (hasZone() != other.hasZone()) return false;
if (hasZone()) {
if (!getZone()
.equals(other.getZone())) return false;
}
if (hasBsid() != other.hasBsid()) return false;
if (hasBsid()) {
if (!getBsid()
.equals(other.getBsid())) return false;
}
if (hasChannel() != other.hasChannel()) return false;
if (hasChannel()) {
if (!getChannel()
.equals(other.getChannel())) return false;
}
if (hasPnOffset() != other.hasPnOffset()) return false;
if (hasPnOffset()) {
if (!getPnOffset()
.equals(other.getPnOffset())) return false;
}
if (hasSignalStrength() != other.hasSignalStrength()) return false;
if (hasSignalStrength()) {
if (!getSignalStrength()
.equals(other.getSignalStrength())) return false;
}
if (hasEcio() != other.hasEcio()) return false;
if (hasEcio()) {
if (!getEcio()
.equals(other.getEcio())) return false;
}
if (hasServingCell() != other.hasServingCell()) return false;
if (hasServingCell()) {
if (!getServingCell()
.equals(other.getServingCell())) return false;
}
if (!getProvider()
.equals(other.getProvider())) return false;
if (hasSlot() != other.hasSlot()) return false;
if (hasSlot()) {
if (!getSlot()
.equals(other.getSlot())) return false;
}
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + DEVICESERIALNUMBER_FIELD_NUMBER;
hash = (53 * hash) + getDeviceSerialNumber().hashCode();
hash = (37 * hash) + DEVICENAME_FIELD_NUMBER;
hash = (53 * hash) + getDeviceName().hashCode();
hash = (37 * hash) + DEVICETIME_FIELD_NUMBER;
hash = (53 * hash) + getDeviceTime().hashCode();
hash = (37 * hash) + LATITUDE_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
java.lang.Double.doubleToLongBits(getLatitude()));
hash = (37 * hash) + LONGITUDE_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
java.lang.Double.doubleToLongBits(getLongitude()));
hash = (37 * hash) + ALTITUDE_FIELD_NUMBER;
hash = (53 * hash) + java.lang.Float.floatToIntBits(
getAltitude());
hash = (37 * hash) + MISSIONID_FIELD_NUMBER;
hash = (53 * hash) + getMissionId().hashCode();
hash = (37 * hash) + RECORDNUMBER_FIELD_NUMBER;
hash = (53 * hash) + getRecordNumber();
hash = (37 * hash) + GROUPNUMBER_FIELD_NUMBER;
hash = (53 * hash) + getGroupNumber();
hash = (37 * hash) + ACCURACY_FIELD_NUMBER;
hash = (53 * hash) + getAccuracy();
hash = (37 * hash) + HEADING_FIELD_NUMBER;
hash = (53 * hash) + java.lang.Float.floatToIntBits(
getHeading());
hash = (37 * hash) + PITCH_FIELD_NUMBER;
hash = (53 * hash) + java.lang.Float.floatToIntBits(
getPitch());
hash = (37 * hash) + ROLL_FIELD_NUMBER;
hash = (53 * hash) + java.lang.Float.floatToIntBits(
getRoll());
hash = (37 * hash) + FIELDOFVIEW_FIELD_NUMBER;
hash = (53 * hash) + java.lang.Float.floatToIntBits(
getFieldOfView());
hash = (37 * hash) + RECEIVERSENSITIVITY_FIELD_NUMBER;
hash = (53 * hash) + java.lang.Float.floatToIntBits(
getReceiverSensitivity());
hash = (37 * hash) + SPEED_FIELD_NUMBER;
hash = (53 * hash) + java.lang.Float.floatToIntBits(
getSpeed());
if (hasSid()) {
hash = (37 * hash) + SID_FIELD_NUMBER;
hash = (53 * hash) + getSid().hashCode();
}
if (hasNid()) {
hash = (37 * hash) + NID_FIELD_NUMBER;
hash = (53 * hash) + getNid().hashCode();
}
if (hasZone()) {
hash = (37 * hash) + ZONE_FIELD_NUMBER;
hash = (53 * hash) + getZone().hashCode();
}
if (hasBsid()) {
hash = (37 * hash) + BSID_FIELD_NUMBER;
hash = (53 * hash) + getBsid().hashCode();
}
if (hasChannel()) {
hash = (37 * hash) + CHANNEL_FIELD_NUMBER;
hash = (53 * hash) + getChannel().hashCode();
}
if (hasPnOffset()) {
hash = (37 * hash) + PNOFFSET_FIELD_NUMBER;
hash = (53 * hash) + getPnOffset().hashCode();
}
if (hasSignalStrength()) {
hash = (37 * hash) + SIGNALSTRENGTH_FIELD_NUMBER;
hash = (53 * hash) + getSignalStrength().hashCode();
}
if (hasEcio()) {
hash = (37 * hash) + ECIO_FIELD_NUMBER;
hash = (53 * hash) + getEcio().hashCode();
}
if (hasServingCell()) {
hash = (37 * hash) + SERVINGCELL_FIELD_NUMBER;
hash = (53 * hash) + getServingCell().hashCode();
}
hash = (37 * hash) + PROVIDER_FIELD_NUMBER;
hash = (53 * hash) + getProvider().hashCode();
if (hasSlot()) {
hash = (37 * hash) + SLOT_FIELD_NUMBER;
hash = (53 * hash) + getSlot().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.craxiom.messaging.CdmaRecordData parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.craxiom.messaging.CdmaRecordData parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.craxiom.messaging.CdmaRecordData parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.craxiom.messaging.CdmaRecordData parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.craxiom.messaging.CdmaRecordData parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.craxiom.messaging.CdmaRecordData parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.craxiom.messaging.CdmaRecordData parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input);
}
public static com.craxiom.messaging.CdmaRecordData parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static com.craxiom.messaging.CdmaRecordData parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessage
.parseDelimitedWithIOException(PARSER, input);
}
public static com.craxiom.messaging.CdmaRecordData parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessage
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static com.craxiom.messaging.CdmaRecordData parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input);
}
public static com.craxiom.messaging.CdmaRecordData parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(com.craxiom.messaging.CdmaRecordData prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code com.craxiom.messaging.CdmaRecordData}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessage.Builder implements
// @@protoc_insertion_point(builder_implements:com.craxiom.messaging.CdmaRecordData)
com.craxiom.messaging.CdmaRecordDataOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.craxiom.messaging.CdmaRecordOuterClass.internal_static_com_craxiom_messaging_CdmaRecordData_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.craxiom.messaging.CdmaRecordOuterClass.internal_static_com_craxiom_messaging_CdmaRecordData_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.craxiom.messaging.CdmaRecordData.class, com.craxiom.messaging.CdmaRecordData.Builder.class);
}
// Construct using com.craxiom.messaging.CdmaRecordData.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessage
.alwaysUseFieldBuilders) {
getSidFieldBuilder();
getNidFieldBuilder();
getZoneFieldBuilder();
getBsidFieldBuilder();
getChannelFieldBuilder();
getPnOffsetFieldBuilder();
getSignalStrengthFieldBuilder();
getEcioFieldBuilder();
getServingCellFieldBuilder();
getSlotFieldBuilder();
}
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
deviceSerialNumber_ = "";
deviceName_ = "";
deviceTime_ = "";
latitude_ = 0D;
longitude_ = 0D;
altitude_ = 0F;
missionId_ = "";
recordNumber_ = 0;
groupNumber_ = 0;
accuracy_ = 0;
heading_ = 0F;
pitch_ = 0F;
roll_ = 0F;
fieldOfView_ = 0F;
receiverSensitivity_ = 0F;
speed_ = 0F;
sid_ = null;
if (sidBuilder_ != null) {
sidBuilder_.dispose();
sidBuilder_ = null;
}
nid_ = null;
if (nidBuilder_ != null) {
nidBuilder_.dispose();
nidBuilder_ = null;
}
zone_ = null;
if (zoneBuilder_ != null) {
zoneBuilder_.dispose();
zoneBuilder_ = null;
}
bsid_ = null;
if (bsidBuilder_ != null) {
bsidBuilder_.dispose();
bsidBuilder_ = null;
}
channel_ = null;
if (channelBuilder_ != null) {
channelBuilder_.dispose();
channelBuilder_ = null;
}
pnOffset_ = null;
if (pnOffsetBuilder_ != null) {
pnOffsetBuilder_.dispose();
pnOffsetBuilder_ = null;
}
signalStrength_ = null;
if (signalStrengthBuilder_ != null) {
signalStrengthBuilder_.dispose();
signalStrengthBuilder_ = null;
}
ecio_ = null;
if (ecioBuilder_ != null) {
ecioBuilder_.dispose();
ecioBuilder_ = null;
}
servingCell_ = null;
if (servingCellBuilder_ != null) {
servingCellBuilder_.dispose();
servingCellBuilder_ = null;
}
provider_ = "";
slot_ = null;
if (slotBuilder_ != null) {
slotBuilder_.dispose();
slotBuilder_ = null;
}
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.craxiom.messaging.CdmaRecordOuterClass.internal_static_com_craxiom_messaging_CdmaRecordData_descriptor;
}
@java.lang.Override
public com.craxiom.messaging.CdmaRecordData getDefaultInstanceForType() {
return com.craxiom.messaging.CdmaRecordData.getDefaultInstance();
}
@java.lang.Override
public com.craxiom.messaging.CdmaRecordData build() {
com.craxiom.messaging.CdmaRecordData result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.craxiom.messaging.CdmaRecordData buildPartial() {
com.craxiom.messaging.CdmaRecordData result = new com.craxiom.messaging.CdmaRecordData(this);
if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
private void buildPartial0(com.craxiom.messaging.CdmaRecordData result) {
int from_bitField0_ = bitField0_;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.deviceSerialNumber_ = deviceSerialNumber_;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
result.deviceName_ = deviceName_;
}
if (((from_bitField0_ & 0x00000004) != 0)) {
result.deviceTime_ = deviceTime_;
}
if (((from_bitField0_ & 0x00000008) != 0)) {
result.latitude_ = latitude_;
}
if (((from_bitField0_ & 0x00000010) != 0)) {
result.longitude_ = longitude_;
}
if (((from_bitField0_ & 0x00000020) != 0)) {
result.altitude_ = altitude_;
}
if (((from_bitField0_ & 0x00000040) != 0)) {
result.missionId_ = missionId_;
}
if (((from_bitField0_ & 0x00000080) != 0)) {
result.recordNumber_ = recordNumber_;
}
if (((from_bitField0_ & 0x00000100) != 0)) {
result.groupNumber_ = groupNumber_;
}
if (((from_bitField0_ & 0x00000200) != 0)) {
result.accuracy_ = accuracy_;
}
if (((from_bitField0_ & 0x00000400) != 0)) {
result.heading_ = heading_;
}
if (((from_bitField0_ & 0x00000800) != 0)) {
result.pitch_ = pitch_;
}
if (((from_bitField0_ & 0x00001000) != 0)) {
result.roll_ = roll_;
}
if (((from_bitField0_ & 0x00002000) != 0)) {
result.fieldOfView_ = fieldOfView_;
}
if (((from_bitField0_ & 0x00004000) != 0)) {
result.receiverSensitivity_ = receiverSensitivity_;
}
if (((from_bitField0_ & 0x00008000) != 0)) {
result.speed_ = speed_;
}
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00010000) != 0)) {
result.sid_ = sidBuilder_ == null
? sid_
: sidBuilder_.build();
to_bitField0_ |= 0x00000001;
}
if (((from_bitField0_ & 0x00020000) != 0)) {
result.nid_ = nidBuilder_ == null
? nid_
: nidBuilder_.build();
to_bitField0_ |= 0x00000002;
}
if (((from_bitField0_ & 0x00040000) != 0)) {
result.zone_ = zoneBuilder_ == null
? zone_
: zoneBuilder_.build();
to_bitField0_ |= 0x00000004;
}
if (((from_bitField0_ & 0x00080000) != 0)) {
result.bsid_ = bsidBuilder_ == null
? bsid_
: bsidBuilder_.build();
to_bitField0_ |= 0x00000008;
}
if (((from_bitField0_ & 0x00100000) != 0)) {
result.channel_ = channelBuilder_ == null
? channel_
: channelBuilder_.build();
to_bitField0_ |= 0x00000010;
}
if (((from_bitField0_ & 0x00200000) != 0)) {
result.pnOffset_ = pnOffsetBuilder_ == null
? pnOffset_
: pnOffsetBuilder_.build();
to_bitField0_ |= 0x00000020;
}
if (((from_bitField0_ & 0x00400000) != 0)) {
result.signalStrength_ = signalStrengthBuilder_ == null
? signalStrength_
: signalStrengthBuilder_.build();
to_bitField0_ |= 0x00000040;
}
if (((from_bitField0_ & 0x00800000) != 0)) {
result.ecio_ = ecioBuilder_ == null
? ecio_
: ecioBuilder_.build();
to_bitField0_ |= 0x00000080;
}
if (((from_bitField0_ & 0x01000000) != 0)) {
result.servingCell_ = servingCellBuilder_ == null
? servingCell_
: servingCellBuilder_.build();
to_bitField0_ |= 0x00000100;
}
if (((from_bitField0_ & 0x02000000) != 0)) {
result.provider_ = provider_;
}
if (((from_bitField0_ & 0x04000000) != 0)) {
result.slot_ = slotBuilder_ == null
? slot_
: slotBuilder_.build();
to_bitField0_ |= 0x00000200;
}
result.bitField0_ |= to_bitField0_;
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.craxiom.messaging.CdmaRecordData) {
return mergeFrom((com.craxiom.messaging.CdmaRecordData)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.craxiom.messaging.CdmaRecordData other) {
if (other == com.craxiom.messaging.CdmaRecordData.getDefaultInstance()) return this;
if (!other.getDeviceSerialNumber().isEmpty()) {
deviceSerialNumber_ = other.deviceSerialNumber_;
bitField0_ |= 0x00000001;
onChanged();
}
if (!other.getDeviceName().isEmpty()) {
deviceName_ = other.deviceName_;
bitField0_ |= 0x00000002;
onChanged();
}
if (!other.getDeviceTime().isEmpty()) {
deviceTime_ = other.deviceTime_;
bitField0_ |= 0x00000004;
onChanged();
}
if (other.getLatitude() != 0D) {
setLatitude(other.getLatitude());
}
if (other.getLongitude() != 0D) {
setLongitude(other.getLongitude());
}
if (other.getAltitude() != 0F) {
setAltitude(other.getAltitude());
}
if (!other.getMissionId().isEmpty()) {
missionId_ = other.missionId_;
bitField0_ |= 0x00000040;
onChanged();
}
if (other.getRecordNumber() != 0) {
setRecordNumber(other.getRecordNumber());
}
if (other.getGroupNumber() != 0) {
setGroupNumber(other.getGroupNumber());
}
if (other.getAccuracy() != 0) {
setAccuracy(other.getAccuracy());
}
if (other.getHeading() != 0F) {
setHeading(other.getHeading());
}
if (other.getPitch() != 0F) {
setPitch(other.getPitch());
}
if (other.getRoll() != 0F) {
setRoll(other.getRoll());
}
if (other.getFieldOfView() != 0F) {
setFieldOfView(other.getFieldOfView());
}
if (other.getReceiverSensitivity() != 0F) {
setReceiverSensitivity(other.getReceiverSensitivity());
}
if (other.getSpeed() != 0F) {
setSpeed(other.getSpeed());
}
if (other.hasSid()) {
mergeSid(other.getSid());
}
if (other.hasNid()) {
mergeNid(other.getNid());
}
if (other.hasZone()) {
mergeZone(other.getZone());
}
if (other.hasBsid()) {
mergeBsid(other.getBsid());
}
if (other.hasChannel()) {
mergeChannel(other.getChannel());
}
if (other.hasPnOffset()) {
mergePnOffset(other.getPnOffset());
}
if (other.hasSignalStrength()) {
mergeSignalStrength(other.getSignalStrength());
}
if (other.hasEcio()) {
mergeEcio(other.getEcio());
}
if (other.hasServingCell()) {
mergeServingCell(other.getServingCell());
}
if (!other.getProvider().isEmpty()) {
provider_ = other.provider_;
bitField0_ |= 0x02000000;
onChanged();
}
if (other.hasSlot()) {
mergeSlot(other.getSlot());
}
this.mergeUnknownFields(other.getUnknownFields());
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 10: {
deviceSerialNumber_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000001;
break;
} // case 10
case 18: {
deviceName_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000002;
break;
} // case 18
case 26: {
deviceTime_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000004;
break;
} // case 26
case 33: {
latitude_ = input.readDouble();
bitField0_ |= 0x00000008;
break;
} // case 33
case 41: {
longitude_ = input.readDouble();
bitField0_ |= 0x00000010;
break;
} // case 41
case 53: {
altitude_ = input.readFloat();
bitField0_ |= 0x00000020;
break;
} // case 53
case 58: {
missionId_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000040;
break;
} // case 58
case 64: {
recordNumber_ = input.readInt32();
bitField0_ |= 0x00000080;
break;
} // case 64
case 72: {
groupNumber_ = input.readInt32();
bitField0_ |= 0x00000100;
break;
} // case 72
case 80: {
accuracy_ = input.readInt32();
bitField0_ |= 0x00000200;
break;
} // case 80
case 130: {
input.readMessage(
getSidFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00010000;
break;
} // case 130
case 138: {
input.readMessage(
getNidFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00020000;
break;
} // case 138
case 146: {
input.readMessage(
getZoneFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00040000;
break;
} // case 146
case 154: {
input.readMessage(
getBsidFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00080000;
break;
} // case 154
case 162: {
input.readMessage(
getChannelFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00100000;
break;
} // case 162
case 170: {
input.readMessage(
getPnOffsetFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00200000;
break;
} // case 170
case 178: {
input.readMessage(
getSignalStrengthFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00400000;
break;
} // case 178
case 186: {
input.readMessage(
getEcioFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00800000;
break;
} // case 186
case 202: {
input.readMessage(
getServingCellFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x01000000;
break;
} // case 202
case 218: {
provider_ = input.readStringRequireUtf8();
bitField0_ |= 0x02000000;
break;
} // case 218
case 226: {
input.readMessage(
getSlotFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x04000000;
break;
} // case 226
case 405: {
heading_ = input.readFloat();
bitField0_ |= 0x00000400;
break;
} // case 405
case 413: {
pitch_ = input.readFloat();
bitField0_ |= 0x00000800;
break;
} // case 413
case 421: {
roll_ = input.readFloat();
bitField0_ |= 0x00001000;
break;
} // case 421
case 429: {
fieldOfView_ = input.readFloat();
bitField0_ |= 0x00002000;
break;
} // case 429
case 437: {
receiverSensitivity_ = input.readFloat();
bitField0_ |= 0x00004000;
break;
} // case 437
case 445: {
speed_ = input.readFloat();
bitField0_ |= 0x00008000;
break;
} // case 445
default: {
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
done = true; // was an endgroup tag
}
break;
} // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.unwrapIOException();
} finally {
onChanged();
} // finally
return this;
}
private int bitField0_;
private java.lang.Object deviceSerialNumber_ = "";
/**
* string deviceSerialNumber = 1;
* @return The deviceSerialNumber.
*/
public java.lang.String getDeviceSerialNumber() {
java.lang.Object ref = deviceSerialNumber_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
deviceSerialNumber_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string deviceSerialNumber = 1;
* @return The bytes for deviceSerialNumber.
*/
public com.google.protobuf.ByteString
getDeviceSerialNumberBytes() {
java.lang.Object ref = deviceSerialNumber_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
deviceSerialNumber_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string deviceSerialNumber = 1;
* @param value The deviceSerialNumber to set.
* @return This builder for chaining.
*/
public Builder setDeviceSerialNumber(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
deviceSerialNumber_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* string deviceSerialNumber = 1;
* @return This builder for chaining.
*/
public Builder clearDeviceSerialNumber() {
deviceSerialNumber_ = getDefaultInstance().getDeviceSerialNumber();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
/**
* string deviceSerialNumber = 1;
* @param value The bytes for deviceSerialNumber to set.
* @return This builder for chaining.
*/
public Builder setDeviceSerialNumberBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
deviceSerialNumber_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
private java.lang.Object deviceName_ = "";
/**
* string deviceName = 2;
* @return The deviceName.
*/
public java.lang.String getDeviceName() {
java.lang.Object ref = deviceName_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
deviceName_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string deviceName = 2;
* @return The bytes for deviceName.
*/
public com.google.protobuf.ByteString
getDeviceNameBytes() {
java.lang.Object ref = deviceName_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
deviceName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string deviceName = 2;
* @param value The deviceName to set.
* @return This builder for chaining.
*/
public Builder setDeviceName(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
deviceName_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* string deviceName = 2;
* @return This builder for chaining.
*/
public Builder clearDeviceName() {
deviceName_ = getDefaultInstance().getDeviceName();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
/**
* string deviceName = 2;
* @param value The bytes for deviceName to set.
* @return This builder for chaining.
*/
public Builder setDeviceNameBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
deviceName_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
private java.lang.Object deviceTime_ = "";
/**
* string deviceTime = 3;
* @return The deviceTime.
*/
public java.lang.String getDeviceTime() {
java.lang.Object ref = deviceTime_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
deviceTime_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string deviceTime = 3;
* @return The bytes for deviceTime.
*/
public com.google.protobuf.ByteString
getDeviceTimeBytes() {
java.lang.Object ref = deviceTime_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
deviceTime_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string deviceTime = 3;
* @param value The deviceTime to set.
* @return This builder for chaining.
*/
public Builder setDeviceTime(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
deviceTime_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
* string deviceTime = 3;
* @return This builder for chaining.
*/
public Builder clearDeviceTime() {
deviceTime_ = getDefaultInstance().getDeviceTime();
bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
return this;
}
/**
* string deviceTime = 3;
* @param value The bytes for deviceTime to set.
* @return This builder for chaining.
*/
public Builder setDeviceTimeBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
deviceTime_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
private double latitude_ ;
/**
* double latitude = 4;
* @return The latitude.
*/
@java.lang.Override
public double getLatitude() {
return latitude_;
}
/**
* double latitude = 4;
* @param value The latitude to set.
* @return This builder for chaining.
*/
public Builder setLatitude(double value) {
latitude_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
* double latitude = 4;
* @return This builder for chaining.
*/
public Builder clearLatitude() {
bitField0_ = (bitField0_ & ~0x00000008);
latitude_ = 0D;
onChanged();
return this;
}
private double longitude_ ;
/**
* double longitude = 5;
* @return The longitude.
*/
@java.lang.Override
public double getLongitude() {
return longitude_;
}
/**
* double longitude = 5;
* @param value The longitude to set.
* @return This builder for chaining.
*/
public Builder setLongitude(double value) {
longitude_ = value;
bitField0_ |= 0x00000010;
onChanged();
return this;
}
/**
* double longitude = 5;
* @return This builder for chaining.
*/
public Builder clearLongitude() {
bitField0_ = (bitField0_ & ~0x00000010);
longitude_ = 0D;
onChanged();
return this;
}
private float altitude_ ;
/**
* float altitude = 6;
* @return The altitude.
*/
@java.lang.Override
public float getAltitude() {
return altitude_;
}
/**
* float altitude = 6;
* @param value The altitude to set.
* @return This builder for chaining.
*/
public Builder setAltitude(float value) {
altitude_ = value;
bitField0_ |= 0x00000020;
onChanged();
return this;
}
/**
* float altitude = 6;
* @return This builder for chaining.
*/
public Builder clearAltitude() {
bitField0_ = (bitField0_ & ~0x00000020);
altitude_ = 0F;
onChanged();
return this;
}
private java.lang.Object missionId_ = "";
/**
* string missionId = 7;
* @return The missionId.
*/
public java.lang.String getMissionId() {
java.lang.Object ref = missionId_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
missionId_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string missionId = 7;
* @return The bytes for missionId.
*/
public com.google.protobuf.ByteString
getMissionIdBytes() {
java.lang.Object ref = missionId_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
missionId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string missionId = 7;
* @param value The missionId to set.
* @return This builder for chaining.
*/
public Builder setMissionId(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
missionId_ = value;
bitField0_ |= 0x00000040;
onChanged();
return this;
}
/**
* string missionId = 7;
* @return This builder for chaining.
*/
public Builder clearMissionId() {
missionId_ = getDefaultInstance().getMissionId();
bitField0_ = (bitField0_ & ~0x00000040);
onChanged();
return this;
}
/**
* string missionId = 7;
* @param value The bytes for missionId to set.
* @return This builder for chaining.
*/
public Builder setMissionIdBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
missionId_ = value;
bitField0_ |= 0x00000040;
onChanged();
return this;
}
private int recordNumber_ ;
/**
* int32 recordNumber = 8;
* @return The recordNumber.
*/
@java.lang.Override
public int getRecordNumber() {
return recordNumber_;
}
/**
* int32 recordNumber = 8;
* @param value The recordNumber to set.
* @return This builder for chaining.
*/
public Builder setRecordNumber(int value) {
recordNumber_ = value;
bitField0_ |= 0x00000080;
onChanged();
return this;
}
/**
* int32 recordNumber = 8;
* @return This builder for chaining.
*/
public Builder clearRecordNumber() {
bitField0_ = (bitField0_ & ~0x00000080);
recordNumber_ = 0;
onChanged();
return this;
}
private int groupNumber_ ;
/**
* int32 groupNumber = 9;
* @return The groupNumber.
*/
@java.lang.Override
public int getGroupNumber() {
return groupNumber_;
}
/**
* int32 groupNumber = 9;
* @param value The groupNumber to set.
* @return This builder for chaining.
*/
public Builder setGroupNumber(int value) {
groupNumber_ = value;
bitField0_ |= 0x00000100;
onChanged();
return this;
}
/**
* int32 groupNumber = 9;
* @return This builder for chaining.
*/
public Builder clearGroupNumber() {
bitField0_ = (bitField0_ & ~0x00000100);
groupNumber_ = 0;
onChanged();
return this;
}
private int accuracy_ ;
/**
* int32 accuracy = 10;
* @return The accuracy.
*/
@java.lang.Override
public int getAccuracy() {
return accuracy_;
}
/**
* int32 accuracy = 10;
* @param value The accuracy to set.
* @return This builder for chaining.
*/
public Builder setAccuracy(int value) {
accuracy_ = value;
bitField0_ |= 0x00000200;
onChanged();
return this;
}
/**
* int32 accuracy = 10;
* @return This builder for chaining.
*/
public Builder clearAccuracy() {
bitField0_ = (bitField0_ & ~0x00000200);
accuracy_ = 0;
onChanged();
return this;
}
private float heading_ ;
/**
* float heading = 50;
* @return The heading.
*/
@java.lang.Override
public float getHeading() {
return heading_;
}
/**
* float heading = 50;
* @param value The heading to set.
* @return This builder for chaining.
*/
public Builder setHeading(float value) {
heading_ = value;
bitField0_ |= 0x00000400;
onChanged();
return this;
}
/**
* float heading = 50;
* @return This builder for chaining.
*/
public Builder clearHeading() {
bitField0_ = (bitField0_ & ~0x00000400);
heading_ = 0F;
onChanged();
return this;
}
private float pitch_ ;
/**
* float pitch = 51;
* @return The pitch.
*/
@java.lang.Override
public float getPitch() {
return pitch_;
}
/**
* float pitch = 51;
* @param value The pitch to set.
* @return This builder for chaining.
*/
public Builder setPitch(float value) {
pitch_ = value;
bitField0_ |= 0x00000800;
onChanged();
return this;
}
/**
* float pitch = 51;
* @return This builder for chaining.
*/
public Builder clearPitch() {
bitField0_ = (bitField0_ & ~0x00000800);
pitch_ = 0F;
onChanged();
return this;
}
private float roll_ ;
/**
* float roll = 52;
* @return The roll.
*/
@java.lang.Override
public float getRoll() {
return roll_;
}
/**
* float roll = 52;
* @param value The roll to set.
* @return This builder for chaining.
*/
public Builder setRoll(float value) {
roll_ = value;
bitField0_ |= 0x00001000;
onChanged();
return this;
}
/**
* float roll = 52;
* @return This builder for chaining.
*/
public Builder clearRoll() {
bitField0_ = (bitField0_ & ~0x00001000);
roll_ = 0F;
onChanged();
return this;
}
private float fieldOfView_ ;
/**
* float fieldOfView = 53;
* @return The fieldOfView.
*/
@java.lang.Override
public float getFieldOfView() {
return fieldOfView_;
}
/**
* float fieldOfView = 53;
* @param value The fieldOfView to set.
* @return This builder for chaining.
*/
public Builder setFieldOfView(float value) {
fieldOfView_ = value;
bitField0_ |= 0x00002000;
onChanged();
return this;
}
/**
* float fieldOfView = 53;
* @return This builder for chaining.
*/
public Builder clearFieldOfView() {
bitField0_ = (bitField0_ & ~0x00002000);
fieldOfView_ = 0F;
onChanged();
return this;
}
private float receiverSensitivity_ ;
/**
* float receiverSensitivity = 54;
* @return The receiverSensitivity.
*/
@java.lang.Override
public float getReceiverSensitivity() {
return receiverSensitivity_;
}
/**
* float receiverSensitivity = 54;
* @param value The receiverSensitivity to set.
* @return This builder for chaining.
*/
public Builder setReceiverSensitivity(float value) {
receiverSensitivity_ = value;
bitField0_ |= 0x00004000;
onChanged();
return this;
}
/**
* float receiverSensitivity = 54;
* @return This builder for chaining.
*/
public Builder clearReceiverSensitivity() {
bitField0_ = (bitField0_ & ~0x00004000);
receiverSensitivity_ = 0F;
onChanged();
return this;
}
private float speed_ ;
/**
* float speed = 55;
* @return The speed.
*/
@java.lang.Override
public float getSpeed() {
return speed_;
}
/**
* float speed = 55;
* @param value The speed to set.
* @return This builder for chaining.
*/
public Builder setSpeed(float value) {
speed_ = value;
bitField0_ |= 0x00008000;
onChanged();
return this;
}
/**
* float speed = 55;
* @return This builder for chaining.
*/
public Builder clearSpeed() {
bitField0_ = (bitField0_ & ~0x00008000);
speed_ = 0F;
onChanged();
return this;
}
private com.google.protobuf.Int32Value sid_;
private com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder> sidBuilder_;
/**
* .google.protobuf.Int32Value sid = 16;
* @return Whether the sid field is set.
*/
public boolean hasSid() {
return ((bitField0_ & 0x00010000) != 0);
}
/**
* .google.protobuf.Int32Value sid = 16;
* @return The sid.
*/
public com.google.protobuf.Int32Value getSid() {
if (sidBuilder_ == null) {
return sid_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : sid_;
} else {
return sidBuilder_.getMessage();
}
}
/**
* .google.protobuf.Int32Value sid = 16;
*/
public Builder setSid(com.google.protobuf.Int32Value value) {
if (sidBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
sid_ = value;
} else {
sidBuilder_.setMessage(value);
}
bitField0_ |= 0x00010000;
onChanged();
return this;
}
/**
* .google.protobuf.Int32Value sid = 16;
*/
public Builder setSid(
com.google.protobuf.Int32Value.Builder builderForValue) {
if (sidBuilder_ == null) {
sid_ = builderForValue.build();
} else {
sidBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00010000;
onChanged();
return this;
}
/**
* .google.protobuf.Int32Value sid = 16;
*/
public Builder mergeSid(com.google.protobuf.Int32Value value) {
if (sidBuilder_ == null) {
if (((bitField0_ & 0x00010000) != 0) &&
sid_ != null &&
sid_ != com.google.protobuf.Int32Value.getDefaultInstance()) {
getSidBuilder().mergeFrom(value);
} else {
sid_ = value;
}
} else {
sidBuilder_.mergeFrom(value);
}
if (sid_ != null) {
bitField0_ |= 0x00010000;
onChanged();
}
return this;
}
/**
* .google.protobuf.Int32Value sid = 16;
*/
public Builder clearSid() {
bitField0_ = (bitField0_ & ~0x00010000);
sid_ = null;
if (sidBuilder_ != null) {
sidBuilder_.dispose();
sidBuilder_ = null;
}
onChanged();
return this;
}
/**
* .google.protobuf.Int32Value sid = 16;
*/
public com.google.protobuf.Int32Value.Builder getSidBuilder() {
bitField0_ |= 0x00010000;
onChanged();
return getSidFieldBuilder().getBuilder();
}
/**
* .google.protobuf.Int32Value sid = 16;
*/
public com.google.protobuf.Int32ValueOrBuilder getSidOrBuilder() {
if (sidBuilder_ != null) {
return sidBuilder_.getMessageOrBuilder();
} else {
return sid_ == null ?
com.google.protobuf.Int32Value.getDefaultInstance() : sid_;
}
}
/**
* .google.protobuf.Int32Value sid = 16;
*/
private com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder>
getSidFieldBuilder() {
if (sidBuilder_ == null) {
sidBuilder_ = new com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder>(
getSid(),
getParentForChildren(),
isClean());
sid_ = null;
}
return sidBuilder_;
}
private com.google.protobuf.Int32Value nid_;
private com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder> nidBuilder_;
/**
* .google.protobuf.Int32Value nid = 17;
* @return Whether the nid field is set.
*/
public boolean hasNid() {
return ((bitField0_ & 0x00020000) != 0);
}
/**
* .google.protobuf.Int32Value nid = 17;
* @return The nid.
*/
public com.google.protobuf.Int32Value getNid() {
if (nidBuilder_ == null) {
return nid_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : nid_;
} else {
return nidBuilder_.getMessage();
}
}
/**
* .google.protobuf.Int32Value nid = 17;
*/
public Builder setNid(com.google.protobuf.Int32Value value) {
if (nidBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
nid_ = value;
} else {
nidBuilder_.setMessage(value);
}
bitField0_ |= 0x00020000;
onChanged();
return this;
}
/**
* .google.protobuf.Int32Value nid = 17;
*/
public Builder setNid(
com.google.protobuf.Int32Value.Builder builderForValue) {
if (nidBuilder_ == null) {
nid_ = builderForValue.build();
} else {
nidBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00020000;
onChanged();
return this;
}
/**
* .google.protobuf.Int32Value nid = 17;
*/
public Builder mergeNid(com.google.protobuf.Int32Value value) {
if (nidBuilder_ == null) {
if (((bitField0_ & 0x00020000) != 0) &&
nid_ != null &&
nid_ != com.google.protobuf.Int32Value.getDefaultInstance()) {
getNidBuilder().mergeFrom(value);
} else {
nid_ = value;
}
} else {
nidBuilder_.mergeFrom(value);
}
if (nid_ != null) {
bitField0_ |= 0x00020000;
onChanged();
}
return this;
}
/**
* .google.protobuf.Int32Value nid = 17;
*/
public Builder clearNid() {
bitField0_ = (bitField0_ & ~0x00020000);
nid_ = null;
if (nidBuilder_ != null) {
nidBuilder_.dispose();
nidBuilder_ = null;
}
onChanged();
return this;
}
/**
* .google.protobuf.Int32Value nid = 17;
*/
public com.google.protobuf.Int32Value.Builder getNidBuilder() {
bitField0_ |= 0x00020000;
onChanged();
return getNidFieldBuilder().getBuilder();
}
/**
* .google.protobuf.Int32Value nid = 17;
*/
public com.google.protobuf.Int32ValueOrBuilder getNidOrBuilder() {
if (nidBuilder_ != null) {
return nidBuilder_.getMessageOrBuilder();
} else {
return nid_ == null ?
com.google.protobuf.Int32Value.getDefaultInstance() : nid_;
}
}
/**
* .google.protobuf.Int32Value nid = 17;
*/
private com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder>
getNidFieldBuilder() {
if (nidBuilder_ == null) {
nidBuilder_ = new com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder>(
getNid(),
getParentForChildren(),
isClean());
nid_ = null;
}
return nidBuilder_;
}
private com.google.protobuf.Int32Value zone_;
private com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder> zoneBuilder_;
/**
* .google.protobuf.Int32Value zone = 18;
* @return Whether the zone field is set.
*/
public boolean hasZone() {
return ((bitField0_ & 0x00040000) != 0);
}
/**
* .google.protobuf.Int32Value zone = 18;
* @return The zone.
*/
public com.google.protobuf.Int32Value getZone() {
if (zoneBuilder_ == null) {
return zone_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : zone_;
} else {
return zoneBuilder_.getMessage();
}
}
/**
* .google.protobuf.Int32Value zone = 18;
*/
public Builder setZone(com.google.protobuf.Int32Value value) {
if (zoneBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
zone_ = value;
} else {
zoneBuilder_.setMessage(value);
}
bitField0_ |= 0x00040000;
onChanged();
return this;
}
/**
* .google.protobuf.Int32Value zone = 18;
*/
public Builder setZone(
com.google.protobuf.Int32Value.Builder builderForValue) {
if (zoneBuilder_ == null) {
zone_ = builderForValue.build();
} else {
zoneBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00040000;
onChanged();
return this;
}
/**
* .google.protobuf.Int32Value zone = 18;
*/
public Builder mergeZone(com.google.protobuf.Int32Value value) {
if (zoneBuilder_ == null) {
if (((bitField0_ & 0x00040000) != 0) &&
zone_ != null &&
zone_ != com.google.protobuf.Int32Value.getDefaultInstance()) {
getZoneBuilder().mergeFrom(value);
} else {
zone_ = value;
}
} else {
zoneBuilder_.mergeFrom(value);
}
if (zone_ != null) {
bitField0_ |= 0x00040000;
onChanged();
}
return this;
}
/**
* .google.protobuf.Int32Value zone = 18;
*/
public Builder clearZone() {
bitField0_ = (bitField0_ & ~0x00040000);
zone_ = null;
if (zoneBuilder_ != null) {
zoneBuilder_.dispose();
zoneBuilder_ = null;
}
onChanged();
return this;
}
/**
* .google.protobuf.Int32Value zone = 18;
*/
public com.google.protobuf.Int32Value.Builder getZoneBuilder() {
bitField0_ |= 0x00040000;
onChanged();
return getZoneFieldBuilder().getBuilder();
}
/**
* .google.protobuf.Int32Value zone = 18;
*/
public com.google.protobuf.Int32ValueOrBuilder getZoneOrBuilder() {
if (zoneBuilder_ != null) {
return zoneBuilder_.getMessageOrBuilder();
} else {
return zone_ == null ?
com.google.protobuf.Int32Value.getDefaultInstance() : zone_;
}
}
/**
* .google.protobuf.Int32Value zone = 18;
*/
private com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder>
getZoneFieldBuilder() {
if (zoneBuilder_ == null) {
zoneBuilder_ = new com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder>(
getZone(),
getParentForChildren(),
isClean());
zone_ = null;
}
return zoneBuilder_;
}
private com.google.protobuf.Int32Value bsid_;
private com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder> bsidBuilder_;
/**
* .google.protobuf.Int32Value bsid = 19;
* @return Whether the bsid field is set.
*/
public boolean hasBsid() {
return ((bitField0_ & 0x00080000) != 0);
}
/**
* .google.protobuf.Int32Value bsid = 19;
* @return The bsid.
*/
public com.google.protobuf.Int32Value getBsid() {
if (bsidBuilder_ == null) {
return bsid_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : bsid_;
} else {
return bsidBuilder_.getMessage();
}
}
/**
* .google.protobuf.Int32Value bsid = 19;
*/
public Builder setBsid(com.google.protobuf.Int32Value value) {
if (bsidBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
bsid_ = value;
} else {
bsidBuilder_.setMessage(value);
}
bitField0_ |= 0x00080000;
onChanged();
return this;
}
/**
* .google.protobuf.Int32Value bsid = 19;
*/
public Builder setBsid(
com.google.protobuf.Int32Value.Builder builderForValue) {
if (bsidBuilder_ == null) {
bsid_ = builderForValue.build();
} else {
bsidBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00080000;
onChanged();
return this;
}
/**
* .google.protobuf.Int32Value bsid = 19;
*/
public Builder mergeBsid(com.google.protobuf.Int32Value value) {
if (bsidBuilder_ == null) {
if (((bitField0_ & 0x00080000) != 0) &&
bsid_ != null &&
bsid_ != com.google.protobuf.Int32Value.getDefaultInstance()) {
getBsidBuilder().mergeFrom(value);
} else {
bsid_ = value;
}
} else {
bsidBuilder_.mergeFrom(value);
}
if (bsid_ != null) {
bitField0_ |= 0x00080000;
onChanged();
}
return this;
}
/**
* .google.protobuf.Int32Value bsid = 19;
*/
public Builder clearBsid() {
bitField0_ = (bitField0_ & ~0x00080000);
bsid_ = null;
if (bsidBuilder_ != null) {
bsidBuilder_.dispose();
bsidBuilder_ = null;
}
onChanged();
return this;
}
/**
* .google.protobuf.Int32Value bsid = 19;
*/
public com.google.protobuf.Int32Value.Builder getBsidBuilder() {
bitField0_ |= 0x00080000;
onChanged();
return getBsidFieldBuilder().getBuilder();
}
/**
* .google.protobuf.Int32Value bsid = 19;
*/
public com.google.protobuf.Int32ValueOrBuilder getBsidOrBuilder() {
if (bsidBuilder_ != null) {
return bsidBuilder_.getMessageOrBuilder();
} else {
return bsid_ == null ?
com.google.protobuf.Int32Value.getDefaultInstance() : bsid_;
}
}
/**
* .google.protobuf.Int32Value bsid = 19;
*/
private com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder>
getBsidFieldBuilder() {
if (bsidBuilder_ == null) {
bsidBuilder_ = new com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder>(
getBsid(),
getParentForChildren(),
isClean());
bsid_ = null;
}
return bsidBuilder_;
}
private com.google.protobuf.Int32Value channel_;
private com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder> channelBuilder_;
/**
* .google.protobuf.Int32Value channel = 20;
* @return Whether the channel field is set.
*/
public boolean hasChannel() {
return ((bitField0_ & 0x00100000) != 0);
}
/**
* .google.protobuf.Int32Value channel = 20;
* @return The channel.
*/
public com.google.protobuf.Int32Value getChannel() {
if (channelBuilder_ == null) {
return channel_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : channel_;
} else {
return channelBuilder_.getMessage();
}
}
/**
* .google.protobuf.Int32Value channel = 20;
*/
public Builder setChannel(com.google.protobuf.Int32Value value) {
if (channelBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
channel_ = value;
} else {
channelBuilder_.setMessage(value);
}
bitField0_ |= 0x00100000;
onChanged();
return this;
}
/**
* .google.protobuf.Int32Value channel = 20;
*/
public Builder setChannel(
com.google.protobuf.Int32Value.Builder builderForValue) {
if (channelBuilder_ == null) {
channel_ = builderForValue.build();
} else {
channelBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00100000;
onChanged();
return this;
}
/**
* .google.protobuf.Int32Value channel = 20;
*/
public Builder mergeChannel(com.google.protobuf.Int32Value value) {
if (channelBuilder_ == null) {
if (((bitField0_ & 0x00100000) != 0) &&
channel_ != null &&
channel_ != com.google.protobuf.Int32Value.getDefaultInstance()) {
getChannelBuilder().mergeFrom(value);
} else {
channel_ = value;
}
} else {
channelBuilder_.mergeFrom(value);
}
if (channel_ != null) {
bitField0_ |= 0x00100000;
onChanged();
}
return this;
}
/**
* .google.protobuf.Int32Value channel = 20;
*/
public Builder clearChannel() {
bitField0_ = (bitField0_ & ~0x00100000);
channel_ = null;
if (channelBuilder_ != null) {
channelBuilder_.dispose();
channelBuilder_ = null;
}
onChanged();
return this;
}
/**
* .google.protobuf.Int32Value channel = 20;
*/
public com.google.protobuf.Int32Value.Builder getChannelBuilder() {
bitField0_ |= 0x00100000;
onChanged();
return getChannelFieldBuilder().getBuilder();
}
/**
* .google.protobuf.Int32Value channel = 20;
*/
public com.google.protobuf.Int32ValueOrBuilder getChannelOrBuilder() {
if (channelBuilder_ != null) {
return channelBuilder_.getMessageOrBuilder();
} else {
return channel_ == null ?
com.google.protobuf.Int32Value.getDefaultInstance() : channel_;
}
}
/**
* .google.protobuf.Int32Value channel = 20;
*/
private com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder>
getChannelFieldBuilder() {
if (channelBuilder_ == null) {
channelBuilder_ = new com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder>(
getChannel(),
getParentForChildren(),
isClean());
channel_ = null;
}
return channelBuilder_;
}
private com.google.protobuf.Int32Value pnOffset_;
private com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder> pnOffsetBuilder_;
/**
* .google.protobuf.Int32Value pnOffset = 21;
* @return Whether the pnOffset field is set.
*/
public boolean hasPnOffset() {
return ((bitField0_ & 0x00200000) != 0);
}
/**
* .google.protobuf.Int32Value pnOffset = 21;
* @return The pnOffset.
*/
public com.google.protobuf.Int32Value getPnOffset() {
if (pnOffsetBuilder_ == null) {
return pnOffset_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : pnOffset_;
} else {
return pnOffsetBuilder_.getMessage();
}
}
/**
* .google.protobuf.Int32Value pnOffset = 21;
*/
public Builder setPnOffset(com.google.protobuf.Int32Value value) {
if (pnOffsetBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
pnOffset_ = value;
} else {
pnOffsetBuilder_.setMessage(value);
}
bitField0_ |= 0x00200000;
onChanged();
return this;
}
/**
* .google.protobuf.Int32Value pnOffset = 21;
*/
public Builder setPnOffset(
com.google.protobuf.Int32Value.Builder builderForValue) {
if (pnOffsetBuilder_ == null) {
pnOffset_ = builderForValue.build();
} else {
pnOffsetBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00200000;
onChanged();
return this;
}
/**
* .google.protobuf.Int32Value pnOffset = 21;
*/
public Builder mergePnOffset(com.google.protobuf.Int32Value value) {
if (pnOffsetBuilder_ == null) {
if (((bitField0_ & 0x00200000) != 0) &&
pnOffset_ != null &&
pnOffset_ != com.google.protobuf.Int32Value.getDefaultInstance()) {
getPnOffsetBuilder().mergeFrom(value);
} else {
pnOffset_ = value;
}
} else {
pnOffsetBuilder_.mergeFrom(value);
}
if (pnOffset_ != null) {
bitField0_ |= 0x00200000;
onChanged();
}
return this;
}
/**
* .google.protobuf.Int32Value pnOffset = 21;
*/
public Builder clearPnOffset() {
bitField0_ = (bitField0_ & ~0x00200000);
pnOffset_ = null;
if (pnOffsetBuilder_ != null) {
pnOffsetBuilder_.dispose();
pnOffsetBuilder_ = null;
}
onChanged();
return this;
}
/**
* .google.protobuf.Int32Value pnOffset = 21;
*/
public com.google.protobuf.Int32Value.Builder getPnOffsetBuilder() {
bitField0_ |= 0x00200000;
onChanged();
return getPnOffsetFieldBuilder().getBuilder();
}
/**
* .google.protobuf.Int32Value pnOffset = 21;
*/
public com.google.protobuf.Int32ValueOrBuilder getPnOffsetOrBuilder() {
if (pnOffsetBuilder_ != null) {
return pnOffsetBuilder_.getMessageOrBuilder();
} else {
return pnOffset_ == null ?
com.google.protobuf.Int32Value.getDefaultInstance() : pnOffset_;
}
}
/**
* .google.protobuf.Int32Value pnOffset = 21;
*/
private com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder>
getPnOffsetFieldBuilder() {
if (pnOffsetBuilder_ == null) {
pnOffsetBuilder_ = new com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder>(
getPnOffset(),
getParentForChildren(),
isClean());
pnOffset_ = null;
}
return pnOffsetBuilder_;
}
private com.google.protobuf.FloatValue signalStrength_;
private com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.FloatValue, com.google.protobuf.FloatValue.Builder, com.google.protobuf.FloatValueOrBuilder> signalStrengthBuilder_;
/**
* .google.protobuf.FloatValue signalStrength = 22;
* @return Whether the signalStrength field is set.
*/
public boolean hasSignalStrength() {
return ((bitField0_ & 0x00400000) != 0);
}
/**
* .google.protobuf.FloatValue signalStrength = 22;
* @return The signalStrength.
*/
public com.google.protobuf.FloatValue getSignalStrength() {
if (signalStrengthBuilder_ == null) {
return signalStrength_ == null ? com.google.protobuf.FloatValue.getDefaultInstance() : signalStrength_;
} else {
return signalStrengthBuilder_.getMessage();
}
}
/**
* .google.protobuf.FloatValue signalStrength = 22;
*/
public Builder setSignalStrength(com.google.protobuf.FloatValue value) {
if (signalStrengthBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
signalStrength_ = value;
} else {
signalStrengthBuilder_.setMessage(value);
}
bitField0_ |= 0x00400000;
onChanged();
return this;
}
/**
* .google.protobuf.FloatValue signalStrength = 22;
*/
public Builder setSignalStrength(
com.google.protobuf.FloatValue.Builder builderForValue) {
if (signalStrengthBuilder_ == null) {
signalStrength_ = builderForValue.build();
} else {
signalStrengthBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00400000;
onChanged();
return this;
}
/**
* .google.protobuf.FloatValue signalStrength = 22;
*/
public Builder mergeSignalStrength(com.google.protobuf.FloatValue value) {
if (signalStrengthBuilder_ == null) {
if (((bitField0_ & 0x00400000) != 0) &&
signalStrength_ != null &&
signalStrength_ != com.google.protobuf.FloatValue.getDefaultInstance()) {
getSignalStrengthBuilder().mergeFrom(value);
} else {
signalStrength_ = value;
}
} else {
signalStrengthBuilder_.mergeFrom(value);
}
if (signalStrength_ != null) {
bitField0_ |= 0x00400000;
onChanged();
}
return this;
}
/**
* .google.protobuf.FloatValue signalStrength = 22;
*/
public Builder clearSignalStrength() {
bitField0_ = (bitField0_ & ~0x00400000);
signalStrength_ = null;
if (signalStrengthBuilder_ != null) {
signalStrengthBuilder_.dispose();
signalStrengthBuilder_ = null;
}
onChanged();
return this;
}
/**
* .google.protobuf.FloatValue signalStrength = 22;
*/
public com.google.protobuf.FloatValue.Builder getSignalStrengthBuilder() {
bitField0_ |= 0x00400000;
onChanged();
return getSignalStrengthFieldBuilder().getBuilder();
}
/**
* .google.protobuf.FloatValue signalStrength = 22;
*/
public com.google.protobuf.FloatValueOrBuilder getSignalStrengthOrBuilder() {
if (signalStrengthBuilder_ != null) {
return signalStrengthBuilder_.getMessageOrBuilder();
} else {
return signalStrength_ == null ?
com.google.protobuf.FloatValue.getDefaultInstance() : signalStrength_;
}
}
/**
* .google.protobuf.FloatValue signalStrength = 22;
*/
private com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.FloatValue, com.google.protobuf.FloatValue.Builder, com.google.protobuf.FloatValueOrBuilder>
getSignalStrengthFieldBuilder() {
if (signalStrengthBuilder_ == null) {
signalStrengthBuilder_ = new com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.FloatValue, com.google.protobuf.FloatValue.Builder, com.google.protobuf.FloatValueOrBuilder>(
getSignalStrength(),
getParentForChildren(),
isClean());
signalStrength_ = null;
}
return signalStrengthBuilder_;
}
private com.google.protobuf.FloatValue ecio_;
private com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.FloatValue, com.google.protobuf.FloatValue.Builder, com.google.protobuf.FloatValueOrBuilder> ecioBuilder_;
/**
* .google.protobuf.FloatValue ecio = 23;
* @return Whether the ecio field is set.
*/
public boolean hasEcio() {
return ((bitField0_ & 0x00800000) != 0);
}
/**
* .google.protobuf.FloatValue ecio = 23;
* @return The ecio.
*/
public com.google.protobuf.FloatValue getEcio() {
if (ecioBuilder_ == null) {
return ecio_ == null ? com.google.protobuf.FloatValue.getDefaultInstance() : ecio_;
} else {
return ecioBuilder_.getMessage();
}
}
/**
* .google.protobuf.FloatValue ecio = 23;
*/
public Builder setEcio(com.google.protobuf.FloatValue value) {
if (ecioBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ecio_ = value;
} else {
ecioBuilder_.setMessage(value);
}
bitField0_ |= 0x00800000;
onChanged();
return this;
}
/**
* .google.protobuf.FloatValue ecio = 23;
*/
public Builder setEcio(
com.google.protobuf.FloatValue.Builder builderForValue) {
if (ecioBuilder_ == null) {
ecio_ = builderForValue.build();
} else {
ecioBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00800000;
onChanged();
return this;
}
/**
* .google.protobuf.FloatValue ecio = 23;
*/
public Builder mergeEcio(com.google.protobuf.FloatValue value) {
if (ecioBuilder_ == null) {
if (((bitField0_ & 0x00800000) != 0) &&
ecio_ != null &&
ecio_ != com.google.protobuf.FloatValue.getDefaultInstance()) {
getEcioBuilder().mergeFrom(value);
} else {
ecio_ = value;
}
} else {
ecioBuilder_.mergeFrom(value);
}
if (ecio_ != null) {
bitField0_ |= 0x00800000;
onChanged();
}
return this;
}
/**
* .google.protobuf.FloatValue ecio = 23;
*/
public Builder clearEcio() {
bitField0_ = (bitField0_ & ~0x00800000);
ecio_ = null;
if (ecioBuilder_ != null) {
ecioBuilder_.dispose();
ecioBuilder_ = null;
}
onChanged();
return this;
}
/**
* .google.protobuf.FloatValue ecio = 23;
*/
public com.google.protobuf.FloatValue.Builder getEcioBuilder() {
bitField0_ |= 0x00800000;
onChanged();
return getEcioFieldBuilder().getBuilder();
}
/**
* .google.protobuf.FloatValue ecio = 23;
*/
public com.google.protobuf.FloatValueOrBuilder getEcioOrBuilder() {
if (ecioBuilder_ != null) {
return ecioBuilder_.getMessageOrBuilder();
} else {
return ecio_ == null ?
com.google.protobuf.FloatValue.getDefaultInstance() : ecio_;
}
}
/**
* .google.protobuf.FloatValue ecio = 23;
*/
private com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.FloatValue, com.google.protobuf.FloatValue.Builder, com.google.protobuf.FloatValueOrBuilder>
getEcioFieldBuilder() {
if (ecioBuilder_ == null) {
ecioBuilder_ = new com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.FloatValue, com.google.protobuf.FloatValue.Builder, com.google.protobuf.FloatValueOrBuilder>(
getEcio(),
getParentForChildren(),
isClean());
ecio_ = null;
}
return ecioBuilder_;
}
private com.google.protobuf.BoolValue servingCell_;
private com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder> servingCellBuilder_;
/**
* .google.protobuf.BoolValue servingCell = 25;
* @return Whether the servingCell field is set.
*/
public boolean hasServingCell() {
return ((bitField0_ & 0x01000000) != 0);
}
/**
* .google.protobuf.BoolValue servingCell = 25;
* @return The servingCell.
*/
public com.google.protobuf.BoolValue getServingCell() {
if (servingCellBuilder_ == null) {
return servingCell_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : servingCell_;
} else {
return servingCellBuilder_.getMessage();
}
}
/**
* .google.protobuf.BoolValue servingCell = 25;
*/
public Builder setServingCell(com.google.protobuf.BoolValue value) {
if (servingCellBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
servingCell_ = value;
} else {
servingCellBuilder_.setMessage(value);
}
bitField0_ |= 0x01000000;
onChanged();
return this;
}
/**
* .google.protobuf.BoolValue servingCell = 25;
*/
public Builder setServingCell(
com.google.protobuf.BoolValue.Builder builderForValue) {
if (servingCellBuilder_ == null) {
servingCell_ = builderForValue.build();
} else {
servingCellBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x01000000;
onChanged();
return this;
}
/**
* .google.protobuf.BoolValue servingCell = 25;
*/
public Builder mergeServingCell(com.google.protobuf.BoolValue value) {
if (servingCellBuilder_ == null) {
if (((bitField0_ & 0x01000000) != 0) &&
servingCell_ != null &&
servingCell_ != com.google.protobuf.BoolValue.getDefaultInstance()) {
getServingCellBuilder().mergeFrom(value);
} else {
servingCell_ = value;
}
} else {
servingCellBuilder_.mergeFrom(value);
}
if (servingCell_ != null) {
bitField0_ |= 0x01000000;
onChanged();
}
return this;
}
/**
* .google.protobuf.BoolValue servingCell = 25;
*/
public Builder clearServingCell() {
bitField0_ = (bitField0_ & ~0x01000000);
servingCell_ = null;
if (servingCellBuilder_ != null) {
servingCellBuilder_.dispose();
servingCellBuilder_ = null;
}
onChanged();
return this;
}
/**
* .google.protobuf.BoolValue servingCell = 25;
*/
public com.google.protobuf.BoolValue.Builder getServingCellBuilder() {
bitField0_ |= 0x01000000;
onChanged();
return getServingCellFieldBuilder().getBuilder();
}
/**
* .google.protobuf.BoolValue servingCell = 25;
*/
public com.google.protobuf.BoolValueOrBuilder getServingCellOrBuilder() {
if (servingCellBuilder_ != null) {
return servingCellBuilder_.getMessageOrBuilder();
} else {
return servingCell_ == null ?
com.google.protobuf.BoolValue.getDefaultInstance() : servingCell_;
}
}
/**
* .google.protobuf.BoolValue servingCell = 25;
*/
private com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder>
getServingCellFieldBuilder() {
if (servingCellBuilder_ == null) {
servingCellBuilder_ = new com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder>(
getServingCell(),
getParentForChildren(),
isClean());
servingCell_ = null;
}
return servingCellBuilder_;
}
private java.lang.Object provider_ = "";
/**
* string provider = 27;
* @return The provider.
*/
public java.lang.String getProvider() {
java.lang.Object ref = provider_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
provider_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string provider = 27;
* @return The bytes for provider.
*/
public com.google.protobuf.ByteString
getProviderBytes() {
java.lang.Object ref = provider_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
provider_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string provider = 27;
* @param value The provider to set.
* @return This builder for chaining.
*/
public Builder setProvider(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
provider_ = value;
bitField0_ |= 0x02000000;
onChanged();
return this;
}
/**
* string provider = 27;
* @return This builder for chaining.
*/
public Builder clearProvider() {
provider_ = getDefaultInstance().getProvider();
bitField0_ = (bitField0_ & ~0x02000000);
onChanged();
return this;
}
/**
* string provider = 27;
* @param value The bytes for provider to set.
* @return This builder for chaining.
*/
public Builder setProviderBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
provider_ = value;
bitField0_ |= 0x02000000;
onChanged();
return this;
}
private com.google.protobuf.Int32Value slot_;
private com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder> slotBuilder_;
/**
* .google.protobuf.Int32Value slot = 28;
* @return Whether the slot field is set.
*/
public boolean hasSlot() {
return ((bitField0_ & 0x04000000) != 0);
}
/**
* .google.protobuf.Int32Value slot = 28;
* @return The slot.
*/
public com.google.protobuf.Int32Value getSlot() {
if (slotBuilder_ == null) {
return slot_ == null ? com.google.protobuf.Int32Value.getDefaultInstance() : slot_;
} else {
return slotBuilder_.getMessage();
}
}
/**
* .google.protobuf.Int32Value slot = 28;
*/
public Builder setSlot(com.google.protobuf.Int32Value value) {
if (slotBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
slot_ = value;
} else {
slotBuilder_.setMessage(value);
}
bitField0_ |= 0x04000000;
onChanged();
return this;
}
/**
* .google.protobuf.Int32Value slot = 28;
*/
public Builder setSlot(
com.google.protobuf.Int32Value.Builder builderForValue) {
if (slotBuilder_ == null) {
slot_ = builderForValue.build();
} else {
slotBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x04000000;
onChanged();
return this;
}
/**
* .google.protobuf.Int32Value slot = 28;
*/
public Builder mergeSlot(com.google.protobuf.Int32Value value) {
if (slotBuilder_ == null) {
if (((bitField0_ & 0x04000000) != 0) &&
slot_ != null &&
slot_ != com.google.protobuf.Int32Value.getDefaultInstance()) {
getSlotBuilder().mergeFrom(value);
} else {
slot_ = value;
}
} else {
slotBuilder_.mergeFrom(value);
}
if (slot_ != null) {
bitField0_ |= 0x04000000;
onChanged();
}
return this;
}
/**
* .google.protobuf.Int32Value slot = 28;
*/
public Builder clearSlot() {
bitField0_ = (bitField0_ & ~0x04000000);
slot_ = null;
if (slotBuilder_ != null) {
slotBuilder_.dispose();
slotBuilder_ = null;
}
onChanged();
return this;
}
/**
* .google.protobuf.Int32Value slot = 28;
*/
public com.google.protobuf.Int32Value.Builder getSlotBuilder() {
bitField0_ |= 0x04000000;
onChanged();
return getSlotFieldBuilder().getBuilder();
}
/**
* .google.protobuf.Int32Value slot = 28;
*/
public com.google.protobuf.Int32ValueOrBuilder getSlotOrBuilder() {
if (slotBuilder_ != null) {
return slotBuilder_.getMessageOrBuilder();
} else {
return slot_ == null ?
com.google.protobuf.Int32Value.getDefaultInstance() : slot_;
}
}
/**
* .google.protobuf.Int32Value slot = 28;
*/
private com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder>
getSlotFieldBuilder() {
if (slotBuilder_ == null) {
slotBuilder_ = new com.google.protobuf.SingleFieldBuilder<
com.google.protobuf.Int32Value, com.google.protobuf.Int32Value.Builder, com.google.protobuf.Int32ValueOrBuilder>(
getSlot(),
getParentForChildren(),
isClean());
slot_ = null;
}
return slotBuilder_;
}
// @@protoc_insertion_point(builder_scope:com.craxiom.messaging.CdmaRecordData)
}
// @@protoc_insertion_point(class_scope:com.craxiom.messaging.CdmaRecordData)
private static final com.craxiom.messaging.CdmaRecordData DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.craxiom.messaging.CdmaRecordData();
}
public static com.craxiom.messaging.CdmaRecordData getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public CdmaRecordData parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
Builder builder = newBuilder();
try {
builder.mergeFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(builder.buildPartial());
} catch (com.google.protobuf.UninitializedMessageException e) {
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(e)
.setUnfinishedMessage(builder.buildPartial());
}
return builder.buildPartial();
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public com.craxiom.messaging.CdmaRecordData getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}