Interface DbLedgerStorageDataFormats.LedgerDataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getExists()
      required bool exists = 1;
      com.google.protobuf.ByteString getExplicitLac()
      optional bytes explicitLac = 4;
      boolean getFenced()
      required bool fenced = 2;
      boolean getLimbo()
      optional bool limbo = 5;
      com.google.protobuf.ByteString getMasterKey()
      required bytes masterKey = 3;
      boolean hasExists()
      required bool exists = 1;
      boolean hasExplicitLac()
      optional bytes explicitLac = 4;
      boolean hasFenced()
      required bool fenced = 2;
      boolean hasLimbo()
      optional bool limbo = 5;
      boolean hasMasterKey()
      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 Detail

      • 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.