Class Mdb.AbsoluteTimeInfo

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.yamcs.protobuf.Mdb.AbsoluteTimeInfo
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, Mdb.AbsoluteTimeInfoOrBuilder
Enclosing class:
Mdb

public static final class Mdb.AbsoluteTimeInfo extends com.google.protobuf.GeneratedMessageV3 implements Mdb.AbsoluteTimeInfoOrBuilder
Protobuf type yamcs.protobuf.mdb.AbsoluteTimeInfo
See Also:
  • Field Details

  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • 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
    • hasInitialValue

      public boolean hasInitialValue()
      optional string initialValue = 1;
      Specified by:
      hasInitialValue in interface Mdb.AbsoluteTimeInfoOrBuilder
      Returns:
      Whether the initialValue field is set.
    • getInitialValue

      public String getInitialValue()
      optional string initialValue = 1;
      Specified by:
      getInitialValue in interface Mdb.AbsoluteTimeInfoOrBuilder
      Returns:
      The initialValue.
    • getInitialValueBytes

      public com.google.protobuf.ByteString getInitialValueBytes()
      optional string initialValue = 1;
      Specified by:
      getInitialValueBytes in interface Mdb.AbsoluteTimeInfoOrBuilder
      Returns:
      The bytes for initialValue.
    • hasScale

      public boolean hasScale()
      optional double scale = 2;
      Specified by:
      hasScale in interface Mdb.AbsoluteTimeInfoOrBuilder
      Returns:
      Whether the scale field is set.
    • getScale

      public double getScale()
      optional double scale = 2;
      Specified by:
      getScale in interface Mdb.AbsoluteTimeInfoOrBuilder
      Returns:
      The scale.
    • hasOffset

      public boolean hasOffset()
      optional double offset = 3;
      Specified by:
      hasOffset in interface Mdb.AbsoluteTimeInfoOrBuilder
      Returns:
      Whether the offset field is set.
    • getOffset

      public double getOffset()
      optional double offset = 3;
      Specified by:
      getOffset in interface Mdb.AbsoluteTimeInfoOrBuilder
      Returns:
      The offset.
    • hasOffsetFrom

      public boolean hasOffsetFrom()
      optional .yamcs.protobuf.mdb.ParameterInfo offsetFrom = 4;
      Specified by:
      hasOffsetFrom in interface Mdb.AbsoluteTimeInfoOrBuilder
      Returns:
      Whether the offsetFrom field is set.
    • getOffsetFrom

      public Mdb.ParameterInfo getOffsetFrom()
      optional .yamcs.protobuf.mdb.ParameterInfo offsetFrom = 4;
      Specified by:
      getOffsetFrom in interface Mdb.AbsoluteTimeInfoOrBuilder
      Returns:
      The offsetFrom.
    • getOffsetFromOrBuilder

      public Mdb.ParameterInfoOrBuilder getOffsetFromOrBuilder()
      optional .yamcs.protobuf.mdb.ParameterInfo offsetFrom = 4;
      Specified by:
      getOffsetFromOrBuilder in interface Mdb.AbsoluteTimeInfoOrBuilder
    • hasEpoch

      public boolean hasEpoch()
      optional string epoch = 5;
      Specified by:
      hasEpoch in interface Mdb.AbsoluteTimeInfoOrBuilder
      Returns:
      Whether the epoch field is set.
    • getEpoch

      public String getEpoch()
      optional string epoch = 5;
      Specified by:
      getEpoch in interface Mdb.AbsoluteTimeInfoOrBuilder
      Returns:
      The epoch.
    • getEpochBytes

      public com.google.protobuf.ByteString getEpochBytes()
      optional string epoch = 5;
      Specified by:
      getEpochBytes in interface Mdb.AbsoluteTimeInfoOrBuilder
      Returns:
      The bytes for epoch.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Mdb.AbsoluteTimeInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Mdb.AbsoluteTimeInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Mdb.AbsoluteTimeInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Mdb.AbsoluteTimeInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Mdb.AbsoluteTimeInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Mdb.AbsoluteTimeInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Mdb.AbsoluteTimeInfo parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Mdb.AbsoluteTimeInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Mdb.AbsoluteTimeInfo parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Mdb.AbsoluteTimeInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Mdb.AbsoluteTimeInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Mdb.AbsoluteTimeInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Mdb.AbsoluteTimeInfo.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Mdb.AbsoluteTimeInfo.Builder newBuilder()
    • newBuilder

      public static Mdb.AbsoluteTimeInfo.Builder newBuilder(Mdb.AbsoluteTimeInfo prototype)
    • toBuilder

      public Mdb.AbsoluteTimeInfo.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Mdb.AbsoluteTimeInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static Mdb.AbsoluteTimeInfo getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Mdb.AbsoluteTimeInfo> parser()
    • getParserForType

      public com.google.protobuf.Parser<Mdb.AbsoluteTimeInfo> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public Mdb.AbsoluteTimeInfo getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder