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 Link icon

    • _VERSION Link icon

      protected String _VERSION
      The version.
    • _USER Link icon

      protected String _USER
      The user.
    • _METADATA Link icon

      protected String _METADATA
      The metadata.
    • _AT Link icon

      protected String _AT
      The at.
    • _FORMAT Link icon

      protected String _FORMAT
      The format.
    • _TIMESTAMP Link icon

      protected Long _TIMESTAMP
      The timestamp.
    • _TYPE Link icon

      protected String _TYPE
      The type.
  • Constructor Details Link icon

    • ECpdsExpected Link icon

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

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

    • process Link icon

      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 Link icon

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

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

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

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

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

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

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

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

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

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

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

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

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

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