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.ByteStringoptional string author = 4;getDate()optional string date = 2;com.google.protobuf.ByteStringoptional string date = 2;optional string message = 3;com.google.protobuf.ByteStringoptional string message = 3;optional string version = 1;com.google.protobuf.ByteStringoptional string version = 1;booleanoptional string author = 4;booleanhasDate()optional string date = 2;booleanoptional string message = 3;booleanoptional string version = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-