Package io.atlasmap.v2
Class ProcessMappingRequest
java.lang.Object
io.atlasmap.v2.ProcessMappingRequest
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the atlasMapping property.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.
-
Field Details
-
mapping
-
atlasMapping
-
-
Constructor Details
-
ProcessMappingRequest
public ProcessMappingRequest()
-
-
Method Details
-
getMapping
Gets the value of the mapping property.- Returns:
- possible object is
Mapping
-
setMapping
Sets the value of the mapping property.- Parameters:
value
- allowed object isMapping
-
getAtlasMapping
Gets the value of the atlasMapping property.- Returns:
- possible object is
AtlasMapping
-
setAtlasMapping
Sets the value of the atlasMapping property.- Parameters:
value
- allowed object isAtlasMapping
-