Class StateResponse.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<StateResponse.Builder>
co.elastic.clients.elasticsearch.cluster.StateResponse.Builder
- All Implemented Interfaces:
WithJson<StateResponse.Builder>,ObjectBuilder<StateResponse>
- Enclosing class:
- StateResponse
public static class StateResponse.Builder extends WithJsonObjectBuilderBase<StateResponse.Builder> implements ObjectBuilder<StateResponse>
Builder for
StateResponse.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description StateResponsebuild()Builds aStateResponse.protected StateResponse.Builderself()StateResponse.BuildervalueBody(JsonData value)Required - Response value.StateResponse.BuilderwithJson(jakarta.json.stream.JsonParser parser, JsonpMapper mapper)Sets additional properties values on this object by reading from a JSON input.Methods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
valueBody
Required - Response value. -
withJson
Description copied from interface:WithJsonSets additional properties values on this object by reading from a JSON input.This is a "partial deserialization": properties that were already set keep their value if they're not present in the JSON input, and properties can also be set after having called this method, including overriding those read from the JSON input.
This low level variant of
withJsongives full control on the json parser and object mapper. Most of the time usingWithJson.withJson(Reader)andWithJson.withJson(InputStream)will be more convenient.- Specified by:
withJsonin interfaceWithJson<StateResponse.Builder>- Overrides:
withJsonin classWithJsonObjectBuilderBase<StateResponse.Builder>- Parameters:
parser- the JSONP parsermapper- the JSONP mapper used to deserialize values and nested objects- Returns:
- this object
-
self
- Specified by:
selfin classWithJsonObjectBuilderBase<StateResponse.Builder>
-
build
Builds aStateResponse.- Specified by:
buildin interfaceObjectBuilder<StateResponse>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-