Interface MLDataFormats.NestedPositionInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MLDataFormats.NestedPositionInfo,MLDataFormats.NestedPositionInfo.Builder
- Enclosing class:
- MLDataFormats
public static interface MLDataFormats.NestedPositionInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetEntryId()required int64 entryId = 2;longgetLedgerId()required int64 ledgerId = 1;booleanhasEntryId()required int64 entryId = 2;booleanhasLedgerId()required int64 ledgerId = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasLedgerId
boolean hasLedgerId()
required int64 ledgerId = 1;- Returns:
- Whether the ledgerId field is set.
-
getLedgerId
long getLedgerId()
required int64 ledgerId = 1;- Returns:
- The ledgerId.
-
hasEntryId
boolean hasEntryId()
required int64 entryId = 2;- Returns:
- Whether the entryId field is set.
-
getEntryId
long getEntryId()
required int64 entryId = 2;- Returns:
- The entryId.
-
-