Package com.courier.models
Class Pagerduty
-
- All Implemented Interfaces:
public final class Pagerduty
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPagerduty.BuilderA builder for Pagerduty.
-
Method Summary
Modifier and Type Method Description final Optional<String>eventAction()final Optional<String>routingKey()final Optional<String>severity()final Optional<String>source()final JsonField<String>_eventAction()Returns the raw JSON value of eventAction. final JsonField<String>_routingKey()Returns the raw JSON value of routingKey. final JsonField<String>_severity()Returns the raw JSON value of severity. final JsonField<String>_source()Returns the raw JSON value of source. final Map<String, JsonValue>_additionalProperties()final Pagerduty.BuildertoBuilder()final Pagerdutyvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static Pagerduty.Builderbuilder()Returns a mutable builder for constructing an instance of Pagerduty. -
-
Method Detail
-
eventAction
final Optional<String> eventAction()
-
routingKey
final Optional<String> routingKey()
-
_eventAction
final JsonField<String> _eventAction()
Returns the raw JSON value of eventAction.
Unlike eventAction, this method doesn't throw if the JSON field has an unexpected type.
-
_routingKey
final JsonField<String> _routingKey()
Returns the raw JSON value of routingKey.
Unlike routingKey, this method doesn't throw if the JSON field has an unexpected type.
-
_severity
final JsonField<String> _severity()
Returns the raw JSON value of severity.
Unlike severity, this method doesn't throw if the JSON field has an unexpected type.
-
_source
final JsonField<String> _source()
Returns the raw JSON value of source.
Unlike source, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final Pagerduty.Builder toBuilder()
-
builder
final static Pagerduty.Builder builder()
Returns a mutable builder for constructing an instance of Pagerduty.
-
-
-
-