Class ValidationError
java.lang.Object
com.data_intuitive.lamin_api_client_java.model.ValidationError
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-04-02T16:48:06.839484276+02:00[Europe/Brussels]",
comments="Generator version: 7.12.0")
public class ValidationError
extends Object
ValidationError
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddLocItem(ValidationErrorLocInner locItem) booleanstatic ValidationErrorCreate an instance of ValidationError given an JSON stringgetLoc()Get locgetMsg()Get msggetType()Get typeinthashCode()loc(List<ValidationErrorLocInner> loc) voidvoidvoidtoJson()Convert an instance of ValidationError to an JSON stringtoString()static voidvalidateJsonElement(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
-
ValidationError
public ValidationError()
-
-
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 ValidationError
-
fromJson
Create an instance of ValidationError given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ValidationError
- Throws:
IOException- if the JSON string is invalid with respect to ValidationError
-
toJson
Convert an instance of ValidationError to an JSON string- Returns:
- JSON string
-