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:
  • Constructor Details

    • OMRSEventV1RegistrySection

      public OMRSEventV1RegistrySection()
  • Method Details

    • 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 org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection getRemoteConnection()
    • setRemoteConnection

      public void setRemoteConnection(org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection remoteConnection)
    • toString

      public String toString()
      JSON-style toString.
      Overrides:
      toString in class Object
      Returns:
      list of properties and their values.