Class ClusterNetworkTypes
java.lang.Object
co.elastic.clients.elasticsearch.cluster.stats.ClusterNetworkTypes
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class ClusterNetworkTypes extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClusterNetworkTypes.BuilderBuilder forClusterNetworkTypes. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ClusterNetworkTypes>_DESERIALIZERJson deserializer forClusterNetworkTypes -
Method Summary
Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Integer>httpTypes()Required - API name:http_typesstatic ClusterNetworkTypesof(java.util.function.Function<ClusterNetworkTypes.Builder,ObjectBuilder<ClusterNetworkTypes>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupClusterNetworkTypesDeserializer(ObjectDeserializer<ClusterNetworkTypes.Builder> op)java.util.Map<java.lang.String,java.lang.Integer>transportTypes()Required - API name:transport_typesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forClusterNetworkTypes
-
-
Method Details
-
of
public static ClusterNetworkTypes of(java.util.function.Function<ClusterNetworkTypes.Builder,ObjectBuilder<ClusterNetworkTypes>> fn) -
httpTypes
public final java.util.Map<java.lang.String,java.lang.Integer> httpTypes()Required - API name:http_types -
transportTypes
public final java.util.Map<java.lang.String,java.lang.Integer> transportTypes()Required - API name:transport_types -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupClusterNetworkTypesDeserializer
protected static void setupClusterNetworkTypesDeserializer(ObjectDeserializer<ClusterNetworkTypes.Builder> op)
-