public class ProcessMappingResponse extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected AtlasMappingResult |
atlasMappingResult |
protected Audits |
audits |
protected Mapping |
mapping |
Constructor and Description |
---|
ProcessMappingResponse() |
Modifier and Type | Method and Description |
---|---|
AtlasMappingResult |
getAtlasMappingResult()
Gets the value of the atlasMappingResult property.
|
Audits |
getAudits()
Gets the value of the audits property.
|
Mapping |
getMapping()
Gets the value of the mapping property.
|
void |
setAtlasMappingResult(AtlasMappingResult value)
Sets the value of the atlasMappingResult property.
|
void |
setAudits(Audits value)
Sets the value of the audits property.
|
void |
setMapping(Mapping value)
Sets the value of the mapping property.
|
protected Mapping mapping
protected Audits audits
protected AtlasMappingResult atlasMappingResult
public Mapping getMapping()
Mapping
public void setMapping(Mapping value)
value
- allowed object is
Mapping
public Audits getAudits()
Audits
public void setAudits(Audits value)
value
- allowed object is
Audits
public AtlasMappingResult getAtlasMappingResult()
AtlasMappingResult
public void setAtlasMappingResult(AtlasMappingResult value)
value
- allowed object is
AtlasMappingResult
Copyright © 2017–2022 Red Hat, Inc.. All rights reserved.