Class RemoteInfoRequest
java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.cluster.RemoteInfoRequest
- All Implemented Interfaces:
ToCopyableBuilder<RemoteInfoRequest.Builder,RemoteInfoRequest>
@Generated("org.opensearch.client.codegen.CodeGenerator")
public final class RemoteInfoRequest
extends RequestBase
implements ToCopyableBuilder<RemoteInfoRequest.Builder,RemoteInfoRequest>
Returns the information about configured remote clusters.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Endpoint<RemoteInfoRequest, RemoteInfoResponse, ErrorResponse> Endpoint "cluster.remote_info". -
Method Summary
Modifier and TypeMethodDescriptionstatic RemoteInfoRequest.Builderbuilder()booleaninthashCode()static RemoteInfoRequestCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class org.opensearch.client.opensearch._types.RequestBase
applyQueryParameters, errorTrace, humanMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_ENDPOINT
Endpoint "cluster.remote_info".
-
-
Method Details
-
of
public static RemoteInfoRequest of(Function<RemoteInfoRequest.Builder, ObjectBuilder<RemoteInfoRequest>> fn) -
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<RemoteInfoRequest.Builder,RemoteInfoRequest> - Returns:
- a new builder instance.
-
builder
-
hashCode
public int hashCode() -
equals
-