Klasse ProductArchiveRestMapper
java.lang.Object
de.dlr.proseo.archivemgr.rest.model.ProductArchiveRestMapper
Rest - Model Mapper for Product Archive
- Autor:
- Denys Chaykovskiy
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungProductArchiveRestMapper
(RestProductArchive restArchive, String mission) Constructor with restArchive parameter -
Methodenübersicht
-
Felddetails
-
mission
String missionMission
-
-
Konstruktordetails
-
ProductArchiveRestMapper
Constructor with restArchive parameter- Parameter:
restArchive
- rest archivemission
- the mission code
-
-
Methodendetails
-
get
Gets checked in constructor rest product archive- Gibt zurück:
- rest product archive
-
toModel
Convert a REST ProductArchive into a prosEO model ProductArchive AvailableProductClasses will not be set here, the field will be null- Gibt zurück:
- model Product Archive
- Löst aus:
IllegalArgumentException
- if the REST Product Archive has a wrong archive type
-