@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CaseAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ARCHIVED_AT |
static String |
JSON_PROPERTY_CLOSED_AT |
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_JIRA_ISSUE |
static String |
JSON_PROPERTY_KEY |
static String |
JSON_PROPERTY_MODIFIED_AT |
static String |
JSON_PROPERTY_PRIORITY |
static String |
JSON_PROPERTY_SERVICE_NOW_TICKET |
static String |
JSON_PROPERTY_STATUS |
static String |
JSON_PROPERTY_TITLE |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
CaseAttributes() |
| Modifier and Type | Method and Description |
|---|---|
CaseAttributes |
description(String description) |
boolean |
equals(Object o)
Return true if this CaseAttributes 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.
|
org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> |
getArchivedAt_JsonNullable() |
OffsetDateTime |
getArchivedAt()
Timestamp of when the case was archived
|
org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> |
getClosedAt_JsonNullable() |
OffsetDateTime |
getClosedAt()
Timestamp of when the case was closed
|
OffsetDateTime |
getCreatedAt()
Timestamp of when the case was created
|
String |
getDescription()
Description
|
org.openapitools.jackson.nullable.JsonNullable<JiraIssue> |
getJiraIssue_JsonNullable() |
JiraIssue |
getJiraIssue()
Jira issue attached to case
|
String |
getKey()
Key
|
org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> |
getModifiedAt_JsonNullable() |
OffsetDateTime |
getModifiedAt()
Timestamp of when the case was last modified
|
CasePriority |
getPriority()
Case priority
|
org.openapitools.jackson.nullable.JsonNullable<ServiceNowTicket> |
getServiceNowTicket_JsonNullable() |
ServiceNowTicket |
getServiceNowTicket()
ServiceNow ticket attached to case
|
CaseStatus |
getStatus()
Case status
|
String |
getTitle()
Title
|
CaseType |
getType()
Case type
|
int |
hashCode() |
CaseAttributes |
key(String key) |
CaseAttributes |
priority(CasePriority priority) |
CaseAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDescription(String description) |
void |
setKey(String key) |
void |
setPriority(CasePriority priority) |
void |
setStatus(CaseStatus status) |
void |
setTitle(String title) |
void |
setType(CaseType type) |
CaseAttributes |
status(CaseStatus status) |
CaseAttributes |
title(String title) |
String |
toString() |
CaseAttributes |
type(CaseType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ARCHIVED_AT
public static final String JSON_PROPERTY_CLOSED_AT
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_JIRA_ISSUE
public static final String JSON_PROPERTY_KEY
public static final String JSON_PROPERTY_MODIFIED_AT
public static final String JSON_PROPERTY_PRIORITY
public static final String JSON_PROPERTY_SERVICE_NOW_TICKET
public static final String JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_TITLE
public static final String JSON_PROPERTY_TYPE
@Nullable public OffsetDateTime getArchivedAt()
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getArchivedAt_JsonNullable()
@Nullable public OffsetDateTime getClosedAt()
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getClosedAt_JsonNullable()
@Nullable public OffsetDateTime getCreatedAt()
public CaseAttributes description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
@Nullable public JiraIssue getJiraIssue()
public org.openapitools.jackson.nullable.JsonNullable<JiraIssue> getJiraIssue_JsonNullable()
public CaseAttributes key(String key)
@Nullable public String getKey()
public void setKey(String key)
@Nullable public OffsetDateTime getModifiedAt()
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getModifiedAt_JsonNullable()
public CaseAttributes priority(CasePriority priority)
@Nullable public CasePriority getPriority()
public void setPriority(CasePriority priority)
@Nullable public ServiceNowTicket getServiceNowTicket()
public org.openapitools.jackson.nullable.JsonNullable<ServiceNowTicket> getServiceNowTicket_JsonNullable()
public CaseAttributes status(CaseStatus status)
@Nullable public CaseStatus getStatus()
public void setStatus(CaseStatus status)
public CaseAttributes title(String title)
@Nullable public String getTitle()
public void setTitle(String title)
public CaseAttributes type(CaseType type)
@Nullable public CaseType getType()
public void setType(CaseType type)
public CaseAttributes 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 © 2024. All rights reserved.