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 Details

  • Method Details

    • setName

      Description copied from class: LinkString
      Bean property setter: name.

      Corresponds to the text inside of the <A> element.

      Overrides:
      setName in class LinkString
      Parameters:
      value - The new value for this property.
      Can be null to unset the property.
      Returns:
      This object
    • setUri

      public LogsResource.Action setUri(URI value)
      Description copied from class: LinkString
      Bean property setter: uri.

      Corresponds to the value of the href attribute of the <A> element.

      Overrides:
      setUri in class LinkString
      Parameters:
      value - The new value for this property.
      Can be null to unset the property.
      Returns:
      This object
    • setUri

      Description copied from class: LinkString
      Bean property fluent setter: uri.

      Corresponds to the value of the href attribute of the <A> element.

      Overrides:
      setUri in class LinkString
      Parameters:
      value - The new value for this property.
      Can be null to unset the property.
      Returns:
      This object.
    • setUri

      public LogsResource.Action setUri(String value, Object... args)
      Description copied from class: LinkString
      Bean property fluent setter: uri.

      Corresponds to the value of the href attribute of the <A> element.

      Overrides:
      setUri in class LinkString
      Parameters:
      value - The new value for this property.
      Can be null to unset the property.
      args - MessageFormat-style arguments in the URL.
      Returns:
      This object.