Class ListContainerOptions

java.lang.Object
ecmwf.ecpds.mover.plugin.http.ListContainerOptions

public class ListContainerOptions extends Object
ECMWF Product Data Store (OpenECPDS) Project.
Since:
2024-07-01
Version:
6.7.7
Author:
Laurent Gougeon - syi@ecmwf.int, ECMWF.
  • Constructor Details Link icon

    • ListContainerOptions Link icon

      public ListContainerOptions()
  • Method Details Link icon

    • delimiter Link icon

      public void delimiter(String delimiter)
      Delimiter.
      Parameters:
      delimiter - the delimiter
    • recursive Link icon

      public void recursive()
      Recursive.
    • prefix Link icon

      public void prefix(String prefix)
      Prefix.
      Parameters:
      prefix - the prefix
    • afterMarker Link icon

      public void afterMarker(String marker)
      After marker.
      Parameters:
      marker - the marker
    • maxResults Link icon

      public void maxResults(int maxKeys)
      Max results.
      Parameters:
      maxKeys - the max keys
    • getDelimiter Link icon

      public String getDelimiter()
      Gets the delimiter.
      Returns:
      the delimiter
    • getPrefix Link icon

      public String getPrefix()
      Gets the prefix.
      Returns:
      the prefix
    • getMarker Link icon

      public String getMarker()
      Gets the marker.
      Returns:
      the marker
    • getMaxKeys Link icon

      public int getMaxKeys()
      Gets the max keys.
      Returns:
      the max keys
    • isRecursive Link icon

      public boolean isRecursive()
      Checks if is recursive.
      Returns:
      true, if is recursive
    • toString Link icon

      public String toString()
      To string.
      Overrides:
      toString in class Object