Interface PingUrlAccessor.PingUrlBuilder<B extends PingUrlAccessor.PingUrlBuilder<?>>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      B withPingUrl​(org.refcodes.net.Url aPingUrl)
      Sets the ping Url to use and returns this builder as of the builder pattern.
    • Method Detail

      • withPingUrl

        B withPingUrl​(org.refcodes.net.Url aPingUrl)
        Sets the ping Url to use and returns this builder as of the builder pattern.
        Parameters:
        aPingUrl - The ping Url to be stored by the ping Url property.
        Returns:
        This PingUrlAccessor.PingUrlBuilder instance to continue configuration.