Class DataTransferEventRequest

java.lang.Object
ecmwf.ecpds.master.DataTransferEventRequest
All Implemented Interfaces:
Serializable

public final class DataTransferEventRequest extends Object implements Serializable
The Class DataTransferEventRequest.
See Also:
  • Field Details

    • _from

      public final Date _from
      The _from.
    • _to

      public final Date _to
      The _to.
    • _destinationName

      public final String _destinationName
      The _destination name.
    • _metaStream

      public final String _metaStream
      The _meta stream.
    • _metaTime

      public final String _metaTime
      The _meta time.
  • Constructor Details

    • DataTransferEventRequest

      public DataTransferEventRequest(Date from, Date to, String destinationName, String metaStream, String metaTime)
      Instantiates a new data transfer event request.
      Parameters:
      from - the from
      to - the to
      destinationName - the destination name
      metaStream - the meta stream
      metaTime - the meta time
  • Method Details

    • getFrom

      public Date getFrom()
      Gets the from.
      Returns:
      the from
    • getTo

      public Date getTo()
      Gets the converts into.
      Returns:
      the converts into
    • getDestinationName

      public String getDestinationName()
      Gets the destination name.
      Returns:
      the destination name
    • getMetaStream

      public String getMetaStream()
      Gets the meta stream.
      Returns:
      the meta stream
    • getMetaTime

      public String getMetaTime()
      Gets the meta time.
      Returns:
      the meta time