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

    • ListContainerOptions

      public ListContainerOptions()
  • Method Details

    • delimiter

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

      public void recursive()
      Recursive.
    • prefix

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

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

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

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

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

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

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

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

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