Class CustomMappingError


  • public class CustomMappingError
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CustomMappingError()  
      CustomMappingError​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> message, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> targetField)  
    • Constructor Detail

      • CustomMappingError

        public CustomMappingError​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id,
                                  org.openapitools.jackson.nullable.JsonNullable<java.lang.String> message,
                                  org.openapitools.jackson.nullable.JsonNullable<java.lang.String> targetField)
      • CustomMappingError

        public CustomMappingError()
    • Method Detail

      • id

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
        The custom mapping identifier
      • message

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> message()
        The error message
      • targetField

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> targetField()
        The target field where the error occurred
      • withId

        public CustomMappingError withId​(java.lang.String id)
        The custom mapping identifier
      • withId

        public CustomMappingError withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
        The custom mapping identifier
      • withMessage

        public CustomMappingError withMessage​(java.lang.String message)
        The error message
      • withMessage

        public CustomMappingError withMessage​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> message)
        The error message
      • withTargetField

        public CustomMappingError withTargetField​(java.lang.String targetField)
        The target field where the error occurred
      • withTargetField

        public CustomMappingError withTargetField​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> targetField)
        The target field where the error occurred
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object