Class JobSubmitParameters

java.lang.Object
com.teracloud.streams.rest.JobSubmitParameters

public class JobSubmitParameters extends Object
Holds Submisson Paramters for a Job
  • Constructor Details

    • JobSubmitParameters

      public JobSubmitParameters()
  • Method Details

    • getComposite

      public String getComposite()
      Returns:
      the composite
    • getDefaultValue

      public String getDefaultValue()
      Returns:
      the defaultValue
    • getName

      public String getName()
      Returns:
      the name
    • getParameterKind

      public String getParameterKind()
      Returns:
      the parameterKind from the following list:
      • named
      • namedList
      • unknown
    • isRequired

      public boolean isRequired()
      Returns:
      the required
    • getValue

      public String getValue()
      Returns:
      the value, if parameterKind is a namedList, this will be a comma separated list
    • getValues

      public ArrayList<String> getValues()
      Returns:
      the values for the submission parameter. If parameterKind is named, this is a single entry list