@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IntegrationOnCall extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AUTO_ASSIGN_ON_CALL |
static String |
JSON_PROPERTY_ENABLED |
static String |
JSON_PROPERTY_ESCALATION_QUERIES |
boolean |
unparsed |
| Constructor and Description |
|---|
IntegrationOnCall() |
| Modifier and Type | Method and Description |
|---|---|
IntegrationOnCall |
addEscalationQueriesItem(IntegrationOnCallEscalationQueriesItems escalationQueriesItem) |
IntegrationOnCall |
autoAssignOnCall(Boolean autoAssignOnCall) |
IntegrationOnCall |
enabled(Boolean enabled) |
boolean |
equals(Object o)
Return true if this IntegrationOnCall object is equal to o.
|
IntegrationOnCall |
escalationQueries(List<IntegrationOnCallEscalationQueriesItems> escalationQueries) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Boolean |
getAutoAssignOnCall()
Whether to auto-assign on-call.
|
Boolean |
getEnabled()
Whether On-Call integration is enabled.
|
List<IntegrationOnCallEscalationQueriesItems> |
getEscalationQueries()
List of escalation queries for routing cases to on-call responders.
|
int |
hashCode() |
IntegrationOnCall |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAutoAssignOnCall(Boolean autoAssignOnCall) |
void |
setEnabled(Boolean enabled) |
void |
setEscalationQueries(List<IntegrationOnCallEscalationQueriesItems> escalationQueries) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_AUTO_ASSIGN_ON_CALL
public static final String JSON_PROPERTY_ENABLED
public static final String JSON_PROPERTY_ESCALATION_QUERIES
public IntegrationOnCall autoAssignOnCall(Boolean autoAssignOnCall)
@Nullable public Boolean getAutoAssignOnCall()
public void setAutoAssignOnCall(Boolean autoAssignOnCall)
public IntegrationOnCall enabled(Boolean enabled)
@Nullable public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public IntegrationOnCall escalationQueries(List<IntegrationOnCallEscalationQueriesItems> escalationQueries)
public IntegrationOnCall addEscalationQueriesItem(IntegrationOnCallEscalationQueriesItems escalationQueriesItem)
@Nullable public List<IntegrationOnCallEscalationQueriesItems> getEscalationQueries()
public void setEscalationQueries(List<IntegrationOnCallEscalationQueriesItems> escalationQueries)
public IntegrationOnCall putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.