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