public static class PropertyTuple.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PropertyTuple |
build() |
PropertyTuple.Builder |
copy(PropertyTuple model) |
PropertyTuple.Builder |
key(String key)
key
|
PropertyTuple.Builder |
value(String value)
value
|
public PropertyTuple.Builder key(String key)
key
key
- the value to setpublic PropertyTuple.Builder value(String value)
value
value
- the value to setpublic PropertyTuple build()
public PropertyTuple.Builder copy(PropertyTuple model)
Copyright © 2016–2024. All rights reserved.