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 java.lang.Object implements TaggedUnion<ClusterRemoteInfo.Kind,ClusterRemoteInfoVariant>, JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClusterRemoteInfo.Builderstatic classClusterRemoteInfo.KindClusterRemoteInfovariant kinds. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ClusterRemoteInfo>_DESERIALIZER -
Constructor Summary
Constructors Constructor Description ClusterRemoteInfo(ClusterRemoteInfoVariant value) -
Method Summary
Modifier and Type Method Description ClusterRemoteInfoVariant_get()ClusterRemoteInfo.Kind_kind()Get the of the kind of variant held by this object.booleanisProxy()Is this variant instance of kindproxy?booleanisSniff()Is this variant instance of kindsniff?static ClusterRemoteInfoof(java.util.function.Function<ClusterRemoteInfo.Builder,ObjectBuilder<ClusterRemoteInfo>> fn)ClusterRemoteProxyInfoproxy()Get theproxyvariant value.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupClusterRemoteInfoDeserializer(ObjectDeserializer<ClusterRemoteInfo.Builder> op)ClusterRemoteSniffInfosniff()Get thesniffvariant value.java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
-
-
Constructor Details
-
ClusterRemoteInfo
-
-
Method Details
-
_kind
Description copied from interface:TaggedUnionGet the of the kind of variant held by this object.- Specified by:
_kindin interfaceTaggedUnion<ClusterRemoteInfo.Kind,ClusterRemoteInfoVariant>- Returns:
- the variant kind
-
_get
- Specified by:
_getin interfaceTaggedUnion<ClusterRemoteInfo.Kind,ClusterRemoteInfoVariant>
-
of
public static ClusterRemoteInfo of(java.util.function.Function<ClusterRemoteInfo.Builder,ObjectBuilder<ClusterRemoteInfo>> fn) -
isProxy
public boolean isProxy()Is this variant instance of kindproxy? -
proxy
Get theproxyvariant value.- Throws:
java.lang.IllegalStateException- if the current variant is not of theproxykind.
-
isSniff
public boolean isSniff()Is this variant instance of kindsniff? -
sniff
Get thesniffvariant value.- Throws:
java.lang.IllegalStateException- if the current variant is not of thesniffkind.
-
serialize
- Specified by:
serializein interfaceJsonpSerializable
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupClusterRemoteInfoDeserializer
protected static void setupClusterRemoteInfoDeserializer(ObjectDeserializer<ClusterRemoteInfo.Builder> op)
-