Class GetOptions

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

public class GetOptions extends Object
The Class GetOptions.
  • Constructor Details

    • GetOptions

      public GetOptions()
  • Method Details

    • ifETagMatches

      public void ifETagMatches(String ifETagMatches)
      If E tag matches.
      Parameters:
      ifETagMatches - the if E tag matches
    • ifETagDoesntMatch

      public void ifETagDoesntMatch(String ifETagDoesntMatch)
      If E tag doesnt match.
      Parameters:
      ifETagDoesntMatch - the if E tag doesnt match
    • ifModifiedSince

      public void ifModifiedSince(Date ifModifiedSince)
      If modified since.
      Parameters:
      ifModifiedSince - the if modified since
    • ifUnmodifiedSince

      public void ifUnmodifiedSince(Date ifUnmodifiedSince)
      If unmodified since.
      Parameters:
      ifUnmodifiedSince - the if unmodified since
    • tail

      public void tail(long tail)
      Tail.
      Parameters:
      tail - the tail
    • startAt

      public void startAt(long startAt)
      Start at.
      Parameters:
      startAt - the start at
    • range

      public void range(long rangeFrom, long rangeTo)
      Range.
      Parameters:
      rangeFrom - the range from
      rangeTo - the range to
    • getIfETagMatches

      public String getIfETagMatches()
      Gets the if E tag matches.
      Returns:
      the if E tag matches
    • getIfETagDoesntMatch

      public String getIfETagDoesntMatch()
      Gets the if E tag doesnt match.
      Returns:
      the if E tag doesnt match
    • getIfModifiedSince

      public Date getIfModifiedSince()
      Gets the if modified since.
      Returns:
      the if modified since
    • getIfUnmodifiedSince

      public Date getIfUnmodifiedSince()
      Gets the if unmodified since.
      Returns:
      the if unmodified since
    • getRangeFrom

      public long getRangeFrom()
      Gets the range from.
      Returns:
      the range from
    • getRangeTo

      public long getRangeTo()
      Gets the range to.
      Returns:
      the range to
    • toString

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