public class ProcessMappingRequest extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected AtlasMapping |
atlasMapping |
protected Mapping |
mapping |
Constructor and Description |
---|
ProcessMappingRequest() |
Modifier and Type | Method and Description |
---|---|
AtlasMapping |
getAtlasMapping()
Gets the value of the atlasMapping property.
|
Mapping |
getMapping()
Gets the value of the mapping property.
|
void |
setAtlasMapping(AtlasMapping value)
Sets the value of the atlasMapping property.
|
void |
setMapping(Mapping value)
Sets the value of the mapping property.
|
protected Mapping mapping
protected AtlasMapping atlasMapping
public Mapping getMapping()
Mapping
public void setMapping(Mapping value)
value
- allowed object is
Mapping
public AtlasMapping getAtlasMapping()
AtlasMapping
public void setAtlasMapping(AtlasMapping value)
value
- allowed object is
AtlasMapping
Copyright © 2020 JBoss by Red Hat. All rights reserved.