public class StreamMappingDTO extends Object
| Constructor and Description |
|---|
StreamMappingDTO() |
| Modifier and Type | Method and Description |
|---|---|
AttributeMappingDTO[] |
getAttributeMappingDTOs() |
String |
getFromStream() |
String |
getToStream() |
void |
setAttributeMappingDTOs(AttributeMappingDTO[] attributeMappingDTOs) |
void |
setFromStream(String fromStream) |
void |
setToStream(String toStream) |
public String getFromStream()
public void setFromStream(String fromStream)
public String getToStream()
public void setToStream(String toStream)
public AttributeMappingDTO[] getAttributeMappingDTOs()
public void setAttributeMappingDTOs(AttributeMappingDTO[] attributeMappingDTOs)
Copyright © 2016 WSO2. All rights reserved.