Package com.ibm.fhir.notification
Class FHIRNotificationEvent
- java.lang.Object
-
- com.ibm.fhir.notification.FHIRNotificationEvent
-
public class FHIRNotificationEvent extends Object
-
-
Constructor Summary
Constructors Constructor Description FHIRNotificationEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLastUpdated()
String
getLocation()
String
getOperationType()
Resource
getResource()
String
getResourceId()
void
setLastUpdated(String lastUpdated)
void
setLocation(String location)
void
setOperationType(String operationType)
void
setResource(Resource resource)
void
setResourceId(String resourceId)
String
toString()
-
-
-
Method Detail
-
getResourceId
public String getResourceId()
-
setResourceId
public void setResourceId(String resourceId)
-
getLastUpdated
public String getLastUpdated()
-
setLastUpdated
public void setLastUpdated(String lastUpdated)
-
getLocation
public String getLocation()
-
setLocation
public void setLocation(String location)
-
getOperationType
public String getOperationType()
-
setOperationType
public void setOperationType(String operationType)
-
getResource
public Resource getResource()
-
setResource
public void setResource(Resource resource)
-
-