Package io.atlasmap.json.v2
Class JsonInspectionRequest
- java.lang.Object
-
- io.atlasmap.json.v2.JsonInspectionRequest
-
- All Implemented Interfaces:
Serializable
public class JsonInspectionRequest extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected io.atlasmap.v2.StringListfieldNameExclusionsprotected StringjsonDataprotected io.atlasmap.v2.StringListnamespaceExclusionsprotected InspectionTypetypeprotected io.atlasmap.v2.StringListtypeNameExclusionsprotected Stringuri
-
Constructor Summary
Constructors Constructor Description JsonInspectionRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)io.atlasmap.v2.StringListgetFieldNameExclusions()Gets the value of the fieldNameExclusions property.StringgetJsonData()Gets the value of the jsonData property.io.atlasmap.v2.StringListgetNamespaceExclusions()Gets the value of the namespaceExclusions property.InspectionTypegetType()Gets the value of the type property.io.atlasmap.v2.StringListgetTypeNameExclusions()Gets the value of the typeNameExclusions property.StringgetUri()Gets the value of the uri property.inthashCode()voidsetFieldNameExclusions(io.atlasmap.v2.StringList value)Sets the value of the fieldNameExclusions property.voidsetJsonData(String value)Sets the value of the jsonData property.voidsetNamespaceExclusions(io.atlasmap.v2.StringList value)Sets the value of the namespaceExclusions property.voidsetType(InspectionType value)Sets the value of the type property.voidsetTypeNameExclusions(io.atlasmap.v2.StringList value)Sets the value of the typeNameExclusions property.voidsetUri(String value)Sets the value of the uri property.
-
-
-
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
-
uri
protected String uri
-
type
protected InspectionType type
-
-
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 isStringList
-
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 isStringList
-
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 isStringList
-
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 isString
-
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 isString
-
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 isInspectionType
-
-