Class PSNNotificationMessage
java.lang.Object
org.emau.icmvc.ttp.notification.NotificationMessage
org.emau.icmvc.ganimed.ttp.psn.utils.PSNNotificationMessage
public class PSNNotificationMessage
extends org.emau.icmvc.ttp.notification.NotificationMessage
-
Field Summary
Fields inherited from class org.emau.icmvc.ttp.notification.NotificationMessage
clientId, comment, context, type -
Constructor Summary
ConstructorsConstructorDescriptionPSNNotificationMessage(String json) PSNNotificationMessage(String type, String clientId, String domain, String comment) PSNNotificationMessage(String type, String clientId, String domain, String comment, Map<String, Serializable> context) PSNNotificationMessage(org.emau.icmvc.ttp.notification.NotificationMessage msg) -
Method Summary
Modifier and TypeMethodDescriptionvoidcapture(org.emau.icmvc.ttp.notification.NotificationMessage msg) booleaninthashCode()voidsetAnonymisationResult(Map<String, AnonymisationResult> anonymisationResult) voidsetDeletionResult(Map<String, DeletionResult> deletionResult) voidvoidsetInsertionRequest(List<Map.Entry<String, String>> insertionRequest) voidsetInsertionResult(List<InsertPairExceptionDTO> insertionResult) voidsetPseudonymisationResult(Map<String, String> pseudonymisationResult) voidsetRequest(Set<String> request) toString()Methods inherited from class org.emau.icmvc.ttp.notification.NotificationMessage
fromJson, getClientId, getComment, getContext, getType, setClientId, setComment, setContext, setType, toJson, validateJson
-
Constructor Details
-
PSNNotificationMessage
public PSNNotificationMessage() -
PSNNotificationMessage
- Throws:
IOException
-
PSNNotificationMessage
-
PSNNotificationMessage
-
PSNNotificationMessage
public PSNNotificationMessage(org.emau.icmvc.ttp.notification.NotificationMessage msg)
-
-
Method Details
-
capture
public void capture(org.emau.icmvc.ttp.notification.NotificationMessage msg) - Overrides:
capturein classorg.emau.icmvc.ttp.notification.NotificationMessage
-
getDomain
-
setDomain
-
getRequest
-
setRequest
-
getPseudonymisationResult
-
setPseudonymisationResult
-
getAnonymisationResult
-
setAnonymisationResult
-
getDeletionResult
-
setDeletionResult
-
getInsertionRequest
-
setInsertionRequest
-
getInsertionResult
-
setInsertionResult
-
equals
- Overrides:
equalsin classorg.emau.icmvc.ttp.notification.NotificationMessage
-
hashCode
public int hashCode()- Overrides:
hashCodein classorg.emau.icmvc.ttp.notification.NotificationMessage
-
toString
-