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 classProxyUrlUtil.ProxyUrl.ProxyUrlBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProxyUrlUtil.ProxyUrl.ProxyUrlBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetHost()StringgetPassword()IntegergetPort()StringgetSchema()StringgetUsername()inthashCode()voidsetHost(String host)voidsetPassword(String password)voidsetPort(Integer port)voidsetSchema(String schema)voidsetUsername(String username)StringtoString()StringtoUrlWithoutUserAndPassword()
-
-
-
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)
-
-