final case class UnknownRecord(name: String, ttl: Ttl, recType: Short, recClass: Short, data: ByteString) extends ResourceRecord with Product with Serializable
- Source
- DnsResourceRecords.scala
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- UnknownRecord
- Serializable
- Product
- Equals
- ResourceRecord
- NoSerializationVerificationNeeded
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new UnknownRecord(name: String, ttl: Ttl, recType: Short, recClass: Short, data: ByteString)
Value Members
- val data: ByteString
- val name: String
- Definition Classes
- → ResourceRecord
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val recClass: Short
- Definition Classes
- → ResourceRecord
- val recType: Short
- Definition Classes
- → ResourceRecord
- val ttl: Ttl
- Definition Classes
- → ResourceRecord