- 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.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.refcodes.rest.PingUrlAccessor
PingUrlAccessor.PingUrlBuilder<B extends PingUrlAccessor.PingUrlBuilder<?>>, PingUrlAccessor.PingUrlMutator, PingUrlAccessor.PingUrlProperty
-
Method Summary
Modifier and TypeMethodDescriptiondefault 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 givenUrl
(setter) as ofPingUrlAccessor.PingUrlMutator.setPingUrl(Url)
and returns the very same value (getter).Methods inherited from interface org.refcodes.rest.PingUrlAccessor
getPingUrl
Methods inherited from interface org.refcodes.rest.PingUrlAccessor.PingUrlMutator
setPingUrl
-
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 givenUrl
(setter) as ofPingUrlAccessor.PingUrlMutator.setPingUrl(Url)
and returns the very same value (getter).- Parameters:
aUrl
- TheUrl
to set (viaPingUrlAccessor.PingUrlMutator.setPingUrl(Url)
).- Returns:
- Returns the value passed for it to be used in conclusive processing steps.
-