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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAuthor()optional string author = 4;com.google.protobuf.ByteStringgetAuthorBytes()optional string author = 4;StringgetDate()optional string date = 2;com.google.protobuf.ByteStringgetDateBytes()optional string date = 2;StringgetMessage()optional string message = 3;com.google.protobuf.ByteStringgetMessageBytes()optional string message = 3;StringgetVersion()optional string version = 1;com.google.protobuf.ByteStringgetVersionBytes()optional string version = 1;booleanhasAuthor()optional string author = 4;booleanhasDate()optional string date = 2;booleanhasMessage()optional string message = 3;booleanhasVersion()optional string version = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasVersion
boolean hasVersion()
optional string version = 1;
-
getVersion
String getVersion()
optional string version = 1;
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()
optional string version = 1;
-
hasDate
boolean hasDate()
optional string date = 2;
-
getDate
String getDate()
optional string date = 2;
-
getDateBytes
com.google.protobuf.ByteString getDateBytes()
optional string date = 2;
-
hasMessage
boolean hasMessage()
optional string message = 3;
-
getMessage
String getMessage()
optional string message = 3;
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()
optional string message = 3;
-
hasAuthor
boolean hasAuthor()
optional string author = 4;
-
getAuthor
String getAuthor()
optional string author = 4;
-
getAuthorBytes
com.google.protobuf.ByteString getAuthorBytes()
optional string author = 4;
-
-