| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
KeyValue. |
| Modifier and Type | Method and Description |
|---|---|
KeyValue |
build() |
KeyValue.Builder |
setKey(java.lang.String key)
Key name.
|
KeyValue.Builder |
setValue(java.lang.String value)
Key value.
|
public Builder()
KeyValue.public KeyValue.Builder setKey(java.lang.String key)
key - New value for the property.public KeyValue.Builder setValue(java.lang.String value)
value - New value for the property.public KeyValue build()