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 TypeMethodDescriptionboolean
static ArchivedEvent
fromProto
(EventOuterClass.ArchivedEvent archivedEvent) @NonNull String
@NonNull List<Identifier>
@NonNull Integer
@NonNull Long
@NonNull String
@NonNull Identifier
int
hashCode()
toProto()
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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:
getWitnessParties
in interfaceEvent
-
getOffset
-
getNodeId
-
getTemplateId
- Specified by:
getTemplateId
in interfaceEvent
-
getPackageName
- Specified by:
getPackageName
in interfaceEvent
-
getContractId
- Specified by:
getContractId
in interfaceEvent
-
getImplementedInterfaces
-
equals
-
hashCode
public int hashCode() -
toString
-
toProto
-
fromProto
-