Class SubInputDetail


  • public class SubInputDetail
    extends Object
    SubInputDetail
    • Constructor Detail

      • SubInputDetail

        public SubInputDetail()
    • Method Detail

      • getItems

        public List<Item> getItems()
        In case of a select, the items to choose from.
        Returns:
        items
      • setItems

        public void setItems​(List<Item> items)
      • getKey

        public String getKey()
        The value to provide in the result.
        Returns:
        key
      • setKey

        public void setKey​(String key)
      • isOptional

        public Boolean isOptional()
        True if this input is optional to provide.
        Returns:
        optional
      • setOptional

        public void setOptional​(Boolean optional)
      • getType

        public String getType()
        The type of the required input.
        Returns:
        type
      • setType

        public void setType​(String type)
      • getValue

        public String getValue()
        The value can be pre-filled, if available.
        Returns:
        value
      • setValue

        public void setValue​(String value)
      • getConfiguration

        public Map<String,​String> getConfiguration()
        The value can be pre-filled, if available.
        Returns:
        value
      • setConfiguration

        public void setConfiguration​(Map<String,​String> configuration)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object