Klasse RestDownloadHistory
java.lang.Object
de.dlr.proseo.ingestor.rest.model.RestDownloadHistory
- Alle implementierten Schnittstellen:
Serializable
- Siehe auch:
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The time of the download in orbit format (YYYY-MM-DDThh:mm:ss.SSSSSS)protected String
The file name of the downloaded ProductFileprotected Long
The product file size in bytes(Package privat) static final long
protected String
The user who initiated the download -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCreates a new RestDownloadHistory.RestDownloadHistory
(String username, String productFileName, Long productFileSize, String dateTime) Creates a new RestDownloadHistory. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
@NotNull @Pattern(regexp="^\\d\\d\\d\\d-\\d\\d-\\d\\dT\\d\\d:\\d\\d:\\d\\d.\\d{6}$") String
Returns the dateTime.@NotNull String
Returns the productFileName.@NotNull Long
Returns the productFileSize.@NotNull String
Returns the username.int
hashCode()
void
setDateTime
(String dateTime) Set the dateTime.void
setProductFileName
(String productFileName) Set the productFileName.void
setProductFileSize
(Long productFileSize) Set the productFileSize.void
setUsername
(String username) Set the username.toString()
-
Felddetails
-
serialVersionUID
static final long serialVersionUID- Siehe auch:
-
username
The user who initiated the download -
productFileName
The file name of the downloaded ProductFile -
productFileSize
The product file size in bytes -
dateTime
The time of the download in orbit format (YYYY-MM-DDThh:mm:ss.SSSSSS)
-
-
Konstruktordetails
-
Methodendetails
-
getUsername
Returns the username.- Gibt zurück:
- username
-
setUsername
Set the username.- Parameter:
username
- the new username
-
getProductFileName
Returns the productFileName.- Gibt zurück:
- productFileName
-
setProductFileName
Set the productFileName.- Parameter:
productFileName
- the new productFileName
-
getProductFileSize
Returns the productFileSize.- Gibt zurück:
- productFileSize
-
setProductFileSize
Set the productFileSize.- Parameter:
productFileSize
- the new productFileSize
-
getDateTime
@NotNull @Pattern(regexp="^\\d\\d\\d\\d-\\d\\d-\\d\\dT\\d\\d:\\d\\d:\\d\\d.\\d{6}$") public @NotNull @Pattern(regexp="^\\d\\d\\d\\d-\\d\\d-\\d\\dT\\d\\d:\\d\\d:\\d\\d.\\d{6}$") String getDateTime()Returns the dateTime.- Gibt zurück:
- dateTime
-
setDateTime
Set the dateTime.- Parameter:
dateTime
- the new dateTime
-
hashCode
public int hashCode() -
equals
-
toString
-