@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TicketCreationRuleActionResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ASSIGNEE_ID |
static String |
JSON_PROPERTY_AUTO_DISABLED_REASON |
static String |
JSON_PROPERTY_FIELDS |
static String |
JSON_PROPERTY_MAX_TICKETS_PER_DAY |
static String |
JSON_PROPERTY_PROJECT_ID |
static String |
JSON_PROPERTY_TARGET |
boolean |
unparsed |
| Constructor and Description |
|---|
TicketCreationRuleActionResponse() |
TicketCreationRuleActionResponse(Long maxTicketsPerDay,
UUID projectId,
TicketCreationTarget target) |
| Modifier and Type | Method and Description |
|---|---|
TicketCreationRuleActionResponse |
assigneeId(UUID assigneeId) |
TicketCreationRuleActionResponse |
autoDisabledReason(String autoDisabledReason) |
boolean |
equals(Object o)
Return true if this TicketCreationRuleActionResponse object is equal to o.
|
TicketCreationRuleActionResponse |
fields(Object fields) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
UUID |
getAssigneeId()
The UUID of the default assignee for created tickets.
|
String |
getAutoDisabledReason()
The reason the rule was automatically disabled by the system due to a ticketing integration
error.
|
Object |
getFields()
Custom fields of the Jira issue to create.
|
Long |
getMaxTicketsPerDay()
The maximum number of tickets the rule may create per day.
|
UUID |
getProjectId()
The UUID of the case management project.
|
TicketCreationTarget |
getTarget()
The ticketing system to create tickets in.
|
int |
hashCode() |
TicketCreationRuleActionResponse |
maxTicketsPerDay(Long maxTicketsPerDay) |
TicketCreationRuleActionResponse |
projectId(UUID projectId) |
TicketCreationRuleActionResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAssigneeId(UUID assigneeId) |
void |
setAutoDisabledReason(String autoDisabledReason) |
void |
setFields(Object fields) |
void |
setMaxTicketsPerDay(Long maxTicketsPerDay) |
void |
setProjectId(UUID projectId) |
void |
setTarget(TicketCreationTarget target) |
TicketCreationRuleActionResponse |
target(TicketCreationTarget target) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ASSIGNEE_ID
public static final String JSON_PROPERTY_AUTO_DISABLED_REASON
public static final String JSON_PROPERTY_FIELDS
public static final String JSON_PROPERTY_MAX_TICKETS_PER_DAY
public static final String JSON_PROPERTY_PROJECT_ID
public static final String JSON_PROPERTY_TARGET
public TicketCreationRuleActionResponse()
public TicketCreationRuleActionResponse(Long maxTicketsPerDay, UUID projectId, TicketCreationTarget target)
public TicketCreationRuleActionResponse assigneeId(UUID assigneeId)
@Nullable public UUID getAssigneeId()
public void setAssigneeId(UUID assigneeId)
public TicketCreationRuleActionResponse autoDisabledReason(String autoDisabledReason)
@Nullable public String getAutoDisabledReason()
public void setAutoDisabledReason(String autoDisabledReason)
public TicketCreationRuleActionResponse fields(Object fields)
@Nullable public Object getFields()
public void setFields(Object fields)
public TicketCreationRuleActionResponse maxTicketsPerDay(Long maxTicketsPerDay)
public Long getMaxTicketsPerDay()
public void setMaxTicketsPerDay(Long maxTicketsPerDay)
public TicketCreationRuleActionResponse projectId(UUID projectId)
public UUID getProjectId()
public void setProjectId(UUID projectId)
public TicketCreationRuleActionResponse target(TicketCreationTarget target)
public TicketCreationTarget getTarget()
public void setTarget(TicketCreationTarget target)
public TicketCreationRuleActionResponse 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.