Class RestInputReference
java.lang.Object
de.dlr.proseo.interfaces.rest.model.RestInputReference
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new RestInputReference.RestInputReference(String inputFileName, String sensingStartTime, String sensingStopTime) Creates a new RestInputReference. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the inputFileName.Returns the sensingStartTime.Returns the sensingStopTime.inthashCode()voidsetInputFileName(String inputFileName) Set the inputFileName.voidsetSensingStartTime(String sensingStartTime) Set the sensingStartTime.voidsetSensingStopTime(String sensingStopTime) Set the sensingStopTime.toString()
-
Field Details
-
serialVersionUID
static final long serialVersionUID- See Also:
-
inputFileName
The file name of the input product to retrieve -
sensingStartTime
Sensing start time of the input product -
sensingStopTime
Sensing stop time of the input product
-
-
Constructor Details
-
RestInputReference
public RestInputReference()Creates a new RestInputReference. -
RestInputReference
Creates a new RestInputReference.
-
-
Method Details
-
getInputFileName
Returns the inputFileName.- Returns:
- inputFileName
-
setInputFileName
Set the inputFileName.- Parameters:
inputFileName- the new inputFileName
-
getSensingStartTime
@Pattern(regexp="^\\d\\d\\d\\d-\\d\\d-\\d\\dT\\d\\d:\\d\\d:\\d\\d(.\\d{1,6})?$") public String getSensingStartTime()Returns the sensingStartTime.- Returns:
- sensingStartTime
-
setSensingStartTime
Set the sensingStartTime.- Parameters:
sensingStartTime- the new sensingStartTime
-
getSensingStopTime
@Pattern(regexp="^\\d\\d\\d\\d-\\d\\d-\\d\\dT\\d\\d:\\d\\d:\\d\\d(.\\d{1,6})?$") public String getSensingStopTime()Returns the sensingStopTime.- Returns:
- sensingStopTime
-
setSensingStopTime
Set the sensingStopTime.- Parameters:
sensingStopTime- the new sensingStopTime
-
hashCode
public int hashCode() -
equals
-
toString
-