Class PagerDutyActionEventResult
java.lang.Object
co.elastic.clients.elasticsearch.watcher.PagerDutyActionEventResult
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class PagerDutyActionEventResult extends java.lang.Object implements JsonpSerializable
-
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 -
Constructor Summary
Constructors Constructor Description PagerDutyActionEventResult(PagerDutyActionEventResult.Builder builder)PagerDutyActionEventResult(java.util.function.Function<PagerDutyActionEventResult.Builder,PagerDutyActionEventResult.Builder> fn) -
Method Summary
Modifier and Type Method Description PagerDutyEventevent()API name:eventjava.lang.Stringreason()API name:reasonHttpInputRequestResultrequest()API name:requestHttpInputResponseResultresponse()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(DelegatingDeserializer<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
-
-
Constructor Details
-
PagerDutyActionEventResult
-
PagerDutyActionEventResult
public PagerDutyActionEventResult(java.util.function.Function<PagerDutyActionEventResult.Builder,PagerDutyActionEventResult.Builder> fn)
-
-
Method Details
-
event
API name:event -
reason
public java.lang.String reason()API name:reason -
request
API name:request -
response
API name:response -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupPagerDutyActionEventResultDeserializer
protected static void setupPagerDutyActionEventResultDeserializer(DelegatingDeserializer<PagerDutyActionEventResult.Builder> op)
-