Class PropertyResponse

java.lang.Object
io.goobi.viewer.model.job.upload.PropertyResponse

public class PropertyResponse extends Object
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

      public String getTitle()
    • setTitle

      public PropertyResponse setTitle(String title)
      Parameters:
      title - the property title/name to set
      Returns:
      this;
    • getValue

      public String getValue()
    • setValue

      public PropertyResponse setValue(String value)
      Parameters:
      value - the property value to set
      Returns:
      this