@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CaseCreateAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_PRIORITY |
static String |
JSON_PROPERTY_TITLE |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
CaseCreateAttributes() |
CaseCreateAttributes(String title,
CaseType type) |
| Modifier and Type | Method and Description |
|---|---|
CaseCreateAttributes |
description(String description) |
boolean |
equals(Object o)
Return true if this CaseCreateAttributes 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 |
getDescription()
Description
|
CasePriority |
getPriority()
Case priority
|
String |
getTitle()
Title
|
CaseType |
getType()
Case type
|
int |
hashCode() |
CaseCreateAttributes |
priority(CasePriority priority) |
CaseCreateAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDescription(String description) |
void |
setPriority(CasePriority priority) |
void |
setTitle(String title) |
void |
setType(CaseType type) |
CaseCreateAttributes |
title(String title) |
String |
toString() |
CaseCreateAttributes |
type(CaseType type) |
public boolean unparsed
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_PRIORITY
public static final String JSON_PROPERTY_TITLE
public static final String JSON_PROPERTY_TYPE
public CaseCreateAttributes description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public CaseCreateAttributes priority(CasePriority priority)
@Nullable public CasePriority getPriority()
public void setPriority(CasePriority priority)
public CaseCreateAttributes title(String title)
public String getTitle()
public void setTitle(String title)
public CaseCreateAttributes type(CaseType type)
public CaseType getType()
public void setType(CaseType type)
public CaseCreateAttributes 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.