- All Implemented Interfaces:
Header
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
HeaderImpl
public HeaderImpl(@NotNull
@NotNull String key,
@NotNull
@NotNull String value)
-
Method Details
-
getKey
@NotNull
public @NotNull String getKey()
Description copied from interface: Header
- Specified by:
getKey in interface Header
- Returns:
- key as
String
-
getValue
@NotNull
public @NotNull String getValue()
Description copied from interface: Header
- Specified by:
getValue in interface Header
- Returns:
- value as
String