Package io.atlasmap.v2
Class AtlasMappingResult
java.lang.Object
io.atlasmap.v2.AtlasMappingResult
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the audits property.Gets the value of the targetDocuments property.void
Sets the value of the audits property.
-
Field Details
-
targetDocuments
-
audits
-
-
Constructor Details
-
AtlasMappingResult
public AtlasMappingResult()
-
-
Method Details
-
getTargetDocuments
Gets the value of the targetDocuments property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the targetDocuments property.For example, to add a new item, do as follows:
getTargetDocuments().add(newItem);
Objects of the following type(s) are allowed in the list
TargetDocument
- Returns:
- A list of
TargetDocument
-
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
-