@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AuditLogsWarning 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 |
|---|
AuditLogsWarning() |
| Modifier and Type | Method and Description |
|---|---|
AuditLogsWarning |
code(String code) |
AuditLogsWarning |
detail(String detail) |
boolean |
equals(Object o)
Return true if this AuditLogsWarning 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()
Unique code for this type of warning.
|
String |
getDetail()
Detailed explanation of this specific warning.
|
String |
getTitle()
Short human-readable summary of the warning.
|
int |
hashCode() |
AuditLogsWarning |
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) |
AuditLogsWarning |
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 AuditLogsWarning code(String code)
@Nullable public String getCode()
public void setCode(String code)
public AuditLogsWarning detail(String detail)
@Nullable public String getDetail()
public void setDetail(String detail)
public AuditLogsWarning title(String title)
@Nullable public String getTitle()
public void setTitle(String title)
public AuditLogsWarning 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.