Class HTTPValidationError
java.lang.Object
cz.fidentis.analyst.engines.face.facemasksapi.model.HTTPValidationError
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.10.0")
public class HTTPValidationError
extends Object
HTTPValidationError
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDetailItem
(ValidationError1 detailItem) detail
(List<ValidationError1> detail) boolean
static HTTPValidationError
Create an instance of HTTPValidationError given an JSON stringGet detailint
hashCode()
void
setDetail
(List<ValidationError1> detail) toJson()
Convert an instance of HTTPValidationError to an JSON stringtoString()
static void
validateJsonElement
(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_DETAIL
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
HTTPValidationError
public HTTPValidationError()
-
-
Method Details
-
detail
-
addDetailItem
-
getDetail
Get detail- Returns:
- detail
-
setDetail
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement
- JSON Element- Throws:
IOException
- if the JSON Element is invalid with respect to HTTPValidationError
-
fromJson
Create an instance of HTTPValidationError given an JSON string- Parameters:
jsonString
- JSON string- Returns:
- An instance of HTTPValidationError
- Throws:
IOException
- if the JSON string is invalid with respect to HTTPValidationError
-
toJson
Convert an instance of HTTPValidationError to an JSON string- Returns:
- JSON string
-