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 setCopyright © 2019. All rights reserved.