Klasse RestConfiguredProcessor
java.lang.Object
de.dlr.proseo.ingestor.rest.model.RestConfiguredProcessor
- Alle implementierten Schnittstellen:
Serializable
- Siehe auch:
-
Feldübersicht
FelderModifizierer 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übersicht
Konstruktoren -
Methodenübersicht
Modifizierer 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
-
serialVersionUID
static final long serialVersionUID- Siehe auch:
-
id
The persistent id of this object -
version
A version identifier to track updates to the object (especially to detect concurrent update attempts) -
identifier
User-defined identifier for this processor configuration -
uuid
Universally unique identifier for this processor configuration ("workflow" in ESA terminology) -
missionCode
The mission code (e. g. S5P) -
processorName
User-defined unique processor class name -
processorVersion
Version identification of the processor executable (Docker image) -
configurationVersion
Version identification of the configuration environment -
enabled
Indicator whether the configured processor is enabled and may be run
-
-
Konstruktordetails
-
RestConfiguredProcessor
public RestConfiguredProcessor()Creates a new RestConfiguredProcessor. -
RestConfiguredProcessor
public RestConfiguredProcessor(Long id, Long version, String identifier, String uuid, String missionCode, String processorName, String processorVersion, String configurationVersion, Boolean enabled) Creates a new RestConfiguredProcessor.
-
-
Methodendetails
-
getId
Returns the id.- Gibt zurück:
- id
-
setId
Set the id.- Parameter:
id- the new id
-
getVersion
Returns the version.- Gibt zurück:
- version
-
setVersion
Set the version.- Parameter:
version- the new version
-
getIdentifier
Returns the identifier.- Gibt zurück:
- identifier
-
setIdentifier
Set 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
-
setUuid
Set the uuid.- Parameter:
uuid- the new uuid
-
getMissionCode
Returns the missionCode.- Gibt zurück:
- missionCode
-
setMissionCode
Set the missionCode.- Parameter:
missionCode- the new missionCode
-
getProcessorName
Returns the processorName.- Gibt zurück:
- processorName
-
setProcessorName
Set the processorName.- Parameter:
processorName- the new processorName
-
getProcessorVersion
Returns the processorVersion.- Gibt zurück:
- processorVersion
-
setProcessorVersion
Set the processorVersion.- Parameter:
processorVersion- the new processorVersion
-
getConfigurationVersion
Returns the configurationVersion.- Gibt zurück:
- configurationVersion
-
setConfigurationVersion
Set the configurationVersion.- Parameter:
configurationVersion- the new configurationVersion
-
getEnabled
Returns the enabled.- Gibt zurück:
- enabled
-
setEnabled
Set the enabled.- Parameter:
enabled- the new enabled
-
hashCode
public int hashCode() -
equals
-
toString
-