Interface PingUrlAccessor.PingUrlProperty

All Superinterfaces:
PingUrlAccessor, PingUrlAccessor.PingUrlMutator
All Known Subinterfaces:
HttpServerDescriptor.HttpServerDescriptorBuilder<B>
Enclosing interface:
PingUrlAccessor

public static interface PingUrlAccessor.PingUrlProperty extends PingUrlAccessor, PingUrlAccessor.PingUrlMutator
Provides a ping Url property.
  • Method Details

    • 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.