case class Timestamp(headerValue: String) extends ProtocolParameter with Product with Serializable
- Source
- ProtocolParameter.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Timestamp
- Serializable
- Serializable
- Product
- Equals
- ProtocolParameter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Timestamp(headerValue: String)
Value Members
-
val
headerName: String
- Definition Classes
- Timestamp → ProtocolParameter
-
val
headerValue: String
- Definition Classes
- Timestamp → ProtocolParameter
-
def
toTuple: (String, String)
- Definition Classes
- ProtocolParameter