Interface DataFormats.AuditorVoteFormatOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getBookieId()
      optional string bookieId = 1;
      com.google.protobuf.ByteString getBookieIdBytes()
      optional string bookieId = 1;
      boolean hasBookieId()
      optional string bookieId = 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

      • hasBookieId

        boolean hasBookieId()
        optional string bookieId = 1;
        Returns:
        Whether the bookieId field is set.
      • getBookieId

        java.lang.String getBookieId()
        optional string bookieId = 1;
        Returns:
        The bookieId.
      • getBookieIdBytes

        com.google.protobuf.ByteString getBookieIdBytes()
        optional string bookieId = 1;
        Returns:
        The bytes for bookieId.