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