public class EndpointDependency extends Object
| Constructor and Description |
|---|
EndpointDependency() |
| Modifier and Type | Method and Description |
|---|---|
String |
domainName()
Get the domain name of the dependency.
|
List<EndpointDetail> |
endpointDetails()
Get the IP Addresses and Ports used when connecting to DomainName.
|
EndpointDependency |
withDomainName(String domainName)
Set the domain name of the dependency.
|
EndpointDependency |
withEndpointDetails(List<EndpointDetail> endpointDetails)
Set the IP Addresses and Ports used when connecting to DomainName.
|
public String domainName()
public EndpointDependency withDomainName(String domainName)
domainName - the domainName value to setpublic List<EndpointDetail> endpointDetails()
public EndpointDependency withEndpointDetails(List<EndpointDetail> endpointDetails)
endpointDetails - the endpointDetails value to setCopyright © 2019. All rights reserved.