Klasse RestDownloadHistory
java.lang.Object
de.dlr.proseo.interfaces.rest.model.RestDownloadHistory
- Alle implementierten Schnittstellen:
Serializable
- Siehe auch:
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringThe time of the download in orbit format (YYYY-MM-DDThh:mm:ss.SSSSSS)protected StringThe file name of the downloaded ProductFileprotected LongThe product file size in bytes(Package privat) static final longprotected StringThe 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}$") StringReturns the dateTime.@NotNull StringReturns the productFileName.@NotNull LongReturns the productFileSize.@NotNull StringReturns the username.inthashCode()voidsetDateTime(String dateTime) Set the dateTime.voidsetProductFileName(String productFileName) Set the productFileName.voidsetProductFileSize(Long productFileSize) Set the productFileSize.voidsetUsername(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
-