@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CIAppCIError extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DOMAIN |
static String |
JSON_PROPERTY_MESSAGE |
static String |
JSON_PROPERTY_STACK |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
CIAppCIError() |
| Modifier and Type | Method and Description |
|---|---|
CIAppCIError |
domain(CIAppCIErrorDomain domain) |
boolean |
equals(Object o)
Return true if this CIAppCIError 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.
|
CIAppCIErrorDomain |
getDomain()
Error category used to differentiate between issues related to the developer or provider
environments.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getMessage_JsonNullable() |
String |
getMessage()
Error message.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getStack_JsonNullable() |
String |
getStack()
The stack trace of the reported errors.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getType_JsonNullable() |
String |
getType()
Short description of the error type.
|
int |
hashCode() |
CIAppCIError |
message(String message) |
CIAppCIError |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDomain(CIAppCIErrorDomain domain) |
void |
setMessage_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> message) |
void |
setMessage(String message) |
void |
setStack_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> stack) |
void |
setStack(String stack) |
void |
setType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> type) |
void |
setType(String type) |
CIAppCIError |
stack(String stack) |
String |
toString() |
CIAppCIError |
type(String type) |
public boolean unparsed
public static final String JSON_PROPERTY_DOMAIN
public static final String JSON_PROPERTY_MESSAGE
public static final String JSON_PROPERTY_STACK
public static final String JSON_PROPERTY_TYPE
public CIAppCIError domain(CIAppCIErrorDomain domain)
@Nullable public CIAppCIErrorDomain getDomain()
public void setDomain(CIAppCIErrorDomain domain)
public CIAppCIError message(String message)
@Nullable public String getMessage()
public org.openapitools.jackson.nullable.JsonNullable<String> getMessage_JsonNullable()
public void setMessage_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> message)
public void setMessage(String message)
public CIAppCIError stack(String stack)
@Nullable public String getStack()
public org.openapitools.jackson.nullable.JsonNullable<String> getStack_JsonNullable()
public void setStack_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> stack)
public void setStack(String stack)
public CIAppCIError type(String type)
@Nullable public String getType()
public org.openapitools.jackson.nullable.JsonNullable<String> getType_JsonNullable()
public void setType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> type)
public void setType(String type)
public CIAppCIError 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.