Class LogsResource.Action
java.lang.Object
org.apache.juneau.bean.LinkString
org.apache.juneau.microservice.resources.LogsResource.Action
- All Implemented Interfaces:
Comparable<LinkString>
- Enclosing class:
- LogsResource
@Response(schema=@Schema(description="File action"))
public static class LogsResource.Action
extends LinkString
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionBean property setter:name .Bean property fluent setter:uri .Bean property fluent setter:uri .Bean property setter:uri .
-
Constructor Details
-
Action
-
-
Method Details
-
setName
Description copied from class:LinkStringBean property setter:name .Corresponds to the text inside of the
<A> element.- Overrides:
setNamein classLinkString- Parameters:
value- The new value for this property.
Can benull to unset the property.- Returns:
- This object
-
setUri
Description copied from class:LinkStringBean property setter:uri .Corresponds to the value of the
href attribute of the<A> element.- Overrides:
setUriin classLinkString- Parameters:
value- The new value for this property.
Can benull to unset the property.- Returns:
- This object
-
setUri
Description copied from class:LinkStringBean property fluent setter:uri .Corresponds to the value of the
href attribute of the<A> element.- Overrides:
setUriin classLinkString- Parameters:
value- The new value for this property.
Can benull to unset the property.- Returns:
- This object.
-
setUri
Description copied from class:LinkStringBean property fluent setter:uri .Corresponds to the value of the
href attribute of the<A> element.- Overrides:
setUriin classLinkString- Parameters:
value- The new value for this property.
Can benull to unset the property.args-MessageFormat-style arguments in the URL.- Returns:
- This object.
-