@Generated(value={"Immutables.generator","_ApplicationEnvironments"}) public final class ApplicationEnvironments extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplicationEnvironments.Builder
Builds instances of type
ApplicationEnvironments. |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationEnvironments.Builder |
builder()
Creates a builder for
ApplicationEnvironments. |
boolean |
equals(Object another)
This instance is equal to all instances of
ApplicationEnvironments that have equal attribute values. |
Map<String,Object> |
getRunning()
The running environment variables
|
Map<String,Object> |
getStaging()
The staging environment variables
|
Map<String,Object> |
getSystemProvided()
The system provided environment variables
|
Map<String,Object> |
getUserProvided()
The user defined environment variables
|
int |
hashCode()
Computes a hash code from attributes:
running, staging, systemProvided, userProvided. |
String |
toString()
Prints the immutable value
ApplicationEnvironments with attribute values. |
public Map<String,Object> getSystemProvided()
public boolean equals(Object another)
ApplicationEnvironments that have equal attribute values.public int hashCode()
running, staging, systemProvided, userProvided.public String toString()
ApplicationEnvironments with attribute values.public static ApplicationEnvironments.Builder builder()
ApplicationEnvironments.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.