Klasse RestConfiguredProcessor
java.lang.Object
de.dlr.proseo.ingestor.rest.model.RestConfiguredProcessor
- Alle implementierten Schnittstellen:
Serializable
- Siehe auch:
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
Version identification of the configuration environmentprotected Boolean
Indicator whether the configured processor is enabled and may be runprotected Long
The persistent id of this objectprotected String
User-defined identifier for this processor configurationprotected String
The mission code (e. g.protected String
User-defined unique processor class nameprotected String
Version identification of the processor executable (Docker image)(Package privat) static final long
protected String
Universally unique identifier for this processor configuration ("workflow" in ESA terminology)protected Long
A version identifier to track updates to the object (especially to detect concurrent update attempts) -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
@NotNull String
Returns the configurationVersion.Returns the enabled.getId()
Returns the id.@NotNull String
Returns the identifier.@NotNull String
Returns the missionCode.@NotNull String
Returns the processorName.@NotNull String
Returns 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}$") String
getUuid()
Returns the uuid.Returns the version.int
hashCode()
void
setConfigurationVersion
(String configurationVersion) Set the configurationVersion.void
setEnabled
(Boolean enabled) Set the enabled.void
Set the id.void
setIdentifier
(String identifier) Set the identifier.void
setMissionCode
(String missionCode) Set the missionCode.void
setProcessorName
(String processorName) Set the processorName.void
setProcessorVersion
(String processorVersion) Set the processorVersion.void
Set the uuid.void
setVersion
(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
-