kotlin.collections.Map.Entry
public final class Kv implements Entry.Map<String, String>
A Key-value pair. Use this to briefly pass the headers.
private final String
key
value
Kv(String key, String value)
String
toString()
Boolean
equals(Object other)
Integer
hashCode()
final String
component1()
component2()
final Kv
copy(String key, String value)
getKey()
getValue()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
String toString()
Boolean equals(Object other)
Integer hashCode()
final String component1()
final String component2()
final Kv copy(String key, String value)
String getKey()
String getValue()