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
      String getAuthor()
      optional string author = 4;
      com.google.protobuf.ByteString getAuthorBytes()
      optional string author = 4;
      String getDate()
      optional string date = 2;
      com.google.protobuf.ByteString getDateBytes()
      optional string date = 2;
      String getMessage()
      optional string message = 3;
      com.google.protobuf.ByteString getMessageBytes()
      optional string message = 3;
      String getVersion()
      optional string version = 1;
      com.google.protobuf.ByteString getVersionBytes()
      optional string version = 1;
      boolean hasAuthor()
      optional string author = 4;
      boolean hasDate()
      optional string date = 2;
      boolean hasMessage()
      optional string message = 3;
      boolean hasVersion()
      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 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;