Interface DbLedgerStorageDataFormats.LedgerDataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DbLedgerStorageDataFormats.LedgerData, DbLedgerStorageDataFormats.LedgerData.Builder
Enclosing class:
DbLedgerStorageDataFormats

public static interface DbLedgerStorageDataFormats.LedgerDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    required bool exists = 1;
    com.google.protobuf.ByteString
    optional bytes explicitLac = 4;
    boolean
    required bool fenced = 2;
    boolean
    optional bool limbo = 5;
    com.google.protobuf.ByteString
    required bytes masterKey = 3;
    boolean
    required bool exists = 1;
    boolean
    optional bytes explicitLac = 4;
    boolean
    required bool fenced = 2;
    boolean
    optional bool limbo = 5;
    boolean
    required bytes masterKey = 3;

    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

    • hasExists

      boolean hasExists()
      required bool exists = 1;
      Returns:
      Whether the exists field is set.
    • getExists

      boolean getExists()
      required bool exists = 1;
      Returns:
      The exists.
    • hasFenced

      boolean hasFenced()
      required bool fenced = 2;
      Returns:
      Whether the fenced field is set.
    • getFenced

      boolean getFenced()
      required bool fenced = 2;
      Returns:
      The fenced.
    • hasMasterKey

      boolean hasMasterKey()
      required bytes masterKey = 3;
      Returns:
      Whether the masterKey field is set.
    • getMasterKey

      com.google.protobuf.ByteString getMasterKey()
      required bytes masterKey = 3;
      Returns:
      The masterKey.
    • hasExplicitLac

      boolean hasExplicitLac()
      optional bytes explicitLac = 4;
      Returns:
      Whether the explicitLac field is set.
    • getExplicitLac

      com.google.protobuf.ByteString getExplicitLac()
      optional bytes explicitLac = 4;
      Returns:
      The explicitLac.
    • hasLimbo

      boolean hasLimbo()
      optional bool limbo = 5;
      Returns:
      Whether the limbo field is set.
    • getLimbo

      boolean getLimbo()
      optional bool limbo = 5;
      Returns:
      The limbo.