@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CreateServiceNowTicketRequestDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ASSIGNEE_ID |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_PRIORITY |
static String |
JSON_PROPERTY_TITLE |
boolean |
unparsed |
| Constructor and Description |
|---|
CreateServiceNowTicketRequestDataAttributes() |
| Modifier and Type | Method and Description |
|---|---|
CreateServiceNowTicketRequestDataAttributes |
assigneeId(String assigneeId) |
CreateServiceNowTicketRequestDataAttributes |
description(String description) |
boolean |
equals(Object o)
Return true if this CreateServiceNowTicketRequestDataAttributes 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.
|
String |
getAssigneeId()
Unique identifier of the Datadog user assigned to the case backing the ServiceNow ticket.
|
String |
getDescription()
Description of the ServiceNow ticket.
|
CasePriority |
getPriority()
Case priority
|
String |
getTitle()
Title of the ServiceNow ticket.
|
int |
hashCode() |
CreateServiceNowTicketRequestDataAttributes |
priority(CasePriority priority) |
CreateServiceNowTicketRequestDataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAssigneeId(String assigneeId) |
void |
setDescription(String description) |
void |
setPriority(CasePriority priority) |
void |
setTitle(String title) |
CreateServiceNowTicketRequestDataAttributes |
title(String title) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ASSIGNEE_ID
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_PRIORITY
public static final String JSON_PROPERTY_TITLE
public CreateServiceNowTicketRequestDataAttributes()
public CreateServiceNowTicketRequestDataAttributes assigneeId(String assigneeId)
@Nullable public String getAssigneeId()
public void setAssigneeId(String assigneeId)
public CreateServiceNowTicketRequestDataAttributes description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public CreateServiceNowTicketRequestDataAttributes priority(CasePriority priority)
@Nullable public CasePriority getPriority()
public void setPriority(CasePriority priority)
public CreateServiceNowTicketRequestDataAttributes title(String title)
@Nullable public String getTitle()
public void setTitle(String title)
public CreateServiceNowTicketRequestDataAttributes 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.