Class ECpdsExpected
java.lang.Object
ecmwf.ecpds.master.plugin.ecpds.request.ECpdsRequest
ecmwf.ecpds.master.plugin.ecpds.request.ECpdsExpected
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new ecpds expected.ECpdsExpected
(String line) Instantiates a new ecpds expected. -
Method Summary
Modifier and TypeMethodDescriptiongetAT()
Gets the at.Gets the format.Gets the metadata.long
Gets the timestamp.getTYPE()
Gets the type.getUSER()
Gets the user.Gets the version.void
process
(long ratio) Process.void
Sets the at.void
Sets the format.void
setMETADATA
(String mETADATA) Sets the metadata.void
setTIMESTAMP
(long tIMESTAMP) Sets the timestamp.protected void
Sets the type.void
Sets the user.void
setVERSION
(String vERSION) Sets the version.Methods inherited from class ecmwf.ecpds.master.plugin.ecpds.request.ECpdsRequest
changeDate, changeDate, changeTimefile, clone, fromString, store, toString
-
Field Details
-
_VERSION
The version. -
_USER
The user. -
_METADATA
The metadata. -
_AT
The at. -
_FORMAT
The format. -
_TIMESTAMP
The timestamp. -
_TYPE
The type.
-
-
Constructor Details
-
ECpdsExpected
public ECpdsExpected()Instantiates a new ecpds expected. -
ECpdsExpected
Instantiates a new ecpds expected.- Parameters:
line
- the line- Throws:
IllegalAccessException
- the illegal access exception
-
-
Method Details
-
process
Process. Process.- Specified by:
process
in classECpdsRequest
- Parameters:
ratio
- the ratio- Throws:
IOException
- Signals that an I/O exception has occurred.
-
getFORMAT
-
setFORMAT
-
getTIMESTAMP
public long getTIMESTAMP()Gets the timestamp. Gets the timestamp.- Specified by:
getTIMESTAMP
in classECpdsRequest
- Returns:
- the timestamp
-
setTIMESTAMP
public void setTIMESTAMP(long tIMESTAMP) Sets the timestamp. Sets the timestamp.- Specified by:
setTIMESTAMP
in classECpdsRequest
- Parameters:
tIMESTAMP
- the new timestamp
-
getTYPE
Gets the type. Gets the type.- Specified by:
getTYPE
in classECpdsRequest
- Returns:
- the type
-
setTYPE
-
getVERSION
-
setVERSION
-
getUSER
-
setUSER
-
getMETADATA
-
setMETADATA
-
getAT
-
setAT
-