Package com.slack.api.util.http
Class ProxyUrlUtil.ProxyUrl
- java.lang.Object
-
- com.slack.api.util.http.ProxyUrlUtil.ProxyUrl
-
- Enclosing class:
- ProxyUrlUtil
public static class ProxyUrlUtil.ProxyUrl extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ProxyUrlUtil.ProxyUrl.ProxyUrlBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProxyUrlUtil.ProxyUrl.ProxyUrlBuilder
builder()
protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getHost()
String
getPassword()
Integer
getPort()
String
getSchema()
String
getUsername()
int
hashCode()
void
setHost(String host)
void
setPassword(String password)
void
setPort(Integer port)
void
setSchema(String schema)
void
setUsername(String username)
String
toString()
String
toUrlWithoutUserAndPassword()
-
-
-
Method Detail
-
toUrlWithoutUserAndPassword
public String toUrlWithoutUserAndPassword()
-
builder
public static ProxyUrlUtil.ProxyUrl.ProxyUrlBuilder builder()
-
getSchema
public String getSchema()
-
getUsername
public String getUsername()
-
getPassword
public String getPassword()
-
getHost
public String getHost()
-
getPort
public Integer getPort()
-
setSchema
public void setSchema(String schema)
-
setUsername
public void setUsername(String username)
-
setPassword
public void setPassword(String password)
-
setHost
public void setHost(String host)
-
setPort
public void setPort(Integer port)
-
canEqual
protected boolean canEqual(Object other)
-
-