public class AtlasMappingResult extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Audits |
audits |
protected List<TargetDocument> |
targetDocuments |
Constructor and Description |
---|
AtlasMappingResult() |
Modifier and Type | Method and Description |
---|---|
Audits |
getAudits()
Gets the value of the audits property.
|
List<TargetDocument> |
getTargetDocuments()
Gets the value of the targetDocuments property.
|
void |
setAudits(Audits value)
Sets the value of the audits property.
|
protected List<TargetDocument> targetDocuments
protected Audits audits
public List<TargetDocument> getTargetDocuments()
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
TargetDocument
public Audits getAudits()
Audits
Copyright © 2017–2021 Red Hat, Inc.. All rights reserved.