@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class ParseExceptionDto extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_DETAILS |
static String |
SERIALIZED_NAME_MESSAGE |
static String |
SERIALIZED_NAME_TYPE |
Constructor and Description |
---|
ParseExceptionDto() |
Modifier and Type | Method and Description |
---|---|
ParseExceptionDto |
details(Map<String,ResourceReportDto> details) |
boolean |
equals(Object o) |
Map<String,ResourceReportDto> |
getDetails()
A JSON Object containing list of errors and warnings occurred during deployment.
|
String |
getMessage()
A detailed message of the error.
|
String |
getType()
An exception class indicating the occurred error.
|
int |
hashCode() |
ParseExceptionDto |
message(String message) |
ParseExceptionDto |
putDetailsItem(String key,
ResourceReportDto detailsItem) |
void |
setDetails(Map<String,ResourceReportDto> details) |
void |
setMessage(String message) |
void |
setType(String type) |
String |
toString() |
ParseExceptionDto |
type(String type) |
public static final String SERIALIZED_NAME_DETAILS
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_MESSAGE
public ParseExceptionDto details(Map<String,ResourceReportDto> details)
public ParseExceptionDto putDetailsItem(String key, ResourceReportDto detailsItem)
@Nullable public Map<String,ResourceReportDto> getDetails()
public void setDetails(Map<String,ResourceReportDto> details)
public ParseExceptionDto type(String type)
@Nullable public String getType()
public void setType(String type)
public ParseExceptionDto message(String message)
public void setMessage(String message)
Copyright © 2022. All rights reserved.