public class Address extends Object
Address(String protocol, String host, String port)
boolean
equals(Object o)
String
getHost()
getPort()
getProtocol()
int
hashCode()
void
setHost(String host)
setPort(String port)
setProtocol(String protocol)
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Address(String protocol, String host, String port)
public String getProtocol()
public void setProtocol(String protocol)
public String getHost()
public void setHost(String host)
public String getPort()
public void setPort(String port)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2020. All rights reserved.