Package org.yamcs.protobuf
Interface Mdb.HistoryInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Mdb.HistoryInfo
,Mdb.HistoryInfo.Builder
- Enclosing class:
- Mdb
public static interface Mdb.HistoryInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string author = 4;
com.google.protobuf.ByteString
optional string author = 4;
getDate()
optional string date = 2;
com.google.protobuf.ByteString
optional string date = 2;
optional string message = 3;
com.google.protobuf.ByteString
optional string message = 3;
optional string version = 1;
com.google.protobuf.ByteString
optional string version = 1;
boolean
optional string author = 4;
boolean
hasDate()
optional string date = 2;
boolean
optional string message = 3;
boolean
optional string version = 1;
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
-
hasVersion
boolean hasVersion()optional string version = 1;
- Returns:
- Whether the version field is set.
-
getVersion
String getVersion()optional string version = 1;
- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()optional string version = 1;
- Returns:
- The bytes for version.
-
hasDate
boolean hasDate()optional string date = 2;
- Returns:
- Whether the date field is set.
-
getDate
String getDate()optional string date = 2;
- Returns:
- The date.
-
getDateBytes
com.google.protobuf.ByteString getDateBytes()optional string date = 2;
- Returns:
- The bytes for date.
-
hasMessage
boolean hasMessage()optional string message = 3;
- Returns:
- Whether the message field is set.
-
getMessage
String getMessage()optional string message = 3;
- Returns:
- The message.
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()optional string message = 3;
- Returns:
- The bytes for message.
-
hasAuthor
boolean hasAuthor()optional string author = 4;
- Returns:
- Whether the author field is set.
-
getAuthor
String getAuthor()optional string author = 4;
- Returns:
- The author.
-
getAuthorBytes
com.google.protobuf.ByteString getAuthorBytes()optional string author = 4;
- Returns:
- The bytes for author.
-