Class AddCustomRouteRequest


  • public class AddCustomRouteRequest
    extends Object
    AddCustomRouteRequest
    • Constructor Detail

      • AddCustomRouteRequest

        public AddCustomRouteRequest()
    • Method Detail

      • getCustomRouteName

        public String getCustomRouteName()
        Get customRouteName
        Returns:
        customRouteName
      • setCustomRouteName

        public void setCustomRouteName​(String customRouteName)
      • getDstIP

        @NotNull
        public @NotNull String getDstIP()
        Get dstIP
        Returns:
        dstIP
      • setDstIP

        public void setDstIP​(String dstIP)
      • getProductId

        @NotNull
        public @NotNull String getProductId()
        Get productId
        Returns:
        productId
      • setProductId

        public void setProductId​(String productId)
      • getProxyCipher

        public String getProxyCipher()
        Get proxyCipher
        Returns:
        proxyCipher
      • setProxyCipher

        public void setProxyCipher​(String proxyCipher)
      • getProxyPassword

        public String getProxyPassword()
        Get proxyPassword
        Returns:
        proxyPassword
      • setProxyPassword

        public void setProxyPassword​(String proxyPassword)
      • getProxyPort

        @NotNull
        public @NotNull Integer getProxyPort()
        Get proxyPort
        Returns:
        proxyPort
      • setProxyPort

        public void setProxyPort​(Integer proxyPort)
      • getProxyProtocol

        @NotNull
        public @NotNull String getProxyProtocol()
        Get proxyProtocol
        Returns:
        proxyProtocol
      • setProxyProtocol

        public void setProxyProtocol​(String proxyProtocol)
      • getProxyUserName

        public String getProxyUserName()
        Get proxyUserName
        Returns:
        proxyUserName
      • setProxyUserName

        public void setProxyUserName​(String proxyUserName)
      • getZone

        @NotNull
        public @NotNull String getZone()
        Get zone
        Returns:
        zone
      • setZone

        public void setZone​(String zone)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object