@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CIAppWarning extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CODE |
static String |
JSON_PROPERTY_DETAIL |
static String |
JSON_PROPERTY_TITLE |
boolean |
unparsed |
| Constructor and Description |
|---|
CIAppWarning() |
| Modifier and Type | Method and Description |
|---|---|
CIAppWarning |
code(String code) |
CIAppWarning |
detail(String detail) |
boolean |
equals(Object o)
Return true if this CIAppWarning 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 |
getCode()
A unique code for this type of warning.
|
String |
getDetail()
A detailed explanation of this specific warning.
|
String |
getTitle()
A short human-readable summary of the warning.
|
int |
hashCode() |
CIAppWarning |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCode(String code) |
void |
setDetail(String detail) |
void |
setTitle(String title) |
CIAppWarning |
title(String title) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CODE
public static final String JSON_PROPERTY_DETAIL
public static final String JSON_PROPERTY_TITLE
public CIAppWarning code(String code)
@Nullable public String getCode()
public void setCode(String code)
public CIAppWarning detail(String detail)
@Nullable public String getDetail()
public void setDetail(String detail)
public CIAppWarning title(String title)
@Nullable public String getTitle()
public void setTitle(String title)
public CIAppWarning 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.