Class PluginsRecord
java.lang.Object
org.opensearch.client.opensearch.cat.plugins.PluginsRecord
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<PluginsRecord.Builder,PluginsRecord>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class PluginsRecord
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<PluginsRecord.Builder,PluginsRecord>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<PluginsRecord> Json deserializer forPluginsRecord -
Method Summary
Modifier and TypeMethodDescriptionstatic PluginsRecord.Builderbuilder()final StringThe component name.final StringThe plugin details.booleaninthashCode()final Stringid()API name:idfinal Stringname()API name:namestatic PluginsRecordvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.final Stringtype()The plugin type.final Stringversion()API name:versionMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
Json deserializer forPluginsRecord
-
-
Method Details
-
of
-
component
The component name.API name:
component -
description
The plugin details.API name:
description -
id
API name:id -
name
API name:name -
type
The plugin type.API name:
type -
version
API name:version -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<PluginsRecord.Builder,PluginsRecord> - Returns:
- a new builder instance.
-
builder
-
setupPluginsRecordDeserializer
-
hashCode
public int hashCode() -
equals
-