Class InvalidFieldWrapper


  • public class InvalidFieldWrapper
    extends Object
    InvalidFieldWrapper
    • Constructor Detail

      • InvalidFieldWrapper

        public InvalidFieldWrapper()
    • Method Detail

      • getInvalidField

        public InvalidField getInvalidField()
        Get invalidField
        Returns:
        invalidField
      • setInvalidField

        public void setInvalidField​(InvalidField invalidField)
      • equals

        public boolean equals​(Object o)
        Return true if this InvalidFieldWrapper object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

        public static InvalidFieldWrapper fromJson​(String jsonString)
                                            throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of InvalidFieldWrapper given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of InvalidFieldWrapper
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to InvalidFieldWrapper
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of InvalidFieldWrapper to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException