@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-05-07T11:42:47.246+01:00[Europe/London]") public class GenericError extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CODE |
static String |
JSON_PROPERTY_TEXT |
| Constructor and Description |
|---|
GenericError() |
| Modifier and Type | Method and Description |
|---|---|
GenericError |
code(String code) |
boolean |
equals(Object o) |
String |
getCode()
Get code
|
String |
getText()
Get text
|
int |
hashCode() |
void |
setCode(String code) |
void |
setText(String text) |
GenericError |
text(String text) |
String |
toString() |
String |
toUrlQueryString()
Convert the instance into URL query string.
|
String |
toUrlQueryString(String prefix)
Convert the instance into URL query string.
|
public static final String JSON_PROPERTY_CODE
public static final String JSON_PROPERTY_TEXT
public GenericError code(String code)
public void setCode(String code)
public GenericError text(String text)
public void setText(String text)
public String toUrlQueryString()
Copyright © 2024. All rights reserved.