Package com.daml.ledger.javaapi.data
Class ArchivedEvent
java.lang.Object
com.daml.ledger.javaapi.data.ArchivedEvent
- All Implemented Interfaces:
Event
-
Constructor Summary
ConstructorsConstructorDescriptionArchivedEvent(@NonNull List<@NonNull String> witnessParties, @NonNull Long offset, @NonNull Integer nodeId, @NonNull Identifier templateId, @NonNull String packageName, @NonNull String contractId, @NonNull List<@NonNull Identifier> implementedInterfaces) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ArchivedEventfromProto(EventOuterClass.ArchivedEvent archivedEvent) @NonNull String@NonNull List<Identifier>@NonNull Integer@NonNull Long@NonNull String@NonNull IdentifierinthashCode()toProto()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.daml.ledger.javaapi.data.Event
toProtoEvent
-
Constructor Details
-
ArchivedEvent
public ArchivedEvent(@NonNull List<@NonNull String> witnessParties, @NonNull Long offset, @NonNull Integer nodeId, @NonNull Identifier templateId, @NonNull String packageName, @NonNull String contractId, @NonNull List<@NonNull Identifier> implementedInterfaces)
-
-
Method Details
-
getWitnessParties
- Specified by:
getWitnessPartiesin interfaceEvent
-
getOffset
-
getNodeId
-
getTemplateId
- Specified by:
getTemplateIdin interfaceEvent
-
getPackageName
- Specified by:
getPackageNamein interfaceEvent
-
getContractId
- Specified by:
getContractIdin interfaceEvent
-
getImplementedInterfaces
-
equals
-
hashCode
public int hashCode() -
toString
-
toProto
-
fromProto
-