public class Option extends Object
| Constructor and Description | 
|---|
| Option() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getKey()Returns the key of the option. | 
| String | getValue()Returns the value of the option. | 
| void | setKey(String key)Sets the key of the option. | 
| void | setValue(String value)Sets the value of the option. | 
public String getKey()
public void setKey(String key)
key - the key of the option.public String getValue()
public void setValue(String value)
value - the value of the option.Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.