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

    Modifier and Type
    Method
    Description
    optional string epoch = 5;
    com.google.protobuf.ByteString
    optional string epoch = 5;
    optional string initialValue = 1;
    com.google.protobuf.ByteString
    optional string initialValue = 1;
    double
    optional double offset = 3;
    optional .yamcs.protobuf.mdb.ParameterInfo offsetFrom = 4;
    optional .yamcs.protobuf.mdb.ParameterInfo offsetFrom = 4;
    double
    optional double scale = 2;
    boolean
    optional string epoch = 5;
    boolean
    optional string initialValue = 1;
    boolean
    optional double offset = 3;
    boolean
    optional .yamcs.protobuf.mdb.ParameterInfo offsetFrom = 4;
    boolean
    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 Details

    • hasInitialValue

      boolean hasInitialValue()
      optional string initialValue = 1;
      Returns:
      Whether the initialValue field is set.
    • getInitialValue

      String getInitialValue()
      optional string initialValue = 1;
      Returns:
      The initialValue.
    • getInitialValueBytes

      com.google.protobuf.ByteString getInitialValueBytes()
      optional string initialValue = 1;
      Returns:
      The bytes for initialValue.
    • hasScale

      boolean hasScale()
      optional double scale = 2;
      Returns:
      Whether the scale field is set.
    • getScale

      double getScale()
      optional double scale = 2;
      Returns:
      The scale.
    • hasOffset

      boolean hasOffset()
      optional double offset = 3;
      Returns:
      Whether the offset field is set.
    • getOffset

      double getOffset()
      optional double offset = 3;
      Returns:
      The offset.
    • hasOffsetFrom

      boolean hasOffsetFrom()
      optional .yamcs.protobuf.mdb.ParameterInfo offsetFrom = 4;
      Returns:
      Whether the offsetFrom field is set.
    • getOffsetFrom

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

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

      boolean hasEpoch()
      optional string epoch = 5;
      Returns:
      Whether the epoch field is set.
    • getEpoch

      String getEpoch()
      optional string epoch = 5;
      Returns:
      The epoch.
    • getEpochBytes

      com.google.protobuf.ByteString getEpochBytes()
      optional string epoch = 5;
      Returns:
      The bytes for epoch.