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.longGets the timestamp.getTYPE()Gets the type.getUSER()Gets the user.Gets the version.voidprocess(long ratio) Process.voidSets the at.voidSets the format.voidsetMETADATA(String mETADATA) Sets the metadata.voidsetTIMESTAMP(long tIMESTAMP) Sets the timestamp.protected voidSets the type.voidSets the user.voidsetVERSION(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:
processin 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:
getTIMESTAMPin classECpdsRequest- Returns:
- the timestamp
-
setTIMESTAMP
public void setTIMESTAMP(long tIMESTAMP) Sets the timestamp. Sets the timestamp.- Specified by:
setTIMESTAMPin classECpdsRequest- Parameters:
tIMESTAMP- the new timestamp
-
getTYPE
Gets the type. Gets the type.- Specified by:
getTYPEin classECpdsRequest- Returns:
- the type
-
setTYPE
-
getVERSION
-
setVERSION
-
getUSER
-
setUSER
-
getMETADATA
-
setMETADATA
-
getAT
-
setAT
-