Package io.goobi.viewer.model.job.upload
Class PropertyResponse
java.lang.Object
io.goobi.viewer.model.job.upload.PropertyResponse
Represents a single name/value process property returned as part of a
ProcessStatusResponse from the Goobi workflow REST API.-
Constructor Details
-
PropertyResponse
public PropertyResponse()
-
-
Method Details
-
getTitle
-
setTitle
- Parameters:
title- the property title/name to set- Returns:
- this;
-
getValue
-
setValue
- Parameters:
value- the property value to set- Returns:
- this
-