@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class ParseExceptionDtoAllOf extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_DETAILS |
Constructor and Description |
---|
ParseExceptionDtoAllOf() |
Modifier and Type | Method and Description |
---|---|
ParseExceptionDtoAllOf |
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.
|
int |
hashCode() |
ParseExceptionDtoAllOf |
putDetailsItem(String key,
ResourceReportDto detailsItem) |
void |
setDetails(Map<String,ResourceReportDto> details) |
String |
toString() |
public static final String SERIALIZED_NAME_DETAILS
public ParseExceptionDtoAllOf details(Map<String,ResourceReportDto> details)
public ParseExceptionDtoAllOf putDetailsItem(String key, ResourceReportDto detailsItem)
@Nullable public Map<String,ResourceReportDto> getDetails()
public void setDetails(Map<String,ResourceReportDto> details)
Copyright © 2022. All rights reserved.