public class RunCommandInputParameter extends Object
Constructor and Description |
---|
RunCommandInputParameter() |
Modifier and Type | Method and Description |
---|---|
String |
name()
Get the run command parameter name.
|
String |
value()
Get the run command parameter value.
|
RunCommandInputParameter |
withName(String name)
Set the run command parameter name.
|
RunCommandInputParameter |
withValue(String value)
Set the run command parameter value.
|
public String name()
public RunCommandInputParameter withName(String name)
name
- the name value to setpublic String value()
public RunCommandInputParameter withValue(String value)
value
- the value value to setCopyright © 2019. All rights reserved.