Klasse CscChecksum
java.lang.Object
de.dlr.proseo.api.prip.rest.model.CscChecksum
- Alle implementierten Schnittstellen:
Serializable
- Siehe auch:
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCreates a new CscChecksum.CscChecksum
(String algorithm, String value, String checksumDate) Creates a new CscChecksum. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
@NotNull String
Returns the algorithm.@NotNull @Pattern(regexp="^\\d\\d\\d\\d-\\d\\d-\\d\\dT\\d\\d:\\d\\d:\\d\\d.\\d{3}Z$") String
Returns the checksumDate.@NotNull String
getValue()
Returns the value.int
hashCode()
void
setAlgorithm
(String algorithm) Set the algorithm.void
setChecksumDate
(String checksumDate) Set the checksumDate.void
Set the value.toString()
-
Felddetails
-
serialVersionUID
static final long serialVersionUID- Siehe auch:
-
algorithm
The checksum algorithm (e. g. MD5) -
value
The checksum value -
checksumDate
Date and time the checksum was computed
-
-
Konstruktordetails
-
CscChecksum
public CscChecksum()Creates a new CscChecksum. -
CscChecksum
Creates a new CscChecksum.
-
-
Methodendetails
-
getAlgorithm
Returns the algorithm.- Gibt zurück:
- algorithm
-
setAlgorithm
Set the algorithm.- Parameter:
algorithm
- the new algorithm
-
getValue
Returns the value.- Gibt zurück:
- value
-
setValue
Set the value.- Parameter:
value
- the new value
-
getChecksumDate
@NotNull @Pattern(regexp="^\\d\\d\\d\\d-\\d\\d-\\d\\dT\\d\\d:\\d\\d:\\d\\d.\\d{3}Z$") public @NotNull @Pattern(regexp="^\\d\\d\\d\\d-\\d\\d-\\d\\dT\\d\\d:\\d\\d:\\d\\d.\\d{3}Z$") String getChecksumDate()Returns the checksumDate.- Gibt zurück:
- checksumDate
-
setChecksumDate
Set the checksumDate.- Parameter:
checksumDate
- the new checksumDate
-
hashCode
public int hashCode() -
equals
-
toString
-