Class Topic
java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.model.Referenceable
org.odpi.openmetadata.accessservices.dataengine.model.Asset
org.odpi.openmetadata.accessservices.dataengine.model.Topic
- All Implemented Interfaces:
Serializable
Topic is a java bean used to create Topics associated with the external data engine.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Gets event type list.Return a description of the topic type.int
hashCode()
void
setEventTypes
(List<EventType> eventTypes) Sets event type list.void
setTopicType
(String topicType) Set up a description of the topic type.toString()
Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.model.Asset
getDescription, getDisplayName, getOriginBusinessCapabilityGUID, getOriginOrganizationGUID, getOtherOriginValues, getOwner, getOwnerType, getZoneMembership, setDescription, setDisplayName, setOriginBusinessCapabilityGUID, setOriginOrganizationGUID, setOtherOriginValues, setOwner, setOwnerType, setZoneMembership
Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.model.Referenceable
getAdditionalProperties, getQualifiedName, setAdditionalProperties, setQualifiedName
-
Constructor Details
-
Topic
public Topic()
-
-
Method Details
-
getTopicType
Return a description of the topic type.- Returns:
- string type name
-
getEventTypes
Gets event type list.- Returns:
- the event type list
-
setTopicType
Set up a description of the topic type.- Parameters:
topicType
- string type name
-
setEventTypes
Sets event type list.- Parameters:
eventTypes
- the event type list
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-