Klasse RestConfiguredProcessor
java.lang.Object
de.dlr.proseo.interfaces.rest.model.RestConfiguredProcessor
- Alle implementierten Schnittstellen:
- Serializable
- Siehe auch:
- 
FeldübersichtFelderModifizierer und TypFeldBeschreibungprotected StringVersion identification of the configuration environmentprotected BooleanIndicator whether the configured processor is enabled and may be runprotected LongThe persistent id of this objectprotected StringUser-defined identifier for this processor configurationprotected StringThe mission code (e. g.protected StringUser-defined unique processor class nameprotected StringVersion identification of the processor executable (Docker image)(Package privat) static final longprotected StringUniversally unique identifier for this processor configuration ("workflow" in ESA terminology)protected LongA version identifier to track updates to the object (especially to detect concurrent update attempts)
- 
KonstruktorübersichtKonstruktoren
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungboolean@NotNull StringReturns the configurationVersion.Returns the enabled.getId()Returns the id.@NotNull StringReturns the identifier.@NotNull StringReturns the missionCode.@NotNull StringReturns the processorName.@NotNull StringReturns the processorVersion.@Pattern(regexp="^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}$") StringgetUuid()Returns the uuid.Returns the version.inthashCode()voidsetConfigurationVersion(String configurationVersion) Set the configurationVersion.voidsetEnabled(Boolean enabled) Set the enabled.voidSet the id.voidsetIdentifier(String identifier) Set the identifier.voidsetMissionCode(String missionCode) Set the missionCode.voidsetProcessorName(String processorName) Set the processorName.voidsetProcessorVersion(String processorVersion) Set the processorVersion.voidSet the uuid.voidsetVersion(Long version) Set the version.toString()
- 
Felddetails- 
serialVersionUIDstatic final long serialVersionUID- Siehe auch:
 
- 
idThe persistent id of this object
- 
versionA version identifier to track updates to the object (especially to detect concurrent update attempts)
- 
identifierUser-defined identifier for this processor configuration
- 
uuidUniversally unique identifier for this processor configuration ("workflow" in ESA terminology)
- 
missionCodeThe mission code (e. g. S5P)
- 
processorNameUser-defined unique processor class name
- 
processorVersionVersion identification of the processor executable (Docker image)
- 
configurationVersionVersion identification of the configuration environment
- 
enabledIndicator whether the configured processor is enabled and may be run
 
- 
- 
Konstruktordetails- 
RestConfiguredProcessorpublic RestConfiguredProcessor()Creates a new RestConfiguredProcessor.
- 
RestConfiguredProcessorpublic RestConfiguredProcessor(Long id, Long version, String identifier, String uuid, String missionCode, String processorName, String processorVersion, String configurationVersion, Boolean enabled) Creates a new RestConfiguredProcessor.
 
- 
- 
Methodendetails- 
getIdReturns the id.- Gibt zurück:
- id
 
- 
setIdSet the id.- Parameter:
- id- the new id
 
- 
getVersionReturns the version.- Gibt zurück:
- version
 
- 
setVersionSet the version.- Parameter:
- version- the new version
 
- 
getIdentifierReturns the identifier.- Gibt zurück:
- identifier
 
- 
setIdentifierSet the identifier.- Parameter:
- identifier- the new identifier
 
- 
getUuid@Pattern(regexp="^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}$") public @Pattern(regexp="^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}$") String getUuid()Returns the uuid.- Gibt zurück:
- uuid
 
- 
setUuidSet the uuid.- Parameter:
- uuid- the new uuid
 
- 
getMissionCodeReturns the missionCode.- Gibt zurück:
- missionCode
 
- 
setMissionCodeSet the missionCode.- Parameter:
- missionCode- the new missionCode
 
- 
getProcessorNameReturns the processorName.- Gibt zurück:
- processorName
 
- 
setProcessorNameSet the processorName.- Parameter:
- processorName- the new processorName
 
- 
getProcessorVersionReturns the processorVersion.- Gibt zurück:
- processorVersion
 
- 
setProcessorVersionSet the processorVersion.- Parameter:
- processorVersion- the new processorVersion
 
- 
getConfigurationVersionReturns the configurationVersion.- Gibt zurück:
- configurationVersion
 
- 
setConfigurationVersionSet the configurationVersion.- Parameter:
- configurationVersion- the new configurationVersion
 
- 
getEnabledReturns the enabled.- Gibt zurück:
- enabled
 
- 
setEnabledSet the enabled.- Parameter:
- enabled- the new enabled
 
- 
hashCodepublic int hashCode()
- 
equals
- 
toString
 
-