Interface Mdb.AbsoluteTimeInfoOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Mdb.AbsoluteTimeInfo, Mdb.AbsoluteTimeInfo.Builder
    Enclosing class:
    Mdb

    public static interface Mdb.AbsoluteTimeInfoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getEpoch()
      optional string epoch = 5;
      com.google.protobuf.ByteString getEpochBytes()
      optional string epoch = 5;
      String getInitialValue()
      optional string initialValue = 1;
      com.google.protobuf.ByteString getInitialValueBytes()
      optional string initialValue = 1;
      double getOffset()
      optional double offset = 3;
      Mdb.ParameterInfo getOffsetFrom()
      optional .yamcs.protobuf.mdb.ParameterInfo offsetFrom = 4;
      Mdb.ParameterInfoOrBuilder getOffsetFromOrBuilder()
      optional .yamcs.protobuf.mdb.ParameterInfo offsetFrom = 4;
      double getScale()
      optional double scale = 2;
      boolean hasEpoch()
      optional string epoch = 5;
      boolean hasInitialValue()
      optional string initialValue = 1;
      boolean hasOffset()
      optional double offset = 3;
      boolean hasOffsetFrom()
      optional .yamcs.protobuf.mdb.ParameterInfo offsetFrom = 4;
      boolean hasScale()
      optional double scale = 2;
      • 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

      • hasInitialValue

        boolean hasInitialValue()
        optional string initialValue = 1;
      • getInitialValue

        String getInitialValue()
        optional string initialValue = 1;
      • getInitialValueBytes

        com.google.protobuf.ByteString getInitialValueBytes()
        optional string initialValue = 1;
      • hasScale

        boolean hasScale()
        optional double scale = 2;
      • getScale

        double getScale()
        optional double scale = 2;
      • hasOffset

        boolean hasOffset()
        optional double offset = 3;
      • getOffset

        double getOffset()
        optional double offset = 3;
      • hasOffsetFrom

        boolean hasOffsetFrom()
        optional .yamcs.protobuf.mdb.ParameterInfo offsetFrom = 4;
      • getOffsetFrom

        Mdb.ParameterInfo getOffsetFrom()
        optional .yamcs.protobuf.mdb.ParameterInfo offsetFrom = 4;
      • getOffsetFromOrBuilder

        Mdb.ParameterInfoOrBuilder getOffsetFromOrBuilder()
        optional .yamcs.protobuf.mdb.ParameterInfo offsetFrom = 4;
      • hasEpoch

        boolean hasEpoch()
        optional string epoch = 5;
      • getEpoch

        String getEpoch()
        optional string epoch = 5;
      • getEpochBytes

        com.google.protobuf.ByteString getEpochBytes()
        optional string epoch = 5;