Class DocumentEvent
- java.lang.Object
-
- no.digipost.api.client.representations.DocumentEvent
-
public class DocumentEvent extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DocumentEvent()
DocumentEvent(java.util.UUID uuid, DocumentEventType type, java.time.ZonedDateTime created, java.time.ZonedDateTime documentCreated)
DocumentEvent(java.util.UUID uuid, DocumentEventType type, java.time.ZonedDateTime created, java.time.ZonedDateTime documentCreated, EventMetadata metadata)
-
Method Summary
Modifier and Type Method Description java.time.ZonedDateTime
getCreated()
java.time.ZonedDateTime
getDocumentCreated()
EventMetadata
getMetadata()
DocumentEventType
getType()
java.util.UUID
getUuid()
-
-
-
Constructor Detail
-
DocumentEvent
public DocumentEvent()
-
DocumentEvent
public DocumentEvent(java.util.UUID uuid, DocumentEventType type, java.time.ZonedDateTime created, java.time.ZonedDateTime documentCreated)
-
DocumentEvent
public DocumentEvent(java.util.UUID uuid, DocumentEventType type, java.time.ZonedDateTime created, java.time.ZonedDateTime documentCreated, EventMetadata metadata)
-
-
Method Detail
-
getUuid
public java.util.UUID getUuid()
-
getType
public DocumentEventType getType()
-
getCreated
public java.time.ZonedDateTime getCreated()
-
getMetadata
public EventMetadata getMetadata()
-
getDocumentCreated
public java.time.ZonedDateTime getDocumentCreated()
-
-