public class RunCommandParameterDefinition extends Object
Constructor and Description |
---|
RunCommandParameterDefinition() |
Modifier and Type | Method and Description |
---|---|
String |
defaultValue()
Get the run command parameter default value.
|
String |
name()
Get the run command parameter name.
|
Boolean |
required()
Get the run command parameter required.
|
String |
type()
Get the run command parameter type.
|
RunCommandParameterDefinition |
withDefaultValue(String defaultValue)
Set the run command parameter default value.
|
RunCommandParameterDefinition |
withName(String name)
Set the run command parameter name.
|
RunCommandParameterDefinition |
withRequired(Boolean required)
Set the run command parameter required.
|
RunCommandParameterDefinition |
withType(String type)
Set the run command parameter type.
|
public String name()
public RunCommandParameterDefinition withName(String name)
name
- the name value to setpublic String type()
public RunCommandParameterDefinition withType(String type)
type
- the type value to setpublic String defaultValue()
public RunCommandParameterDefinition withDefaultValue(String defaultValue)
defaultValue
- the defaultValue value to setpublic Boolean required()
public RunCommandParameterDefinition withRequired(Boolean required)
required
- the required value to setCopyright © 2019. All rights reserved.