public class EnvironmentVariable extends Object
| Constructor and Description |
|---|
EnvironmentVariable() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get the name of the environment variable.
|
String |
value()
Get the value of the environment variable.
|
EnvironmentVariable |
withName(String name)
Set the name of the environment variable.
|
EnvironmentVariable |
withValue(String value)
Set the value of the environment variable.
|
public String name()
public EnvironmentVariable withName(String name)
name - the name value to setpublic String value()
public EnvironmentVariable 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.
*/