Package com.daml.ledger.javaapi.data
Class ParticipantAuthorizationAdded
java.lang.Object
com.daml.ledger.javaapi.data.ParticipantAuthorizationAdded
- All Implemented Interfaces:
TopologyEvent
-
Constructor Summary
ConstructorsConstructorDescriptionParticipantAuthorizationAdded
(@NonNull String partyId, @NonNull String participantId, @NonNull ParticipantPermission permission) -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.daml.ledger.javaapi.data.TopologyEvent
toProtoEvent
-
Constructor Details
-
ParticipantAuthorizationAdded
public ParticipantAuthorizationAdded(@NonNull String partyId, @NonNull String participantId, @NonNull ParticipantPermission permission)
-
-
Method Details
-
getPartyId
-
getParticipantId
- Specified by:
getParticipantId
in interfaceTopologyEvent
-
getPermission
-
equals
-
hashCode
public int hashCode() -
toString
-
toProto
-
fromProto
public static ParticipantAuthorizationAdded fromProto(TopologyTransactionOuterClass.ParticipantAuthorizationAdded addedEvent)
-