case class StatusInput(state: StatusState, target_url: Option[String] = None, description: Option[String] = None, context: Option[String] = None) extends AbstractInput with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StatusInput
- Serializable
- Serializable
- Product
- Equals
- AbstractInput
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new StatusInput(state: StatusState, target_url: Option[String] = None, description: Option[String] = None, context: Option[String] = None)
Value Members
- val context: Option[String]
- val description: Option[String]
- val state: StatusState
- val target_url: Option[String]
-
def
toString(): String
- Definition Classes
- AbstractInput → AnyRef → Any
-
val
value: JValue
- Definition Classes
- StatusInput → AbstractInput