Package io.atlasmap.json.v2
Class JsonInspectionRequest
java.lang.Object
io.atlasmap.json.v2.JsonInspectionRequest
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringListprotected Stringprotected StringListprotected InspectionTypeprotected StringListprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets 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.inthashCode()voidsetFieldNameExclusions(StringList value) Sets the value of the fieldNameExclusions property.voidsetJsonData(String value) Sets the value of the jsonData property.voidsetNamespaceExclusions(StringList value) Sets the value of the namespaceExclusions property.voidsetType(InspectionType value) Sets the value of the type property.voidsetTypeNameExclusions(StringList value) Sets the value of the typeNameExclusions property.voidSets 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()
-