Package io.atlasmap.v2
Class ProcessMappingResponse
java.lang.Object
io.atlasmap.v2.ProcessMappingResponse
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the atlasMappingResult property.Gets the value of the audits property.Gets the value of the mapping property.void
Sets the value of the atlasMappingResult property.void
Sets the value of the audits property.void
setMapping
(Mapping value) Sets the value of the mapping property.
-
Field Details
-
mapping
-
audits
-
atlasMappingResult
-
-
Constructor Details
-
ProcessMappingResponse
public ProcessMappingResponse()
-
-
Method Details
-
getMapping
Gets the value of the mapping property.- Returns:
- possible object is
Mapping
-
setMapping
Sets the value of the mapping property.- Parameters:
value
- allowed object isMapping
-
getAudits
Gets the value of the audits property.- Returns:
- possible object is
Audits
-
setAudits
Sets the value of the audits property.- Parameters:
value
- allowed object isAudits
-
getAtlasMappingResult
Gets the value of the atlasMappingResult property.- Returns:
- possible object is
AtlasMappingResult
-
setAtlasMappingResult
Sets the value of the atlasMappingResult property.- Parameters:
value
- allowed object isAtlasMappingResult
-