@Embeddable public class PathElement extends Object implements Serializable
PathElement class.
| Constructor and Description | 
|---|
PathElement()
Constructor for PathElement. 
 | 
PathElement(String ipAddress,
           String serviceName)
Constructor for PathElement. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getIpAddress()
getIpAddress 
 | 
String | 
getServiceName()
getServiceName 
 | 
void | 
setIpAddress(String ipAddress)
setIpAddress 
 | 
void | 
setServiceName(String serviceName)
setServiceName 
 | 
Copyright © 2020. All rights reserved.