Package com.daml.ledger.javaapi.data
Class EventFormat
java.lang.Object
com.daml.ledger.javaapi.data.EventFormat
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
static EventFormat
eventFormat
(ContractTypeCompanion<?, ?, ?, ?> contractCompanion, Optional<Set<String>> partiesO, boolean verbose) static EventFormat
fromProto
(TransactionFilterOuterClass.EventFormat eventFormat) boolean
int
hashCode()
toProto()
toString()
-
Constructor Details
-
EventFormat
-
-
Method Details
-
fromProto
-
toProto
-
getParties
-
getPartyToFilters
-
getAnyPartyFilter
-
getVerbose
public boolean getVerbose() -
eventFormat
public static EventFormat eventFormat(ContractTypeCompanion<?, ?, ?, ?> contractCompanion, Optional<Set<String>> partiesO, boolean verbose) -
toString
-
equals
-
hashCode
public int hashCode()
-