Class VerificationErrors


  • public class VerificationErrors
    extends Object
    VerificationErrors
    • Constructor Detail

      • VerificationErrors

        public VerificationErrors()
    • Method Detail

      • getProblems

        public List<CapabilityProblem> getProblems()
        List of the verification errors.
        Returns:
        problems
      • setProblems

        public void setProblems​(List<CapabilityProblem> problems)
        List of the verification errors.
        Parameters:
        problems -
      • equals

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

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

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

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