Class RemoteInfoResponse
java.lang.Object
co.elastic.clients.elasticsearch.cluster.RemoteInfoResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionprotected static JsonpDeserializer<RemoteInfoResponse>final ClusterRemoteInfoGet an element ofinfos.final Map<String,ClusterRemoteInfo> infos()Required - Response value.static RemoteInfoResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this value to JSON.toString()
-
Field Details
-
_DESERIALIZER
-
-
Method Details
-
of
public static RemoteInfoResponse of(Function<RemoteInfoResponse.Builder, ObjectBuilder<RemoteInfoResponse>> fn) -
infos
Required - Response value. -
get
Get an element ofinfos. -
serialize
Serialize this value to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
toString
-
createRemoteInfoResponseDeserializer
-