@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class ExceptionDto extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_MESSAGE |
static String |
SERIALIZED_NAME_TYPE |
Constructor and Description |
---|
ExceptionDto() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getMessage()
A detailed message of the error.
|
String |
getType()
An exception class indicating the occurred error.
|
int |
hashCode() |
ExceptionDto |
message(String message) |
void |
setMessage(String message) |
void |
setType(String type) |
String |
toString() |
ExceptionDto |
type(String type) |
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_MESSAGE
public ExceptionDto type(String type)
@Nullable public String getType()
public void setType(String type)
public ExceptionDto message(String message)
public void setMessage(String message)
Copyright © 2022. All rights reserved.