Class OMRSEventV1RegistrySection
java.lang.Object
org.odpi.openmetadata.repositoryservices.events.beans.v1.OMRSEventV1RegistrySection
- All Implemented Interfaces:
Serializable
OMRSEventV1RegistrySection describes properties that are used exclusively for registry events.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectionvoidsetMetadataCollectionName(String metadataCollectionName) voidsetRegistrationTimestamp(Date registrationTimestamp) voidsetRegistryEventType(OMRSRegistryEventType registryEventType) voidsetRemoteConnection(org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection remoteConnection) toString()JSON-style toString.
-
Constructor Details
-
OMRSEventV1RegistrySection
public OMRSEventV1RegistrySection()
-
-
Method Details
-
getRegistryEventType
-
setRegistryEventType
-
getRegistrationTimestamp
-
setRegistrationTimestamp
-
getMetadataCollectionName
-
setMetadataCollectionName
-
getRemoteConnection
public org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection getRemoteConnection() -
setRemoteConnection
public void setRemoteConnection(org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection remoteConnection) -
toString
JSON-style toString.
-