Class PagerDutyResult
java.lang.Object
co.elastic.clients.elasticsearch.watcher.PagerDutyResult
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class PagerDutyResult extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPagerDutyResult.BuilderBuilder forPagerDutyResult. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<PagerDutyResult>_DESERIALIZERJson deserializer forPagerDutyResult -
Constructor Summary
Constructors Constructor Description PagerDutyResult(PagerDutyResult.Builder builder)PagerDutyResult(java.util.function.Function<PagerDutyResult.Builder,PagerDutyResult.Builder> fn) -
Method Summary
Modifier and Type Method Description PagerDutyActionEventResultsentEvent()API name:sent_eventvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupPagerDutyResultDeserializer(DelegatingDeserializer<PagerDutyResult.Builder> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forPagerDutyResult
-
-
Constructor Details
-
PagerDutyResult
-
PagerDutyResult
public PagerDutyResult(java.util.function.Function<PagerDutyResult.Builder,PagerDutyResult.Builder> fn)
-
-
Method Details
-
sentEvent
API name:sent_event -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupPagerDutyResultDeserializer
protected static void setupPagerDutyResultDeserializer(DelegatingDeserializer<PagerDutyResult.Builder> op)
-