Class DIFField

    • Method Detail

      • getId

        public String getId()
      • getPath

        public List<String> getPath()
        array of JSONPath string expressions
      • getPredicate

        public DIFField.PredicateEnum getPredicate()
        required: limit submitted fields to those listed in the fields array (if present). preferred: submitted fields should be limited to those listed in the fields array (if present).
      • getPurpose

        public String getPurpose()
      • setId

        public void setId​(String id)
      • setPath

        public void setPath​(List<String> path)
        array of JSONPath string expressions
      • setPredicate

        public void setPredicate​(DIFField.PredicateEnum predicate)
        required: limit submitted fields to those listed in the fields array (if present). preferred: submitted fields should be limited to those listed in the fields array (if present).
      • setPurpose

        public void setPurpose​(String purpose)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object