Class DedicatedTopicList

java.lang.Object
org.odpi.openmetadata.adminservices.properties.DedicatedTopicList
All Implemented Interfaces:
Serializable

public class DedicatedTopicList extends Object implements Serializable
DedicatedTopicList returns the names of the topics used for the dedicated topic structure.
See Also:
  • Constructor Details

    • DedicatedTopicList

      public DedicatedTopicList()
      Default constructor
    • DedicatedTopicList

      public DedicatedTopicList(DedicatedTopicList template)
      Copy/clone constructor
      Parameters:
      template - object to copy
  • Method Details

    • getRegistrationTopicName

      public String getRegistrationTopicName()
      Return the name of the topic used for registration events.
      Returns:
      string name
    • setRegistrationTopicName

      public void setRegistrationTopicName(String registrationTopicName)
      Set up the name of the topic used for registration events.
      Parameters:
      registrationTopicName - string name
    • getTypesTopicName

      public String getTypesTopicName()
      Return the name of the topic used to pass type verification messages.
      Returns:
      string name
    • setTypesTopicName

      public void setTypesTopicName(String typesTopicName)
      Set up the name of the topic used to pass type verification messages.
      Parameters:
      typesTopicName - string name
    • getInstancesTopicName

      public String getInstancesTopicName()
      Return the name of the topic used to pass messages about metadata instances.
      Returns:
      string name
    • setInstancesTopicName

      public void setInstancesTopicName(String instancesTopicName)
      Set up the name of the topic used to pass messages about metadata instances.
      Parameters:
      instancesTopicName - string name
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class Object
      Returns:
      print out of variables in a JSON-style
    • equals

      public boolean equals(Object objectToCompare)
      Compare the values of the supplied object with those stored in the current object.
      Overrides:
      equals in class Object
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Create a hash code for this element type.
      Overrides:
      hashCode in class Object
      Returns:
      int hash code