public static final class KeyRealValuePair.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
KeyRealValuePair |
build() |
KeyRealValuePair.Builder |
key(String key) |
KeyRealValuePair.Builder |
value(Double value)
“The real (floating-point) value of the key-value pair.”
|
public KeyRealValuePair.Builder key(String key)
public KeyRealValuePair.Builder value(Double value)
value - value of value property (as defined in service metadata)this (for method chaining)public KeyRealValuePair build()
Copyright © 2018–2020. All rights reserved.