case class BytesEntry(value: ByteString) extends MetadataEntry with javadsl.BytesEntry with Product with Serializable
Represents a binary metadata entry.
- value
The entry value.
- Source
- MetadataEntry.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BytesEntry
- Serializable
- Serializable
- Product
- Equals
- BytesEntry
- MetadataEntry
- MetadataEntry
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
BytesEntry(value: ByteString)
- value
The entry value.
Value Members
-
def
getValue(): ByteString
Java API: Get the entry value.
Java API: Get the entry value.
- Definition Classes
- BytesEntry → BytesEntry
- val value: ByteString