Class CeilometerTrait

  • All Implemented Interfaces:
    Serializable, ModelEntity, Trait

    public class CeilometerTrait
    extends Object
    implements Trait
    The event’s Traits contain most of the details of the event. Traits are typed, and can be strings, ints, floats, or datetime
    Author:
    Miroslav Lacina
    See Also:
    Serialized Form
    • Constructor Detail

      • CeilometerTrait

        public CeilometerTrait()
    • Method Detail

      • getName

        public String getName()
        Specified by:
        getName in interface Trait
        Returns:
        name of Trait
      • setName

        public void setName​(String name)
      • getType

        public String getType()
        Specified by:
        getType in interface Trait
        Returns:
        data type of Trait
      • setType

        public void setType​(String type)
      • getValue

        public String getValue()
        Specified by:
        getValue in interface Trait
        Returns:
        value of Trait
      • setValue

        public void setValue​(String value)