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 set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/