Class PagerDutyActionEventResult
java.lang.Object
co.elastic.clients.elasticsearch.watcher.PagerDutyActionEventResult
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class PagerDutyActionEventResult extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPagerDutyActionEventResult.BuilderBuilder forPagerDutyActionEventResult. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<PagerDutyActionEventResult>_DESERIALIZERJson deserializer forPagerDutyActionEventResult -
Method Summary
Modifier and Type Method Description PagerDutyEventevent()Required - API name:eventstatic PagerDutyActionEventResultof(java.util.function.Function<PagerDutyActionEventResult.Builder,ObjectBuilder<PagerDutyActionEventResult>> fn)java.lang.Stringreason()Required - API name:reasonHttpInputRequestResultrequest()Required - API name:requestHttpInputResponseResultresponse()Required - API name:responsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupPagerDutyActionEventResultDeserializer(ObjectDeserializer<PagerDutyActionEventResult.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 forPagerDutyActionEventResult
-
-
Method Details
-
of
public static PagerDutyActionEventResult of(java.util.function.Function<PagerDutyActionEventResult.Builder,ObjectBuilder<PagerDutyActionEventResult>> fn) -
event
Required - API name:event -
reason
public final java.lang.String reason()Required - API name:reason -
request
Required - API name:request -
response
Required - API name:response -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupPagerDutyActionEventResultDeserializer
protected static void setupPagerDutyActionEventResultDeserializer(ObjectDeserializer<PagerDutyActionEventResult.Builder> op)
-