Interface PingUrlAccessor.PingUrlProperty

    • Method Detail

      • letPingUrl

        default org.refcodes.web.Url letPingUrl​(org.refcodes.web.Url aUrl)
        This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given Url (setter) as of PingUrlAccessor.PingUrlMutator.setPingUrl(Url) and returns the very same value (getter).
        Parameters:
        aUrl - The Url to set (via PingUrlAccessor.PingUrlMutator.setPingUrl(Url)).
        Returns:
        Returns the value passed for it to be used in conclusive processing steps.