Class AtlasMappingResult

java.lang.Object
io.atlasmap.v2.AtlasMappingResult
All Implemented Interfaces:
Serializable

public class AtlasMappingResult extends Object implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • AtlasMappingResult

      public AtlasMappingResult()
  • Method Details

    • getTargetDocuments

      public List<TargetDocument> 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

      public Audits getAudits()
      Gets the value of the audits property.
      Returns:
      possible object is Audits
    • setAudits

      public void setAudits(Audits value)
      Sets the value of the audits property.
      Parameters:
      value - allowed object is Audits