Class DedicatedTopicList
java.lang.Object
org.odpi.openmetadata.adminservices.properties.DedicatedTopicList
DedicatedTopicList returns the names of the topics used for the dedicated topic structure.
-
Constructor Summary
ConstructorDescriptionDefault constructorDedicatedTopicList
(DedicatedTopicList template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return the name of the topic used to pass messages about metadata instances.Return the name of the topic used for registration events.Return the name of the topic used to pass type verification messages.int
hashCode()
Create a hash code for this element type.void
setInstancesTopicName
(String instancesTopicName) Set up the name of the topic used to pass messages about metadata instances.void
setRegistrationTopicName
(String registrationTopicName) Set up the name of the topic used for registration events.void
setTypesTopicName
(String typesTopicName) Set up the name of the topic used to pass type verification messages.toString()
Standard toString method.
-
Constructor Details
-
DedicatedTopicList
public DedicatedTopicList()Default constructor -
DedicatedTopicList
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getRegistrationTopicName
Return the name of the topic used for registration events.- Returns:
- string name
-
setRegistrationTopicName
Set up the name of the topic used for registration events.- Parameters:
registrationTopicName
- string name
-
getTypesTopicName
Return the name of the topic used to pass type verification messages.- Returns:
- string name
-
setTypesTopicName
Set up the name of the topic used to pass type verification messages.- Parameters:
typesTopicName
- string name
-
getInstancesTopicName
Return the name of the topic used to pass messages about metadata instances.- Returns:
- string name
-
setInstancesTopicName
Set up the name of the topic used to pass messages about metadata instances.- Parameters:
instancesTopicName
- string name
-
toString
Standard toString method. -
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Create a hash code for this element type.
-