Package com.courier.models
Class PagerdutyRecipient
-
- All Implemented Interfaces:
public final class PagerdutyRecipientSend via PagerDuty
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPagerdutyRecipient.BuilderA builder for PagerdutyRecipient.
-
Method Summary
Modifier and Type Method Description final Pagerdutypagerduty()final JsonField<Pagerduty>_pagerduty()Returns the raw JSON value of pagerduty. final Map<String, JsonValue>_additionalProperties()final PagerdutyRecipient.BuildertoBuilder()final PagerdutyRecipientvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static PagerdutyRecipient.Builderbuilder()Returns a mutable builder for constructing an instance of PagerdutyRecipient. -
-
Method Detail
-
_pagerduty
final JsonField<Pagerduty> _pagerduty()
Returns the raw JSON value of pagerduty.
Unlike pagerduty, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final PagerdutyRecipient.Builder toBuilder()
-
validate
final PagerdutyRecipient validate()
-
builder
final static PagerdutyRecipient.Builder builder()
Returns a mutable builder for constructing an instance of PagerdutyRecipient.
The following fields are required:
.pagerduty()
-
-
-
-