Class ValidationErrorLocInner

java.lang.Object
com.data_intuitive.lamin_api_client_java.model.AbstractOpenApiSchema
com.data_intuitive.lamin_api_client_java.model.ValidationErrorLocInner

@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 ValidationErrorLocInner extends AbstractOpenApiSchema
  • Field Details

  • Constructor Details

    • ValidationErrorLocInner

      public ValidationErrorLocInner()
    • ValidationErrorLocInner

      public ValidationErrorLocInner(Object o)
  • Method Details

    • getSchemas

      public Map<String,Class<?>> getSchemas()
      Description copied from class: AbstractOpenApiSchema
      Get the list of oneOf/anyOf composed schemas allowed to be stored in this object
      Specified by:
      getSchemas in class AbstractOpenApiSchema
      Returns:
      an instance of the actual schema/object
    • setActualInstance

      public void setActualInstance(Object instance)
      Set the instance that matches the anyOf child schema, check the instance parameter is valid against the anyOf child schemas: Integer, String It could be an instance of the 'anyOf' schemas.
      Overrides:
      setActualInstance in class AbstractOpenApiSchema
      Parameters:
      instance - the actual instance of the schema/object
    • getActualInstance

      public Object getActualInstance()
      Get the actual instance, which can be the following: Integer, String
      Overrides:
      getActualInstance in class AbstractOpenApiSchema
      Returns:
      The actual instance (Integer, String)
    • getString

      public String getString() throws ClassCastException
      Get the actual instance of `String`. If the actual instance is not `String`, the ClassCastException will be thrown.
      Returns:
      The actual instance of `String`
      Throws:
      ClassCastException - if the instance is not `String`
    • getInteger

      public Integer getInteger() throws ClassCastException
      Get the actual instance of `Integer`. If the actual instance is not `Integer`, the ClassCastException will be thrown.
      Returns:
      The actual instance of `Integer`
      Throws:
      ClassCastException - if the instance is not `Integer`
    • validateJsonElement

      public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException
      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 ValidationErrorLocInner
    • fromJson

      public static ValidationErrorLocInner fromJson(String jsonString) throws IOException
      Create an instance of ValidationErrorLocInner given an JSON string
      Parameters:
      jsonString - JSON string
      Returns:
      An instance of ValidationErrorLocInner
      Throws:
      IOException - if the JSON string is invalid with respect to ValidationErrorLocInner
    • toJson

      public String toJson()
      Convert an instance of ValidationErrorLocInner to an JSON string
      Returns:
      JSON string