public class UserProperty extends Object
| Constructor and Description |
|---|
UserProperty()
Instantiates a new user property.
|
UserProperty(String key,
String value)
Instantiates a new user property.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Gets the key.
|
String |
getValue()
Gets the value.
|
void |
setKey(String key)
Sets the key.
|
void |
setValue(String value)
Sets the value.
|
public String getKey()
public void setKey(String key)
key - the new keypublic String getValue()
public void setValue(String value)
value - the new valueCopyright © 2019. All rights reserved.