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 TypeMethodDescriptionbooleanrequired bool exists = 1;com.google.protobuf.ByteStringoptional bytes explicitLac = 4;booleanrequired bool fenced = 2;booleangetLimbo()optional bool limbo = 5;com.google.protobuf.ByteStringrequired bytes masterKey = 3;booleanrequired bool exists = 1;booleanoptional bytes explicitLac = 4;booleanrequired bool fenced = 2;booleanhasLimbo()optional bool limbo = 5;booleanrequired bytes masterKey = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-