case class ParameterStatusMessage(key: String, value: String) extends ServerMessage with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ParameterStatusMessage
- Product
- Equals
- ServerMessage
- KindedMessage
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ParameterStatusMessage(key: String, value: String)
Value Members
- val key: String
-
val
kind: Int
- Definition Classes
- ServerMessage → KindedMessage
- val value: String