public static final class GetContextValueResult.Builder
extends java.lang.Object
GetContextValueResult
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetContextValueResult |
build()
Builds the configured instance.
|
GetContextValueResult.Builder |
value(java.lang.Object value)
Sets the value of
GetContextValueResult.getValue() |
public GetContextValueResult.Builder value(java.lang.Object value)
GetContextValueResult.getValue()
value
- the value to be set.this
public GetContextValueResult build()
GetContextValueResult
java.lang.NullPointerException
- if any required attribute was not provided