@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class JSONAPIErrorItemSource extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_HEADER |
static String |
JSON_PROPERTY_PARAMETER |
static String |
JSON_PROPERTY_POINTER |
boolean |
unparsed |
| Constructor and Description |
|---|
JSONAPIErrorItemSource() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this JSONAPIErrorItemSource 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 |
getHeader()
A string indicating the name of a single request header which caused the error.
|
String |
getParameter()
A string indicating which URI query parameter caused the error.
|
String |
getPointer()
A JSON pointer to the value in the request document that caused the error.
|
int |
hashCode() |
JSONAPIErrorItemSource |
header(String header) |
JSONAPIErrorItemSource |
parameter(String parameter) |
JSONAPIErrorItemSource |
pointer(String pointer) |
JSONAPIErrorItemSource |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setHeader(String header) |
void |
setParameter(String parameter) |
void |
setPointer(String pointer) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_HEADER
public static final String JSON_PROPERTY_PARAMETER
public static final String JSON_PROPERTY_POINTER
public JSONAPIErrorItemSource header(String header)
@Nullable public String getHeader()
public void setHeader(String header)
public JSONAPIErrorItemSource parameter(String parameter)
@Nullable public String getParameter()
public void setParameter(String parameter)
public JSONAPIErrorItemSource pointer(String pointer)
@Nullable public String getPointer()
public void setPointer(String pointer)
public JSONAPIErrorItemSource 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 © 2025. All rights reserved.