Class JsonInspectionRequest

    • Field Detail

      • fieldNameExclusions

        protected io.atlasmap.v2.StringList fieldNameExclusions
      • typeNameExclusions

        protected io.atlasmap.v2.StringList typeNameExclusions
      • namespaceExclusions

        protected io.atlasmap.v2.StringList namespaceExclusions
      • jsonData

        protected String jsonData
    • Constructor Detail

      • JsonInspectionRequest

        public JsonInspectionRequest()
    • Method Detail

      • getFieldNameExclusions

        public io.atlasmap.v2.StringList getFieldNameExclusions()
        Gets the value of the fieldNameExclusions property.
        Returns:
        possible object is StringList
      • setFieldNameExclusions

        public void setFieldNameExclusions​(io.atlasmap.v2.StringList value)
        Sets the value of the fieldNameExclusions property.
        Parameters:
        value - allowed object is StringList
      • getTypeNameExclusions

        public io.atlasmap.v2.StringList getTypeNameExclusions()
        Gets the value of the typeNameExclusions property.
        Returns:
        possible object is StringList
      • setTypeNameExclusions

        public void setTypeNameExclusions​(io.atlasmap.v2.StringList value)
        Sets the value of the typeNameExclusions property.
        Parameters:
        value - allowed object is StringList
      • getNamespaceExclusions

        public io.atlasmap.v2.StringList getNamespaceExclusions()
        Gets the value of the namespaceExclusions property.
        Returns:
        possible object is StringList
      • setNamespaceExclusions

        public void setNamespaceExclusions​(io.atlasmap.v2.StringList value)
        Sets the value of the namespaceExclusions property.
        Parameters:
        value - allowed object is StringList
      • getJsonData

        public String getJsonData()
        Gets the value of the jsonData property.
        Returns:
        possible object is String
      • setJsonData

        public void setJsonData​(String value)
        Sets the value of the jsonData property.
        Parameters:
        value - allowed object is String
      • getUri

        public String getUri()
        Gets the value of the uri property.
        Returns:
        possible object is String
      • setUri

        public void setUri​(String value)
        Sets the value of the uri property.
        Parameters:
        value - allowed object is String
      • setType

        public void setType​(InspectionType value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is InspectionType
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object