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

       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

       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

      .com.daml.ledger.api.v2.ExercisedEvent exercised = 2 [json_name = "exercised"];
      Returns:
      The exercised.
    • getExercisedOrBuilder

      .com.daml.ledger.api.v2.ExercisedEvent exercised = 2 [json_name = "exercised"];
    • getKindCase