public class MappingResult extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
MappingResult.Builder |
| Constructor and Description |
|---|
MappingResult() |
MappingResult(String componentType,
String endpointType,
Map<String,String> nodeDetails,
List<Property> properties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getComponentType() |
String |
getEndpointType() |
Map<String,String> |
getNodeDetails() |
List<Property> |
getProperties() |
int |
hashCode() |
public MappingResult(String componentType, String endpointType, Map<String,String> nodeDetails, List<Property> properties)
public MappingResult()
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.