Package com.daml.ledger.api.v2
Interface TransactionOuterClass.TreeEventOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TransactionOuterClass.TreeEvent
,TransactionOuterClass.TreeEvent.Builder
- Enclosing class:
- TransactionOuterClass
public static interface TransactionOuterClass.TreeEventOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe event as it appeared in the context of its original daml transaction on this participant node.The event as it appeared in the context of its original daml transaction on this participant node..com.daml.ledger.api.v2.ExercisedEvent exercised = 2 [json_name = "exercised"];
.com.daml.ledger.api.v2.ExercisedEvent exercised = 2 [json_name = "exercised"];
boolean
The event as it appeared in the context of its original daml transaction on this participant node.boolean
.com.daml.ledger.api.v2.ExercisedEvent exercised = 2 [json_name = "exercised"];
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
-
hasCreated
boolean hasCreated()The event as it appeared in the context of its original daml transaction on this participant node. In particular, the offset, node_id pair of the daml transaction are preserved.
.com.daml.ledger.api.v2.CreatedEvent created = 1 [json_name = "created"];
- Returns:
- Whether the created field is set.
-
getCreated
EventOuterClass.CreatedEvent getCreated()The event as it appeared in the context of its original daml transaction on this participant node. In particular, the offset, node_id pair of the daml transaction are preserved.
.com.daml.ledger.api.v2.CreatedEvent created = 1 [json_name = "created"];
- Returns:
- The created.
-
getCreatedOrBuilder
EventOuterClass.CreatedEventOrBuilder getCreatedOrBuilder()The event as it appeared in the context of its original daml transaction on this participant node. In particular, the offset, node_id pair of the daml transaction are preserved.
.com.daml.ledger.api.v2.CreatedEvent created = 1 [json_name = "created"];
-
hasExercised
boolean hasExercised().com.daml.ledger.api.v2.ExercisedEvent exercised = 2 [json_name = "exercised"];
- Returns:
- Whether the exercised field is set.
-
getExercised
EventOuterClass.ExercisedEvent getExercised().com.daml.ledger.api.v2.ExercisedEvent exercised = 2 [json_name = "exercised"];
- Returns:
- The exercised.
-
getExercisedOrBuilder
EventOuterClass.ExercisedEventOrBuilder getExercisedOrBuilder().com.daml.ledger.api.v2.ExercisedEvent exercised = 2 [json_name = "exercised"];
-
getKindCase
TransactionOuterClass.TreeEvent.KindCase getKindCase()
-