Package io.micrometer.docs.commons
Class EventEntry
java.lang.Object
io.micrometer.docs.commons.EventEntry
- All Implemented Interfaces:
Comparable<EventEntry>
Model object for
Observation.Event
and EventValue
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(EventEntry other) getName()
void
setDescription
(String description) void
-
Constructor Details
-
EventEntry
public EventEntry()
-
-
Method Details
-
getDisplayDescription
-
compareTo
- Specified by:
compareTo
in interfaceComparable<EventEntry>
-
getName
-
setName
-
getDescription
-
setDescription
-