Package com.daml.ledger.javaapi.data
Class ParticipantAuthorizationRevoked
java.lang.Object
com.daml.ledger.javaapi.data.ParticipantAuthorizationRevoked
- All Implemented Interfaces:
TopologyEvent
-
Constructor Summary
ConstructorsConstructorDescriptionParticipantAuthorizationRevoked
(@NonNull String partyId, @NonNull String participantId) -
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
-
ParticipantAuthorizationRevoked
-
-
Method Details
-
getPartyId
-
getParticipantId
- Specified by:
getParticipantId
in interfaceTopologyEvent
-
equals
-
hashCode
public int hashCode() -
toString
-
toProto
-
fromProto
public static ParticipantAuthorizationRevoked fromProto(TopologyTransactionOuterClass.ParticipantAuthorizationRevoked changedEvent)
-