@Generated(value="org.jsonschema2pojo") public class Env extends Object
| Constructor and Description |
|---|
Env() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getName()
The name of the environment variable.
|
String |
getValue()
The value of the environment variable.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setName(String name)
The name of the environment variable.
|
void |
setValue(String value)
The value of the environment variable.
|
String |
toString() |
public String getName()
public void setName(String name)
name - The namepublic String getValue()
public void setValue(String value)
value - The valueCopyright © 2011–2014 Red Hat. All rights reserved.