Package com.teracloud.streams.rest
Class JobSubmitParameters
java.lang.Object
com.teracloud.streams.rest.JobSubmitParameters
Holds Submisson Paramters for a Job
-
Constructor Details
-
JobSubmitParameters
public JobSubmitParameters()
-
-
Method Details
-
getComposite
- Returns:
- the composite
-
getDefaultValue
- Returns:
- the defaultValue
-
getName
- Returns:
- the name
-
getParameterKind
- Returns:
- the parameterKind from the following list:
- named
- namedList
- unknown
-
isRequired
public boolean isRequired()- Returns:
- the required
-
getValue
- Returns:
- the value, if parameterKind is a namedList, this will be a comma separated list
-
getValues
- Returns:
- the values for the submission parameter. If parameterKind is named, this is a single entry list
-