Interface Pvalue.Ranges.RangeOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Pvalue.Ranges.Range, Pvalue.Ranges.Range.Builder
    Enclosing class:
    Pvalue.Ranges

    public static interface Pvalue.Ranges.RangeOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getCount()
      Number of parameter values received in the interval.
      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.
      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.
      String getTimeStart()
      Generation time of a parameter value.
      com.google.protobuf.ByteString getTimeStartBytes()
      Generation time of a parameter value.
      String getTimeStop()
      If the value changes, ``timeStop`` is the generation time of the new value.
      com.google.protobuf.ByteString getTimeStopBytes()
      If the value changes, ``timeStop`` is the generation time of the new value.
      boolean hasCount()
      Number of parameter values received in the interval.
      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.
      boolean hasTimeStart()
      Generation time of a parameter value.
      boolean hasTimeStop()
      If the value changes, ``timeStop`` is the generation time of the new value.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasTimeStart

        boolean hasTimeStart()
         Generation time of a parameter value.
         
        optional string timeStart = 1;
      • getTimeStart

        String getTimeStart()
         Generation time of a parameter value.
         
        optional string timeStart = 1;
      • getTimeStartBytes

        com.google.protobuf.ByteString getTimeStartBytes()
         Generation time of a parameter value.
         
        optional string timeStart = 1;
      • hasTimeStop

        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;
      • getTimeStop

        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;
      • getTimeStopBytes

        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;
      • hasEngValue

        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;
      • getEngValue

        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;
      • getEngValueOrBuilder

        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;
      • hasCount

        boolean hasCount()
         Number of parameter values received in the interval.
         
        optional int32 count = 4;
      • getCount

        int getCount()
         Number of parameter values received in the interval.
         
        optional int32 count = 4;