@Generated(value={"Immutables.generator","_ApplicationEnvironmentResponse"}) public final class ApplicationEnvironmentResponse extends Object
_ApplicationEnvironmentResponse.
Use the builder to create immutable instances:
ApplicationEnvironmentResponse.builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplicationEnvironmentResponse.Builder
Builds instances of type
ApplicationEnvironmentResponse. |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationEnvironmentResponse.Builder |
builder()
Creates a builder for
ApplicationEnvironmentResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
ApplicationEnvironmentResponse that have equal attribute values. |
Map<String,Object> |
getApplicationEnvironmentJsons()
The application environment variables
|
Map<String,Object> |
getEnvironmentJsons()
The environment variables
|
Map<String,Object> |
getRunningEnvironmentJsons()
The running environment variables
|
Map<String,Object> |
getStagingEnvironmentJsons()
The staging environment variables
|
Map<String,Object> |
getSystemEnvironmentJsons()
The system environment variables
|
int |
hashCode()
Computes a hash code from attributes:
applicationEnvironmentJsons, environmentJsons, runningEnvironmentJsons, stagingEnvironmentJsons, systemEnvironmentJsons. |
String |
toString()
Prints the immutable value
ApplicationEnvironmentResponse with attribute values. |
public Map<String,Object> getApplicationEnvironmentJsons()
public Map<String,Object> getRunningEnvironmentJsons()
public Map<String,Object> getStagingEnvironmentJsons()
public Map<String,Object> getSystemEnvironmentJsons()
public boolean equals(Object another)
ApplicationEnvironmentResponse that have equal attribute values.public int hashCode()
applicationEnvironmentJsons, environmentJsons, runningEnvironmentJsons, stagingEnvironmentJsons, systemEnvironmentJsons.public String toString()
ApplicationEnvironmentResponse with attribute values.public static ApplicationEnvironmentResponse.Builder builder()
ApplicationEnvironmentResponse.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.