public class TransactionMetadata
public TransactionMetadata(@NotNull
CordaX500Name initiator,
@NotNull
DistributionList distributionList)
@NotNull public CordaX500Name getInitiator()
@NotNull public DistributionList getDistributionList()
@NotNull public CordaX500Name component1()
@NotNull public DistributionList component2()
@NotNull public TransactionMetadata copy(@NotNull CordaX500Name initiator, @NotNull DistributionList distributionList)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)