Class ValidationError1
java.lang.Object
cz.fidentis.analyst.engines.face.facemasksapi.model.ValidationError1
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.10.0")
public class ValidationError1
extends Object
ValidationError1
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddLocItem
(ValidationError1LocInner locItem) boolean
static ValidationError1
Create an instance of ValidationError1 given an JSON stringgetLoc()
Get locgetMsg()
Get msggetType()
Get typeint
hashCode()
loc
(List<ValidationError1LocInner> loc) void
void
void
toJson()
Convert an instance of ValidationError1 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_LOC
- See Also:
-
SERIALIZED_NAME_MSG
- See Also:
-
SERIALIZED_NAME_TYPE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ValidationError1
public ValidationError1()
-
-
Method Details
-
loc
-
addLocItem
-
getLoc
Get loc- Returns:
- loc
-
setLoc
-
msg
-
getMsg
Get msg- Returns:
- msg
-
setMsg
-
type
-
getType
Get type- Returns:
- type
-
setType
-
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 ValidationError1
-
fromJson
Create an instance of ValidationError1 given an JSON string- Parameters:
jsonString
- JSON string- Returns:
- An instance of ValidationError1
- Throws:
IOException
- if the JSON string is invalid with respect to ValidationError1
-
toJson
Convert an instance of ValidationError1 to an JSON string- Returns:
- JSON string
-