Class IntegrationReportProperties
java.lang.Object
org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationReportProperties
IntegrationReportProperties contains the properties for an integration report.
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return any additional properties that the connector adds to the report.Return the unique identifier for the connector deployment.Return the name of the connector deployment.Return the list of guids of elements that have been created.Return the identifiers of the elements that have been deleted.Return the end date/time that this report covers.Return the start date/time that this report covers.Return the name of the integration daemon where the integration connector was/is running.Return the identifiers of the elements that have been updated.int
hashCode()
Return hash code for this objectvoid
setAdditionalProperties
(Map<String, String> additionalProperties) Set up any additional properties that the connector adds to the report.void
setConnectorId
(String connectorId) Set up the unique identifier for the connector deployment.void
setConnectorName
(String connectorName) Set up the name of the connector deployment.void
setCreatedElements
(List<String> createdElements) Set up the list of guids of elements that have been created.void
setDeletedElements
(List<String> deletedElements) Set up the identifiers of the elements that have been deleted.void
setRefreshCompletionDate
(Date refreshCompletionDate) Set up the end date/time that this report covers.void
setRefreshStartDate
(Date refreshStartDate) Set up the start date/time that this report covers.void
setServerName
(String serverName) Set up the name of the integration daemon where the integration connector was/is running.void
setUpdatedElements
(List<String> updatedElements) Set up the identifiers of the elements that have been updated.toString()
JSON-style toString
-
Constructor Details
-
IntegrationReportProperties
public IntegrationReportProperties()Default constructor -
IntegrationReportProperties
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getServerName
Return the name of the integration daemon where the integration connector was/is running.- Returns:
- string name
-
setServerName
Set up the name of the integration daemon where the integration connector was/is running.- Parameters:
serverName
- string name
-
getConnectorId
Return the unique identifier for the connector deployment. This is connectorId in the configuration document or the guid of the RegisteredIntegrationConnector relationship.- Returns:
- string id
-
setConnectorId
Set up the unique identifier for the connector deployment. This is connectorId in the configuration document or the guid of the RegisteredIntegrationConnector relationship.- Parameters:
connectorId
- string id
-
getConnectorName
Return the name of the connector deployment.- Returns:
- string name
-
setConnectorName
Set up the name of the connector deployment.- Parameters:
connectorName
- string name
-
getRefreshStartDate
Return the start date/time that this report covers.- Returns:
- date
-
setRefreshStartDate
Set up the start date/time that this report covers.- Parameters:
refreshStartDate
- date
-
getRefreshCompletionDate
Return the end date/time that this report covers.- Returns:
- date
-
setRefreshCompletionDate
Set up the end date/time that this report covers.- Parameters:
refreshCompletionDate
- date
-
getCreatedElements
Return the list of guids of elements that have been created.- Returns:
- list of guids
-
setCreatedElements
Set up the list of guids of elements that have been created.- Parameters:
createdElements
- list of guids
-
getUpdatedElements
Return the identifiers of the elements that have been updated.- Returns:
- list of guids
-
setUpdatedElements
Set up the identifiers of the elements that have been updated.- Parameters:
updatedElements
- list of guids
-
getDeletedElements
Return the identifiers of the elements that have been deleted.- Returns:
- list of guids
-
setDeletedElements
Set up the identifiers of the elements that have been deleted.- Parameters:
deletedElements
- list of guids
-
getAdditionalProperties
Return any additional properties that the connector adds to the report.- Returns:
- name-value pairs
-
setAdditionalProperties
Set up any additional properties that the connector adds to the report.- Parameters:
additionalProperties
- name-value pairs
-
toString
JSON-style toString -
equals
Return comparison result based on the content of the properties. -
hashCode
public int hashCode()Return hash code for this object
-