@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IntegrationOnCallEscalationQueriesItemsTarget extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DYNAMIC_TEAM_PAGING |
static String |
JSON_PROPERTY_TEAM_ID |
static String |
JSON_PROPERTY_USER_ID |
boolean |
unparsed |
| Constructor and Description |
|---|
IntegrationOnCallEscalationQueriesItemsTarget() |
| Modifier and Type | Method and Description |
|---|---|
IntegrationOnCallEscalationQueriesItemsTarget |
dynamicTeamPaging(Boolean dynamicTeamPaging) |
boolean |
equals(Object o)
Return true if this IntegrationOnCallEscalationQueriesItemsTarget object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Boolean |
getDynamicTeamPaging()
Whether to use dynamic team paging for escalation.
|
String |
getTeamId()
The identifier of the team to escalate to.
|
String |
getUserId()
The identifier of the user to escalate to.
|
int |
hashCode() |
IntegrationOnCallEscalationQueriesItemsTarget |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDynamicTeamPaging(Boolean dynamicTeamPaging) |
void |
setTeamId(String teamId) |
void |
setUserId(String userId) |
IntegrationOnCallEscalationQueriesItemsTarget |
teamId(String teamId) |
String |
toString() |
IntegrationOnCallEscalationQueriesItemsTarget |
userId(String userId) |
public boolean unparsed
public static final String JSON_PROPERTY_DYNAMIC_TEAM_PAGING
public static final String JSON_PROPERTY_TEAM_ID
public static final String JSON_PROPERTY_USER_ID
public IntegrationOnCallEscalationQueriesItemsTarget()
public IntegrationOnCallEscalationQueriesItemsTarget dynamicTeamPaging(Boolean dynamicTeamPaging)
@Nullable public Boolean getDynamicTeamPaging()
public void setDynamicTeamPaging(Boolean dynamicTeamPaging)
public IntegrationOnCallEscalationQueriesItemsTarget teamId(String teamId)
@Nullable public String getTeamId()
public void setTeamId(String teamId)
public IntegrationOnCallEscalationQueriesItemsTarget userId(String userId)
@Nullable public String getUserId()
public void setUserId(String userId)
public IntegrationOnCallEscalationQueriesItemsTarget 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.