Package org.openapitools.client.model
Class ParseExceptionDtoAllOf
- java.lang.Object
-
- org.openapitools.client.model.ParseExceptionDtoAllOf
-
public class ParseExceptionDtoAllOf extends Object
ParseExceptionDtoAllOf
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_DETAILS
-
Constructor Summary
Constructors Constructor Description ParseExceptionDtoAllOf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParseExceptionDtoAllOfdetails(Map<String,ResourceReportDto> details)booleanequals(Object o)Map<String,ResourceReportDto>getDetails()A JSON Object containing list of errors and warnings occurred during deployment.inthashCode()ParseExceptionDtoAllOfputDetailsItem(String key, ResourceReportDto detailsItem)voidsetDetails(Map<String,ResourceReportDto> details)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_DETAILS
public static final String SERIALIZED_NAME_DETAILS
- See Also:
- Constant Field Values
-
-
Method Detail
-
details
public ParseExceptionDtoAllOf details(Map<String,ResourceReportDto> details)
-
putDetailsItem
public ParseExceptionDtoAllOf putDetailsItem(String key, ResourceReportDto detailsItem)
-
getDetails
public Map<String,ResourceReportDto> getDetails()
A JSON Object containing list of errors and warnings occurred during deployment.- Returns:
- details
-
setDetails
public void setDetails(Map<String,ResourceReportDto> details)
-
-