- All Implemented Interfaces:
Header
-
Constructor Summary
Constructors
-
Method Summary
-
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
-
-
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
- See Also:
-