Package io.atlasmap.json.v2
Class JsonInspectionRequest
java.lang.Object
io.atlasmap.json.v2.JsonInspectionRequest
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected StringList
protected String
protected StringList
protected InspectionType
protected StringList
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the value of the fieldNameExclusions property.Gets the value of the jsonData property.Gets the value of the namespaceExclusions property.getType()
Gets the value of the type property.Gets the value of the typeNameExclusions property.getUri()
Gets the value of the uri property.int
hashCode()
void
setFieldNameExclusions
(StringList value) Sets the value of the fieldNameExclusions property.void
setJsonData
(String value) Sets the value of the jsonData property.void
setNamespaceExclusions
(StringList value) Sets the value of the namespaceExclusions property.void
setType
(InspectionType value) Sets the value of the type property.void
setTypeNameExclusions
(StringList value) Sets the value of the typeNameExclusions property.void
Sets the value of the uri property.
-
Field Details
-
fieldNameExclusions
-
typeNameExclusions
-
namespaceExclusions
-
jsonData
-
uri
-
type
-
-
Constructor Details
-
JsonInspectionRequest
public JsonInspectionRequest()
-
-
Method Details
-
getFieldNameExclusions
Gets the value of the fieldNameExclusions property.- Returns:
- possible object is
StringList
-
setFieldNameExclusions
Sets the value of the fieldNameExclusions property.- Parameters:
value
- allowed object isStringList
-
getTypeNameExclusions
Gets the value of the typeNameExclusions property.- Returns:
- possible object is
StringList
-
setTypeNameExclusions
Sets the value of the typeNameExclusions property.- Parameters:
value
- allowed object isStringList
-
getNamespaceExclusions
Gets the value of the namespaceExclusions property.- Returns:
- possible object is
StringList
-
setNamespaceExclusions
Sets the value of the namespaceExclusions property.- Parameters:
value
- allowed object isStringList
-
getJsonData
Gets the value of the jsonData property.- Returns:
- possible object is
String
-
setJsonData
Sets the value of the jsonData property.- Parameters:
value
- allowed object isString
-
getUri
Gets the value of the uri property.- Returns:
- possible object is
String
-
setUri
Sets the value of the uri property.- Parameters:
value
- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
InspectionType
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isInspectionType
-
equals
-
hashCode
public int hashCode()
-