Interface EventOuterClass.EventOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
EventOuterClass.Event, EventOuterClass.Event.Builder
Enclosing class:
EventOuterClass

public static interface EventOuterClass.EventOrBuilder 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"];
    • hasArchived

      boolean hasArchived()
      .com.daml.ledger.api.v2.ArchivedEvent archived = 2 [json_name = "archived"];
      Returns:
      Whether the archived field is set.
    • getArchived

      .com.daml.ledger.api.v2.ArchivedEvent archived = 2 [json_name = "archived"];
      Returns:
      The archived.
    • getArchivedOrBuilder

      .com.daml.ledger.api.v2.ArchivedEvent archived = 2 [json_name = "archived"];
    • hasExercised

      boolean hasExercised()
      .com.daml.ledger.api.v2.ExercisedEvent exercised = 3 [json_name = "exercised"];
      Returns:
      Whether the exercised field is set.
    • getExercised

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

      .com.daml.ledger.api.v2.ExercisedEvent exercised = 3 [json_name = "exercised"];
    • getEventCase