Class CapabilityProblemEntityRecursive


  • public class CapabilityProblemEntityRecursive
    extends Object
    CapabilityProblemEntityRecursive
    • Constructor Detail

      • CapabilityProblemEntityRecursive

        public CapabilityProblemEntityRecursive()
    • Method Detail

      • documents

        public CapabilityProblemEntityRecursive documents​(List<String> documents)
        List of document IDs to which the verification errors related to the capabilities correspond to.
        Parameters:
        documents -
        Returns:
        the current CapabilityProblemEntityRecursive instance, allowing for method chaining
      • getDocuments

        public List<String> getDocuments()
        List of document IDs to which the verification errors related to the capabilities correspond to.
        Returns:
        documents
      • setDocuments

        public void setDocuments​(List<String> documents)
        List of document IDs to which the verification errors related to the capabilities correspond to.
        Parameters:
        documents -
      • id

        public CapabilityProblemEntityRecursive id​(String id)
        The ID of the entity.
        Parameters:
        id -
        Returns:
        the current CapabilityProblemEntityRecursive instance, allowing for method chaining
      • getId

        public String getId()
        The ID of the entity.
        Returns:
        id
      • setId

        public void setId​(String id)
        The ID of the entity.
        Parameters:
        id -
      • equals

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

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

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

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