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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetExists()required bool exists = 1;com.google.protobuf.ByteStringgetExplicitLac()optional bytes explicitLac = 4;booleangetFenced()required bool fenced = 2;booleangetLimbo()optional bool limbo = 5;com.google.protobuf.ByteStringgetMasterKey()required bytes masterKey = 3;booleanhasExists()required bool exists = 1;booleanhasExplicitLac()optional bytes explicitLac = 4;booleanhasFenced()required bool fenced = 2;booleanhasLimbo()optional bool limbo = 5;booleanhasMasterKey()required bytes masterKey = 3;-
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.
-
-