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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DedicatedTopicList()Default constructorDedicatedTopicList(DedicatedTopicList template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Compare the values of the supplied object with those stored in the current object.StringgetInstancesTopicName()Return the name of the topic used to pass messages about metadata instances.StringgetRegistrationTopicName()Return the name of the topic used for registration events.StringgetTypesTopicName()Return the name of the topic used to pass type verification messages.inthashCode()Create a hash code for this element type.voidsetInstancesTopicName(String instancesTopicName)Set up the name of the topic used to pass messages about metadata instances.voidsetRegistrationTopicName(String registrationTopicName)Set up the name of the topic used for registration events.voidsetTypesTopicName(String typesTopicName)Set up the name of the topic used to pass type verification messages.StringtoString()Standard toString method.
-
-
-
Constructor Detail
-
DedicatedTopicList
public DedicatedTopicList()
Default constructor
-
DedicatedTopicList
public DedicatedTopicList(DedicatedTopicList template)
Copy/clone constructor
-
-
Method Detail
-
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.
-
equals
public boolean equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
-
-