public class JsonInspectionRequest extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected io.atlasmap.v2.StringList |
fieldNameExclusions |
protected String |
jsonData |
protected io.atlasmap.v2.StringList |
namespaceExclusions |
protected InspectionType |
type |
protected io.atlasmap.v2.StringList |
typeNameExclusions |
protected String |
uri |
| Constructor and Description |
|---|
JsonInspectionRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
io.atlasmap.v2.StringList |
getFieldNameExclusions()
Gets the value of the fieldNameExclusions property.
|
String |
getJsonData()
Gets the value of the jsonData property.
|
io.atlasmap.v2.StringList |
getNamespaceExclusions()
Gets the value of the namespaceExclusions property.
|
InspectionType |
getType()
Gets the value of the type property.
|
io.atlasmap.v2.StringList |
getTypeNameExclusions()
Gets the value of the typeNameExclusions property.
|
String |
getUri()
Gets the value of the uri property.
|
int |
hashCode() |
void |
setFieldNameExclusions(io.atlasmap.v2.StringList value)
Sets the value of the fieldNameExclusions property.
|
void |
setJsonData(String value)
Sets the value of the jsonData property.
|
void |
setNamespaceExclusions(io.atlasmap.v2.StringList value)
Sets the value of the namespaceExclusions property.
|
void |
setType(InspectionType value)
Sets the value of the type property.
|
void |
setTypeNameExclusions(io.atlasmap.v2.StringList value)
Sets the value of the typeNameExclusions property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
protected io.atlasmap.v2.StringList fieldNameExclusions
protected io.atlasmap.v2.StringList typeNameExclusions
protected io.atlasmap.v2.StringList namespaceExclusions
protected String jsonData
protected String uri
protected InspectionType type
public io.atlasmap.v2.StringList getFieldNameExclusions()
StringListpublic void setFieldNameExclusions(io.atlasmap.v2.StringList value)
value - allowed object is
StringListpublic io.atlasmap.v2.StringList getTypeNameExclusions()
StringListpublic void setTypeNameExclusions(io.atlasmap.v2.StringList value)
value - allowed object is
StringListpublic io.atlasmap.v2.StringList getNamespaceExclusions()
StringListpublic void setNamespaceExclusions(io.atlasmap.v2.StringList value)
value - allowed object is
StringListpublic String getJsonData()
Stringpublic void setJsonData(String value)
value - allowed object is
Stringpublic String getUri()
Stringpublic void setUri(String value)
value - allowed object is
Stringpublic InspectionType getType()
InspectionTypepublic void setType(InspectionType value)
value - allowed object is
InspectionTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.