Package com.ibm.fhir.server.notification
Class FHIRNotificationEvent
- java.lang.Object
-
- com.ibm.fhir.server.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
getDatasourceId()
String
getLastUpdated()
String
getLocation()
String
getOperationType()
Resource
getResource()
String
getResourceId()
String
getTenantId()
void
setDatasourceId(String datasourceId)
void
setLastUpdated(String lastUpdated)
void
setLocation(String location)
void
setOperationType(String operationType)
void
setResource(Resource resource)
void
setResourceId(String resourceId)
void
setTenantId(String tenantId)
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)
-
getTenantId
public String getTenantId()
-
setTenantId
public void setTenantId(String tenantId)
-
getDatasourceId
public String getDatasourceId()
-
setDatasourceId
public void setDatasourceId(String datasourceId)
-
getResource
public Resource getResource()
-
setResource
public void setResource(Resource resource)
-
-