Class IntegrationReportProperties
java.lang.Object
org.odpi.openmetadata.frameworks.integration.properties.IntegrationReportProperties
- All Implemented Interfaces:
Serializable
IntegrationReportProperties contains the properties for an integration report.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn 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 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.inthashCode()Return hash code for this objectvoidsetAdditionalProperties(Map<String, String> additionalProperties) Set up any additional properties that the connector adds to the report.voidsetConnectorId(String connectorId) Set up the unique identifier for the connector deployment.voidsetConnectorName(String connectorName) Set up the name of the connector deployment.voidsetCreatedElements(List<String> createdElements) Set up the list of guids of elements that have been created.voidsetDeletedElements(List<String> deletedElements) voidsetRefreshCompletionDate(Date refreshCompletionDate) Set up the end date/time that this report covers.voidsetRefreshStartDate(Date refreshStartDate) Set up the start date/time that this report covers.voidsetServerName(String serverName) Set up the name of the integration daemon where the integration connector was/is running.voidsetUpdatedElements(List<String> updatedElements) 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:
- set of guids
-
setCreatedElements
Set up the list of guids of elements that have been created.- Parameters:
createdElements- set of guids
-
getUpdatedElements
-
setUpdatedElements
-
getDeletedElements
-
setDeletedElements
-
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
-