public class Endpoint extends Object
| Constructor and Description |
|---|
Endpoint() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getIpv4() |
int |
getPort() |
String |
getServiceName() |
int |
hashCode() |
void |
setIpv4(String ipv4) |
void |
setPort(int port) |
void |
setServiceName(String serviceName) |
String |
toString() |
public String getIpv4()
public void setIpv4(String ipv4)
ipv4 - the ipv4 to setpublic int getPort()
public void setPort(int port)
port - the port to setpublic String getServiceName()
public void setServiceName(String serviceName)
serviceName - the serviceName to setCopyright © 2015–2016 Red Hat, Inc.. All rights reserved.