Package org.yamcs.protobuf
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 StringgetEpoch()optional string epoch = 5;com.google.protobuf.ByteStringgetEpochBytes()optional string epoch = 5;StringgetInitialValue()optional string initialValue = 1;com.google.protobuf.ByteStringgetInitialValueBytes()optional string initialValue = 1;doublegetOffset()optional double offset = 3;Mdb.ParameterInfogetOffsetFrom()optional .yamcs.protobuf.mdb.ParameterInfo offsetFrom = 4;Mdb.ParameterInfoOrBuildergetOffsetFromOrBuilder()optional .yamcs.protobuf.mdb.ParameterInfo offsetFrom = 4;doublegetScale()optional double scale = 2;booleanhasEpoch()optional string epoch = 5;booleanhasInitialValue()optional string initialValue = 1;booleanhasOffset()optional double offset = 3;booleanhasOffsetFrom()optional .yamcs.protobuf.mdb.ParameterInfo offsetFrom = 4;booleanhasScale()optional double scale = 2;-
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;
-
-