Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
KeyValue |
build() |
KeyValue.Builder |
copy(KeyValue model) |
KeyValue.Builder |
key(String key)
The key of the pair.
|
KeyValue.Builder |
value(String value)
The value of the pair.
|
public KeyValue.Builder key(String key)
The key of the pair.
key
- the value to setpublic KeyValue.Builder value(String value)
The value of the pair.
value
- the value to setpublic KeyValue build()
public KeyValue.Builder copy(KeyValue model)
Copyright © 2016–2024. All rights reserved.