Class PagerDutyEventProxy
java.lang.Object
co.elastic.clients.elasticsearch.watcher.PagerDutyEventProxy
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<PagerDutyEventProxy>Json deserializer forPagerDutyEventProxy -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringhost()API name:hoststatic PagerDutyEventProxyfinal Integerport()API name:portvoidserialize(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 forPagerDutyEventProxy
-
-
Method Details
-
of
public static PagerDutyEventProxy of(Function<PagerDutyEventProxy.Builder, ObjectBuilder<PagerDutyEventProxy>> fn) -
host
API name:host -
port
API name:port -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupPagerDutyEventProxyDeserializer
protected static void setupPagerDutyEventProxyDeserializer(ObjectDeserializer<PagerDutyEventProxy.Builder> op)
-