Class ClusterRemoteInfo
java.lang.Object
co.elastic.clients.elasticsearch.cluster.remote_info.ClusterRemoteInfo
- All Implemented Interfaces:
JsonpSerializable
,TaggedUnion<ClusterRemoteInfo.Kind,
ClusterRemoteInfoVariant>
@JsonpDeserializable
public class ClusterRemoteInfo
extends Object
implements TaggedUnion<ClusterRemoteInfo.Kind,ClusterRemoteInfoVariant>, JsonpSerializable
- See Also:
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal ClusterRemoteInfoVariant
_get()
final ClusterRemoteInfo.Kind
_kind()
Get the of the kind of variant held by this object.boolean
isProxy()
Is this variant instance of kindproxy
?boolean
isSniff()
Is this variant instance of kindsniff
?static ClusterRemoteInfo
proxy()
Get theproxy
variant value.void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
sniff()
Get thesniff
variant value.toString()
-
Field Details
-
_DESERIALIZER
-
-
Constructor Details
-
ClusterRemoteInfo
-
-
Method Details
-
_kind
Description copied from interface:TaggedUnion
Get the of the kind of variant held by this object.- Specified by:
_kind
in interfaceTaggedUnion<ClusterRemoteInfo.Kind,
ClusterRemoteInfoVariant> - Returns:
- the variant kind
-
_get
- Specified by:
_get
in interfaceTaggedUnion<ClusterRemoteInfo.Kind,
ClusterRemoteInfoVariant>
-
of
public static ClusterRemoteInfo of(Function<ClusterRemoteInfo.Builder, ObjectBuilder<ClusterRemoteInfo>> fn) -
isProxy
public boolean isProxy()Is this variant instance of kindproxy
? -
proxy
Get theproxy
variant value.- Throws:
IllegalStateException
- if the current variant is not of theproxy
kind.
-
isSniff
public boolean isSniff()Is this variant instance of kindsniff
? -
sniff
Get thesniff
variant value.- Throws:
IllegalStateException
- if the current variant is not of thesniff
kind.
-
serialize
- Specified by:
serialize
in interfaceJsonpSerializable
-
toString
-
setupClusterRemoteInfoDeserializer
protected static void setupClusterRemoteInfoDeserializer(ObjectDeserializer<ClusterRemoteInfo.Builder> op)
-