Class MonitorDProto.GNSSInformation.SurveyIn.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<MonitorDProto.GNSSInformation.SurveyIn.Builder>
de.serosystems.proto.v3.grx.monitord.MonitorDProto.GNSSInformation.SurveyIn.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,MonitorDProto.GNSSInformation.SurveyInOrBuilder
,Cloneable
- Enclosing class:
- MonitorDProto.GNSSInformation.SurveyIn
public static final class MonitorDProto.GNSSInformation.SurveyIn.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<MonitorDProto.GNSSInformation.SurveyIn.Builder>
implements MonitorDProto.GNSSInformation.SurveyInOrBuilder
GNSS Survey-In (timing mode) related information.Protobuf type
serosystems.proto.v3.grx.monitord.GNSSInformation.SurveyIn
-
Method Summary
Modifier and TypeMethodDescriptionaddRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()
clear()
Whether the survey in progress is still active.Duration of the survey-in process [s].clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Current mean position in ECEF coordinates (X component) [cm].Current mean position in ECEF coordinates (Y component) [cm].Current mean position in ECEF coordinates (Z component) [cm].Mean variance of the position [mm^2].Number of observations until now.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Whether a valid position has been found.clone()
boolean
Whether the survey in progress is still active.static final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
int
Duration of the survey-in process [s].int
Current mean position in ECEF coordinates (X component) [cm].int
Current mean position in ECEF coordinates (Y component) [cm].int
Current mean position in ECEF coordinates (Z component) [cm].int
Mean variance of the position [mm^2].int
Number of observations until now.boolean
getValid()
Whether a valid position has been found.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
final boolean
mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom
(com.google.protobuf.Message other) mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) setActive
(boolean value) Whether the survey in progress is still active.setDuration
(int value) Duration of the survey-in process [s].setMeanEcefX
(int value) Current mean position in ECEF coordinates (X component) [cm].setMeanEcefY
(int value) Current mean position in ECEF coordinates (Y component) [cm].setMeanEcefZ
(int value) Current mean position in ECEF coordinates (Z component) [cm].setMeanVariance
(int value) Mean variance of the position [mm^2].setNumObservations
(int value) Number of observations until now.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) setValid
(boolean value) Whether a valid position has been found.Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFrom
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<MonitorDProto.GNSSInformation.SurveyIn.Builder>
-
clear
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<MonitorDProto.GNSSInformation.SurveyIn.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<MonitorDProto.GNSSInformation.SurveyIn.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<MonitorDProto.GNSSInformation.SurveyIn.Builder>
-
setField
public MonitorDProto.GNSSInformation.SurveyIn.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<MonitorDProto.GNSSInformation.SurveyIn.Builder>
-
clearField
public MonitorDProto.GNSSInformation.SurveyIn.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<MonitorDProto.GNSSInformation.SurveyIn.Builder>
-
clearOneof
public MonitorDProto.GNSSInformation.SurveyIn.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<MonitorDProto.GNSSInformation.SurveyIn.Builder>
-
setRepeatedField
public MonitorDProto.GNSSInformation.SurveyIn.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<MonitorDProto.GNSSInformation.SurveyIn.Builder>
-
addRepeatedField
public MonitorDProto.GNSSInformation.SurveyIn.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<MonitorDProto.GNSSInformation.SurveyIn.Builder>
-
mergeFrom
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<MonitorDProto.GNSSInformation.SurveyIn.Builder>
-
mergeFrom
public MonitorDProto.GNSSInformation.SurveyIn.Builder mergeFrom(MonitorDProto.GNSSInformation.SurveyIn other) -
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<MonitorDProto.GNSSInformation.SurveyIn.Builder>
-
mergeFrom
public MonitorDProto.GNSSInformation.SurveyIn.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<MonitorDProto.GNSSInformation.SurveyIn.Builder>
- Throws:
IOException
-
getDuration
public int getDuration()Duration of the survey-in process [s].
uint32 duration = 1;
- Specified by:
getDuration
in interfaceMonitorDProto.GNSSInformation.SurveyInOrBuilder
- Returns:
- The duration.
-
setDuration
Duration of the survey-in process [s].
uint32 duration = 1;
- Parameters:
value
- The duration to set.- Returns:
- This builder for chaining.
-
clearDuration
Duration of the survey-in process [s].
uint32 duration = 1;
- Returns:
- This builder for chaining.
-
getMeanEcefX
public int getMeanEcefX()Current mean position in ECEF coordinates (X component) [cm].
int32 mean_ecef_x = 2;
- Specified by:
getMeanEcefX
in interfaceMonitorDProto.GNSSInformation.SurveyInOrBuilder
- Returns:
- The meanEcefX.
-
setMeanEcefX
Current mean position in ECEF coordinates (X component) [cm].
int32 mean_ecef_x = 2;
- Parameters:
value
- The meanEcefX to set.- Returns:
- This builder for chaining.
-
clearMeanEcefX
Current mean position in ECEF coordinates (X component) [cm].
int32 mean_ecef_x = 2;
- Returns:
- This builder for chaining.
-
getMeanEcefY
public int getMeanEcefY()Current mean position in ECEF coordinates (Y component) [cm].
int32 mean_ecef_y = 3;
- Specified by:
getMeanEcefY
in interfaceMonitorDProto.GNSSInformation.SurveyInOrBuilder
- Returns:
- The meanEcefY.
-
setMeanEcefY
Current mean position in ECEF coordinates (Y component) [cm].
int32 mean_ecef_y = 3;
- Parameters:
value
- The meanEcefY to set.- Returns:
- This builder for chaining.
-
clearMeanEcefY
Current mean position in ECEF coordinates (Y component) [cm].
int32 mean_ecef_y = 3;
- Returns:
- This builder for chaining.
-
getMeanEcefZ
public int getMeanEcefZ()Current mean position in ECEF coordinates (Z component) [cm].
int32 mean_ecef_z = 4;
- Specified by:
getMeanEcefZ
in interfaceMonitorDProto.GNSSInformation.SurveyInOrBuilder
- Returns:
- The meanEcefZ.
-
setMeanEcefZ
Current mean position in ECEF coordinates (Z component) [cm].
int32 mean_ecef_z = 4;
- Parameters:
value
- The meanEcefZ to set.- Returns:
- This builder for chaining.
-
clearMeanEcefZ
Current mean position in ECEF coordinates (Z component) [cm].
int32 mean_ecef_z = 4;
- Returns:
- This builder for chaining.
-
getMeanVariance
public int getMeanVariance()Mean variance of the position [mm^2].
uint32 mean_variance = 5;
- Specified by:
getMeanVariance
in interfaceMonitorDProto.GNSSInformation.SurveyInOrBuilder
- Returns:
- The meanVariance.
-
setMeanVariance
Mean variance of the position [mm^2].
uint32 mean_variance = 5;
- Parameters:
value
- The meanVariance to set.- Returns:
- This builder for chaining.
-
clearMeanVariance
Mean variance of the position [mm^2].
uint32 mean_variance = 5;
- Returns:
- This builder for chaining.
-
getNumObservations
public int getNumObservations()Number of observations until now.
uint32 num_observations = 6;
- Specified by:
getNumObservations
in interfaceMonitorDProto.GNSSInformation.SurveyInOrBuilder
- Returns:
- The numObservations.
-
setNumObservations
Number of observations until now.
uint32 num_observations = 6;
- Parameters:
value
- The numObservations to set.- Returns:
- This builder for chaining.
-
clearNumObservations
Number of observations until now.
uint32 num_observations = 6;
- Returns:
- This builder for chaining.
-
getValid
public boolean getValid()Whether a valid position has been found.
bool valid = 7;
- Specified by:
getValid
in interfaceMonitorDProto.GNSSInformation.SurveyInOrBuilder
- Returns:
- The valid.
-
setValid
Whether a valid position has been found.
bool valid = 7;
- Parameters:
value
- The valid to set.- Returns:
- This builder for chaining.
-
clearValid
Whether a valid position has been found.
bool valid = 7;
- Returns:
- This builder for chaining.
-
getActive
public boolean getActive()Whether the survey in progress is still active.
bool active = 8;
- Specified by:
getActive
in interfaceMonitorDProto.GNSSInformation.SurveyInOrBuilder
- Returns:
- The active.
-
setActive
Whether the survey in progress is still active.
bool active = 8;
- Parameters:
value
- The active to set.- Returns:
- This builder for chaining.
-
clearActive
Whether the survey in progress is still active.
bool active = 8;
- Returns:
- This builder for chaining.
-
setUnknownFields
public final MonitorDProto.GNSSInformation.SurveyIn.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<MonitorDProto.GNSSInformation.SurveyIn.Builder>
-
mergeUnknownFields
public final MonitorDProto.GNSSInformation.SurveyIn.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<MonitorDProto.GNSSInformation.SurveyIn.Builder>
-