MappingResult

class MappingResult(val associatedEvents: AssociatedEvents, val uid: String, val generatedUid: Boolean)

Result of the mapToVEvents operation.

Parameters

associatedEvents

mapped events

uid

UID of the mapped events

generatedUid

whether uid was generated by mapToVEvents (false: UID was already present before mapping)

Constructors

Link copied to clipboard
constructor(associatedEvents: AssociatedEvents, uid: String, generatedUid: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val uid: String