case class StringEntry(value: String) extends MetadataEntry with javadsl.StringEntry with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- StringEntry
- Serializable
- Serializable
- Product
- Equals
- StringEntry
- MetadataEntry
- MetadataEntry
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
StringEntry(value: String)
- value
The entry value.
Value Members
-
def
getValue(): String
Java API: Get the entry value.
Java API: Get the entry value.
- Definition Classes
- StringEntry → StringEntry
- val value: String