Class ParticipantAuthorizationAdded

java.lang.Object
com.daml.ledger.javaapi.data.ParticipantAuthorizationAdded
All Implemented Interfaces:
TopologyEvent

public final class ParticipantAuthorizationAdded extends Object implements TopologyEvent
  • Constructor Details

    • ParticipantAuthorizationAdded

      public ParticipantAuthorizationAdded(@NonNull String partyId, @NonNull String participantId, @NonNull ParticipantPermission permission)
  • Method Details

    • getPartyId

      public @NonNull String getPartyId()
    • getParticipantId

      public @NonNull String getParticipantId()
      Specified by:
      getParticipantId in interface TopologyEvent
    • getPermission

      public @NonNull ParticipantPermission getPermission()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toProto

      public @NonNull com.daml.ledger.api.v2.TopologyTransactionOuterClass.ParticipantAuthorizationAdded toProto()
    • fromProto

      public static ParticipantAuthorizationAdded fromProto(com.daml.ledger.api.v2.TopologyTransactionOuterClass.ParticipantAuthorizationAdded addedEvent)