public class ClientProxy extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ClientProxy.ClientProxyBuilder |
| Constructor and Description |
|---|
ClientProxy() |
ClientProxy(String host,
int port,
String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
static ClientProxy.ClientProxyBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getHost() |
String |
getPassword() |
int |
getPort() |
String |
getUsername() |
int |
hashCode() |
void |
setHost(String host) |
void |
setPassword(String password) |
void |
setPort(int port) |
void |
setUsername(String username) |
String |
toString() |
public static ClientProxy.ClientProxyBuilder builder()
public String getHost()
public int getPort()
public String getUsername()
public String getPassword()
public void setHost(String host)
public void setPort(int port)
public void setUsername(String username)
public void setPassword(String password)
protected boolean canEqual(Object other)
Copyright © 2022. All rights reserved.