Class JsonInspectionRequest

java.lang.Object
io.atlasmap.json.v2.JsonInspectionRequest
All Implemented Interfaces:
Serializable

public class JsonInspectionRequest extends Object implements Serializable
See Also:
  • Field Details

    • fieldNameExclusions

      protected StringList fieldNameExclusions
    • typeNameExclusions

      protected StringList typeNameExclusions
    • namespaceExclusions

      protected StringList namespaceExclusions
    • jsonData

      protected String jsonData
    • uri

      protected String uri
    • type

      protected InspectionType type
  • Constructor Details

    • JsonInspectionRequest

      public JsonInspectionRequest()
  • Method Details

    • getFieldNameExclusions

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

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

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

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

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

      public void setNamespaceExclusions(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
    • getType

      public InspectionType getType()
      Gets the value of the type property.
      Returns:
      possible object is InspectionType
    • setType

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

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object