Interface ServerAddressByClientCIDRFluent<A extends ServerAddressByClientCIDRFluent<A>>

    • Method Detail

      • getClientCIDR

        String getClientCIDR()
      • withClientCIDR

        A withClientCIDR​(String clientCIDR)
      • hasClientCIDR

        Boolean hasClientCIDR()
      • withNewClientCIDR

        A withNewClientCIDR​(String arg1)
      • getServerAddress

        String getServerAddress()
      • withServerAddress

        A withServerAddress​(String serverAddress)
      • hasServerAddress

        Boolean hasServerAddress()
      • withNewServerAddress

        A withNewServerAddress​(String arg1)
      • withNewServerAddress

        A withNewServerAddress​(StringBuilder arg1)
      • withNewServerAddress

        A withNewServerAddress​(StringBuffer arg1)