public class Header extends Object
Constructor and Description |
---|
Header() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Get the name of this Header.
|
String |
getValue()
Get the value of this Header.
|
void |
setName(String name)
Set the name of this Header.
|
void |
setValue(String value)
Set the value of this Header.
|
public String getName()
public String getValue()
public void setName(String name)
name
- the name to set.public void setValue(String value)
value
- the value to set.