Class ErrorNotificationDestination
java.lang.Object
org.opensearch.client.opensearch.ism.ErrorNotificationDestination
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<ErrorNotificationDestination.Builder,ErrorNotificationDestination>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class ErrorNotificationDestination
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<ErrorNotificationDestination.Builder,ErrorNotificationDestination>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ErrorNotificationDestination> Json deserializer forErrorNotificationDestination -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleaninthashCode()final IntegerWhen the notification destination was last updated.metadata()final Stringname()The name of the notification destination.static ErrorNotificationDestinationvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupErrorNotificationDestinationDeserializer(ObjectDeserializer<ErrorNotificationDestination.Builder> op) Create a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods 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 forErrorNotificationDestination
-
-
Method Details
-
of
-
lastUpdateTime
When the notification destination was last updated.API name:
last_update_time -
metadata
-
name
The name of the notification destination.API name:
name -
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<ErrorNotificationDestination.Builder,ErrorNotificationDestination> - Returns:
- a new builder instance.
-
builder
-
setupErrorNotificationDestinationDeserializer
protected static void setupErrorNotificationDestinationDeserializer(ObjectDeserializer<ErrorNotificationDestination.Builder> op) -
hashCode
public int hashCode() -
equals
-