corda / net.corda.core.utilities / Id / <init>
<init>
Id(value: VALUE, entityType: String?, timestamp: Instant)
Represents a unique, timestamped id.
Parameters
value - unique value of the id.
entityType - optional id entity type.
timestamp - timestamp for the id.