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
public class Topic extends Asset
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Topic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<EventType>getEventTypes()Gets event type list.StringgetTopicType()Return a description of the topic type.inthashCode()voidsetEventTypes(List<EventType> eventTypes)Sets event type list.voidsetTopicType(String topicType)Set up a description of the topic type.StringtoString()-
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
-
-
-
-
Method Detail
-
getTopicType
public String getTopicType()
Return a description of the topic type.- Returns:
- string type name
-
getEventTypes
public List<EventType> getEventTypes()
Gets event type list.- Returns:
- the event type list
-
setTopicType
public void setTopicType(String topicType)
Set up a description of the topic type.- Parameters:
topicType- string type name
-
setEventTypes
public void setEventTypes(List<EventType> eventTypes)
Sets event type list.- Parameters:
eventTypes- the event type list
-
-