case class SelectedResponse(response: StoredResponse, index: Int) extends ResponseSelectionAction with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- SelectedResponse
- Serializable
- Product
- Equals
- ResponseSelectionAction
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SelectedResponse(response: StoredResponse, index: Int)
Value Members
- val index: Int
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val response: StoredResponse
A stored response has been selected.