Class Pvalue.Ranges.Range.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Pvalue.Ranges.Range.Builder>
      • clear

        public Pvalue.Ranges.Range.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<Pvalue.Ranges.Range.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Pvalue.Ranges.Range.Builder>
      • getDefaultInstanceForType

        public Pvalue.Ranges.Range getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Pvalue.Ranges.Range build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Pvalue.Ranges.Range buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public Pvalue.Ranges.Range.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<Pvalue.Ranges.Range.Builder>
      • setField

        public Pvalue.Ranges.Range.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                    Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<Pvalue.Ranges.Range.Builder>
      • clearField

        public Pvalue.Ranges.Range.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Pvalue.Ranges.Range.Builder>
      • clearOneof

        public Pvalue.Ranges.Range.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Pvalue.Ranges.Range.Builder>
      • setRepeatedField

        public Pvalue.Ranges.Range.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                            int index,
                                                            Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Pvalue.Ranges.Range.Builder>
      • addRepeatedField

        public Pvalue.Ranges.Range.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                            Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Pvalue.Ranges.Range.Builder>
      • mergeFrom

        public Pvalue.Ranges.Range.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Pvalue.Ranges.Range.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Pvalue.Ranges.Range.Builder>
      • mergeFrom

        public Pvalue.Ranges.Range.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Pvalue.Ranges.Range.Builder>
        Throws:
        IOException
      • clearTimeStart

        public Pvalue.Ranges.Range.Builder clearTimeStart()
         Generation time of a parameter value.
         
        optional string timeStart = 1;
      • setTimeStartBytes

        public Pvalue.Ranges.Range.Builder setTimeStartBytes​(com.google.protobuf.ByteString value)
         Generation time of a parameter value.
         
        optional string timeStart = 1;
      • hasTimeStop

        public boolean hasTimeStop()
         If the value changes, ``timeStop`` is the generation time of the new value.
         If the parameter expires or the ``maxGap`` has been set, ``timeStop`` is
         the generation time of the last value plus the expiration time or the
         ``maxGap``.
         
        optional string timeStop = 2;
        Specified by:
        hasTimeStop in interface Pvalue.Ranges.RangeOrBuilder
      • getTimeStop

        public String getTimeStop()
         If the value changes, ``timeStop`` is the generation time of the new value.
         If the parameter expires or the ``maxGap`` has been set, ``timeStop`` is
         the generation time of the last value plus the expiration time or the
         ``maxGap``.
         
        optional string timeStop = 2;
        Specified by:
        getTimeStop in interface Pvalue.Ranges.RangeOrBuilder
      • getTimeStopBytes

        public com.google.protobuf.ByteString getTimeStopBytes()
         If the value changes, ``timeStop`` is the generation time of the new value.
         If the parameter expires or the ``maxGap`` has been set, ``timeStop`` is
         the generation time of the last value plus the expiration time or the
         ``maxGap``.
         
        optional string timeStop = 2;
        Specified by:
        getTimeStopBytes in interface Pvalue.Ranges.RangeOrBuilder
      • setTimeStop

        public Pvalue.Ranges.Range.Builder setTimeStop​(String value)
         If the value changes, ``timeStop`` is the generation time of the new value.
         If the parameter expires or the ``maxGap`` has been set, ``timeStop`` is
         the generation time of the last value plus the expiration time or the
         ``maxGap``.
         
        optional string timeStop = 2;
      • clearTimeStop

        public Pvalue.Ranges.Range.Builder clearTimeStop()
         If the value changes, ``timeStop`` is the generation time of the new value.
         If the parameter expires or the ``maxGap`` has been set, ``timeStop`` is
         the generation time of the last value plus the expiration time or the
         ``maxGap``.
         
        optional string timeStop = 2;
      • setTimeStopBytes

        public Pvalue.Ranges.Range.Builder setTimeStopBytes​(com.google.protobuf.ByteString value)
         If the value changes, ``timeStop`` is the generation time of the new value.
         If the parameter expires or the ``maxGap`` has been set, ``timeStop`` is
         the generation time of the last value plus the expiration time or the
         ``maxGap``.
         
        optional string timeStop = 2;
      • hasEngValue

        public boolean hasEngValue()
         the engineering value of the parameter in the interval ``[timeStart, timeStop)``
         Time intervals have to be considered as closed at start and open at stop.
         
        optional .yamcs.protobuf.Value engValue = 3;
        Specified by:
        hasEngValue in interface Pvalue.Ranges.RangeOrBuilder
      • getEngValue

        public Yamcs.Value getEngValue()
         the engineering value of the parameter in the interval ``[timeStart, timeStop)``
         Time intervals have to be considered as closed at start and open at stop.
         
        optional .yamcs.protobuf.Value engValue = 3;
        Specified by:
        getEngValue in interface Pvalue.Ranges.RangeOrBuilder
      • setEngValue

        public Pvalue.Ranges.Range.Builder setEngValue​(Yamcs.Value value)
         the engineering value of the parameter in the interval ``[timeStart, timeStop)``
         Time intervals have to be considered as closed at start and open at stop.
         
        optional .yamcs.protobuf.Value engValue = 3;
      • setEngValue

        public Pvalue.Ranges.Range.Builder setEngValue​(Yamcs.Value.Builder builderForValue)
         the engineering value of the parameter in the interval ``[timeStart, timeStop)``
         Time intervals have to be considered as closed at start and open at stop.
         
        optional .yamcs.protobuf.Value engValue = 3;
      • mergeEngValue

        public Pvalue.Ranges.Range.Builder mergeEngValue​(Yamcs.Value value)
         the engineering value of the parameter in the interval ``[timeStart, timeStop)``
         Time intervals have to be considered as closed at start and open at stop.
         
        optional .yamcs.protobuf.Value engValue = 3;
      • clearEngValue

        public Pvalue.Ranges.Range.Builder clearEngValue()
         the engineering value of the parameter in the interval ``[timeStart, timeStop)``
         Time intervals have to be considered as closed at start and open at stop.
         
        optional .yamcs.protobuf.Value engValue = 3;
      • getEngValueBuilder

        public Yamcs.Value.Builder getEngValueBuilder()
         the engineering value of the parameter in the interval ``[timeStart, timeStop)``
         Time intervals have to be considered as closed at start and open at stop.
         
        optional .yamcs.protobuf.Value engValue = 3;
      • getEngValueOrBuilder

        public Yamcs.ValueOrBuilder getEngValueOrBuilder()
         the engineering value of the parameter in the interval ``[timeStart, timeStop)``
         Time intervals have to be considered as closed at start and open at stop.
         
        optional .yamcs.protobuf.Value engValue = 3;
        Specified by:
        getEngValueOrBuilder in interface Pvalue.Ranges.RangeOrBuilder
      • hasCount

        public boolean hasCount()
         Number of parameter values received in the interval.
         
        optional int32 count = 4;
        Specified by:
        hasCount in interface Pvalue.Ranges.RangeOrBuilder
      • getCount

        public int getCount()
         Number of parameter values received in the interval.
         
        optional int32 count = 4;
        Specified by:
        getCount in interface Pvalue.Ranges.RangeOrBuilder
      • setCount

        public Pvalue.Ranges.Range.Builder setCount​(int value)
         Number of parameter values received in the interval.
         
        optional int32 count = 4;
      • clearCount

        public Pvalue.Ranges.Range.Builder clearCount()
         Number of parameter values received in the interval.
         
        optional int32 count = 4;
      • setUnknownFields

        public final Pvalue.Ranges.Range.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Pvalue.Ranges.Range.Builder>
      • mergeUnknownFields

        public final Pvalue.Ranges.Range.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Pvalue.Ranges.Range.Builder>