Class ECpdsExpected

java.lang.Object
ecmwf.ecpds.master.plugin.ecpds.request.ECpdsRequest
ecmwf.ecpds.master.plugin.ecpds.request.ECpdsExpected
All Implemented Interfaces:
Serializable, Cloneable

public final class ECpdsExpected extends ECpdsRequest
The Class ECpdsExpected.
See Also:
  • Field Details

    • _VERSION

      protected String _VERSION
      The version.
    • _USER

      protected String _USER
      The user.
    • _METADATA

      protected String _METADATA
      The metadata.
    • _AT

      protected String _AT
      The at.
    • _FORMAT

      protected String _FORMAT
      The format.
    • _TIMESTAMP

      protected Long _TIMESTAMP
      The timestamp.
    • _TYPE

      protected String _TYPE
      The type.
  • Constructor Details

    • ECpdsExpected

      public ECpdsExpected()
      Instantiates a new ecpds expected.
    • ECpdsExpected

      public ECpdsExpected(String line) throws IllegalAccessException
      Instantiates a new ecpds expected.
      Parameters:
      line - the line
      Throws:
      IllegalAccessException - the illegal access exception
  • Method Details

    • process

      public void process(long ratio) throws IOException
      Process. Process.
      Specified by:
      process in class ECpdsRequest
      Parameters:
      ratio - the ratio
      Throws:
      IOException - Signals that an I/O exception has occurred.
    • getFORMAT

      public String getFORMAT()
      Gets the format.
      Returns:
      the format
    • setFORMAT

      public void setFORMAT(String fORMAT)
      Sets the format.
      Parameters:
      fORMAT - the new format
    • getTIMESTAMP

      public long getTIMESTAMP()
      Gets the timestamp. Gets the timestamp.
      Specified by:
      getTIMESTAMP in class ECpdsRequest
      Returns:
      the timestamp
    • setTIMESTAMP

      public void setTIMESTAMP(long tIMESTAMP)
      Sets the timestamp. Sets the timestamp.
      Specified by:
      setTIMESTAMP in class ECpdsRequest
      Parameters:
      tIMESTAMP - the new timestamp
    • getTYPE

      public String getTYPE()
      Gets the type. Gets the type.
      Specified by:
      getTYPE in class ECpdsRequest
      Returns:
      the type
    • setTYPE

      protected void setTYPE(String tYPE)
      Sets the type.
      Parameters:
      tYPE - the new type
    • getVERSION

      public String getVERSION()
      Gets the version.
      Returns:
      the version
    • setVERSION

      public void setVERSION(String vERSION)
      Sets the version.
      Parameters:
      vERSION - the new version
    • getUSER

      public String getUSER()
      Gets the user.
      Returns:
      the user
    • setUSER

      public void setUSER(String uSER)
      Sets the user.
      Parameters:
      uSER - the new user
    • getMETADATA

      public String getMETADATA()
      Gets the metadata.
      Returns:
      the metadata
    • setMETADATA

      public void setMETADATA(String mETADATA)
      Sets the metadata.
      Parameters:
      mETADATA - the new metadata
    • getAT

      public String getAT()
      Gets the at.
      Returns:
      the at
    • setAT

      public void setAT(String aT)
      Sets the at.
      Parameters:
      aT - the new at