public class Environment extends Object
Constructor and Description |
---|
Environment() |
Environment(String key,
String name,
String description) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDescription() |
String |
getKey() |
String |
getName() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setKey(String key) |
void |
setName(String name) |
String |
toString() |
Copyright © 2016–2023. All rights reserved.