Class CeilometerEvent

  • All Implemented Interfaces:
    Serializable, ModelEntity, Event

    public class CeilometerEvent
    extends Object
    implements Event
    Event represents the state of an object in an OpenStack service at a point in time when something of interest has occurred
    Author:
    Miroslav Lacina
    See Also:
    Serialized Form
    • Constructor Detail

      • CeilometerEvent

        public CeilometerEvent()
    • Method Detail

      • getEventType

        public String getEventType()
        Specified by:
        getEventType in interface Event
        Returns:
        a dotted string defining what event occurred
      • setEventType

        public void setEventType​(String eventType)
      • getGenerated

        public String getGenerated()
        Specified by:
        getGenerated in interface Event
        Returns:
        a timestamp of when the event occurred on the source system
      • setGenerated

        public void setGenerated​(String generated)
      • getMessageId

        public String getMessageId()
        Specified by:
        getMessageId in interface Event
        Returns:
        a UUID for this event
      • setMessageId

        public void setMessageId​(String messageId)
      • getTraits

        public List<? extends Trait> getTraits()
        Specified by:
        getTraits in interface Event
        Returns:
        event’s Traits which contain most of the details of the event