Class Topic
- java.lang.Object
-
- br.pucrio.tecgraf.soma.logsmonitor.model.Topic
-
- Direct Known Subclasses:
JobLogsTopic
public abstract class Topic extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_TOPIC_TYPEprotected TopicTypetopicType
-
Constructor Summary
Constructors Constructor Description Topic()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract booleanequals(Object other)TopicTypegetTopicType()abstract IntegergetUUID()abstract inthashCode()voidsetTopicType(TopicType topicType)
-
-
-
Field Detail
-
JSON_PROPERTY_TOPIC_TYPE
public static final String JSON_PROPERTY_TOPIC_TYPE
- See Also:
- Constant Field Values
-
topicType
protected TopicType topicType
-
-