Class OMRSEventV1RegistrySection
- java.lang.Object
-
- org.odpi.openmetadata.repositoryservices.events.beans.v1.OMRSEventV1RegistrySection
-
- All Implemented Interfaces:
Serializable
public class OMRSEventV1RegistrySection extends Object implements Serializable
OMRSEventV1RegistrySection describes properties that are used exclusively for registry events.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OMRSEventV1RegistrySection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMetadataCollectionName()DategetRegistrationTimestamp()OMRSRegistryEventTypegetRegistryEventType()ConnectiongetRemoteConnection()voidsetMetadataCollectionName(String metadataCollectionName)voidsetRegistrationTimestamp(Date registrationTimestamp)voidsetRegistryEventType(OMRSRegistryEventType registryEventType)voidsetRemoteConnection(Connection remoteConnection)StringtoString()JSON-style toString.
-
-
-
Method Detail
-
getRegistryEventType
public OMRSRegistryEventType getRegistryEventType()
-
setRegistryEventType
public void setRegistryEventType(OMRSRegistryEventType registryEventType)
-
getRegistrationTimestamp
public Date getRegistrationTimestamp()
-
setRegistrationTimestamp
public void setRegistrationTimestamp(Date registrationTimestamp)
-
getMetadataCollectionName
public String getMetadataCollectionName()
-
setMetadataCollectionName
public void setMetadataCollectionName(String metadataCollectionName)
-
getRemoteConnection
public Connection getRemoteConnection()
-
setRemoteConnection
public void setRemoteConnection(Connection remoteConnection)
-
-