case class Event(sourceIdentifier: String, sourceType: SourceType, message: String, createdAt: DateTime) extends com.amazonaws.services.redshift.model.Event with Product with Serializable

Linear Supertypes
Product, Equals, com.amazonaws.services.redshift.model.Event, Cloneable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Event
  2. Product
  3. Equals
  4. Event
  5. Cloneable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Event(sourceIdentifier: String, sourceType: SourceType, message: String, createdAt: DateTime)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): com.amazonaws.services.redshift.model.Event
    Definition Classes
    Event → AnyRef
  6. val createdAt: DateTime
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    Event → AnyRef → Any
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def getDate(): Date
    Definition Classes
    Event
  11. def getEventCategories(): List[String]
    Definition Classes
    Event
  12. def getEventId(): String
    Definition Classes
    Event
  13. def getMessage(): String
    Definition Classes
    Event
  14. def getSeverity(): String
    Definition Classes
    Event
  15. def getSourceIdentifier(): String
    Definition Classes
    Event
  16. def getSourceType(): String
    Definition Classes
    Event
  17. def hashCode(): Int
    Definition Classes
    Event → AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val message: String
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def productElementNames: Iterator[String]
    Definition Classes
    Product
  24. def setDate(arg0: Date): Unit
    Definition Classes
    Event
  25. def setEventCategories(arg0: Collection[String]): Unit
    Definition Classes
    Event
  26. def setEventId(arg0: String): Unit
    Definition Classes
    Event
  27. def setMessage(arg0: String): Unit
    Definition Classes
    Event
  28. def setSeverity(arg0: String): Unit
    Definition Classes
    Event
  29. def setSourceIdentifier(arg0: String): Unit
    Definition Classes
    Event
  30. def setSourceType(arg0: SourceType): Unit
    Definition Classes
    Event
  31. def setSourceType(arg0: String): Unit
    Definition Classes
    Event
  32. val sourceIdentifier: String
  33. val sourceType: SourceType
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    Event → AnyRef → Any
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. def withDate(arg0: Date): com.amazonaws.services.redshift.model.Event
    Definition Classes
    Event
  40. def withEventCategories(arg0: Collection[String]): com.amazonaws.services.redshift.model.Event
    Definition Classes
    Event
  41. def withEventCategories(arg0: <repeated...>[String]): com.amazonaws.services.redshift.model.Event
    Definition Classes
    Event
    Annotations
    @transient()
  42. def withEventId(arg0: String): com.amazonaws.services.redshift.model.Event
    Definition Classes
    Event
  43. def withMessage(arg0: String): com.amazonaws.services.redshift.model.Event
    Definition Classes
    Event
  44. def withSeverity(arg0: String): com.amazonaws.services.redshift.model.Event
    Definition Classes
    Event
  45. def withSourceIdentifier(arg0: String): com.amazonaws.services.redshift.model.Event
    Definition Classes
    Event
  46. def withSourceType(arg0: SourceType): com.amazonaws.services.redshift.model.Event
    Definition Classes
    Event
  47. def withSourceType(arg0: String): com.amazonaws.services.redshift.model.Event
    Definition Classes
    Event

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Product

Inherited from Equals

Inherited from com.amazonaws.services.redshift.model.Event

Inherited from Cloneable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped