com.joypeg.scamandrill.models

MSendersInfoResp

case class MSendersInfoResp(address: String, created_at: String, sent: Int, hard_bounces: Int, soft_bounces: Int, rejects: Int, complaints: Int, unsubs: Int, opens: Int, clicks: Int, stats: MSendersStats) extends MandrillResponse with Product with Serializable

The detailed information on the sender

address

- the sender's email address

created_at

- the date and time that the sender was first seen by Mandrill as a UTC date string in YYYY-MM-DD HH:MM:SS format

sent

- the total number of messages sent with this tag

hard_bounces

- the total number of hard bounces by messages with this tag

soft_bounces

- the total number of soft bounces by messages with this tag

rejects

- the total number of rejected messages with this tag

complaints

- the total number of spam complaints received for messages with this tag

unsubs

- the total number of unsubscribe requests received for messages with this tag

opens

- the total number of times messages with this tag have been opened

clicks

- the total number of times tracked URLs in messages with this tag have been clicked

stats

- an aggregate summary of the sender's sending stats

Linear Supertypes
Serializable, Serializable, Product, Equals, MandrillResponse, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MSendersInfoResp
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. MandrillResponse
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MSendersInfoResp(address: String, created_at: String, sent: Int, hard_bounces: Int, soft_bounces: Int, rejects: Int, complaints: Int, unsubs: Int, opens: Int, clicks: Int, stats: MSendersStats)

    address

    - the sender's email address

    created_at

    - the date and time that the sender was first seen by Mandrill as a UTC date string in YYYY-MM-DD HH:MM:SS format

    sent

    - the total number of messages sent with this tag

    hard_bounces

    - the total number of hard bounces by messages with this tag

    soft_bounces

    - the total number of soft bounces by messages with this tag

    rejects

    - the total number of rejected messages with this tag

    complaints

    - the total number of spam complaints received for messages with this tag

    unsubs

    - the total number of unsubscribe requests received for messages with this tag

    opens

    - the total number of times messages with this tag have been opened

    clicks

    - the total number of times tracked URLs in messages with this tag have been clicked

    stats

    - an aggregate summary of the sender's sending stats

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. val address: String

    - the sender's email address

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. val clicks: Int

    - the total number of times tracked URLs in messages with this tag have been clicked

  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val complaints: Int

    - the total number of spam complaints received for messages with this tag

  9. val created_at: String

    - the date and time that the sender was first seen by Mandrill as a UTC date string in YYYY-MM-DD HH:MM:SS format

  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. val hard_bounces: Int

    - the total number of hard bounces by messages with this tag

  14. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  18. val opens: Int

    - the total number of times messages with this tag have been opened

  19. val rejects: Int

    - the total number of rejected messages with this tag

  20. val sent: Int

    - the total number of messages sent with this tag

  21. val soft_bounces: Int

    - the total number of soft bounces by messages with this tag

  22. val stats: MSendersStats

    - an aggregate summary of the sender's sending stats

  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  24. val unsubs: Int

    - the total number of unsubscribe requests received for messages with this tag

  25. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from MandrillResponse

Inherited from AnyRef

Inherited from Any

Ungrouped