Class PagerDutyEvent
java.lang.Object
co.elastic.clients.elasticsearch.watcher.PagerDutyEvent
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<PagerDutyEvent>Json deserializer forPagerDutyEvent -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringaccount()Required - API name:accountfinal booleanRequired - API name:attach_payloadfinal Stringclient()Required - API name:clientfinal StringRequired - API name:client_urlfinal List<PagerDutyContext>context()Required - API name:contextfinal StringRequired - API name:descriptionfinal PagerDutyEventTypeRequired - API name:event_typefinal StringRequired - API name:incident_keystatic PagerDutyEventvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forPagerDutyEvent
-
-
Method Details
-
of
-
account
Required - API name:account -
attachPayload
public final boolean attachPayload()Required - API name:attach_payload -
client
Required - API name:client -
clientUrl
Required - API name:client_url -
context
Required - API name:context -
description
Required - API name:description -
eventType
Required - API name:event_type -
incidentKey
Required - API name:incident_key -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupPagerDutyEventDeserializer
protected static void setupPagerDutyEventDeserializer(ObjectDeserializer<PagerDutyEvent.Builder> op)
-