Class ProxyUrlUtil.ProxyUrl

java.lang.Object
com.slack.api.util.http.ProxyUrlUtil.ProxyUrl
Enclosing class:
ProxyUrlUtil

public static class ProxyUrlUtil.ProxyUrl extends Object
  • Constructor Details

  • Method Details

    • 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)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object