@Generated(value="org.immutables.processor.ProxyProcessor") public final class GetApplicationEnvironmentVariablesResponse extends EnvironmentVariables
| Modifier and Type | Class and Description |
|---|---|
static class |
GetApplicationEnvironmentVariablesResponse.Builder
Builds instances of type
GetApplicationEnvironmentVariablesResponse. |
| Modifier and Type | Method and Description |
|---|---|
static GetApplicationEnvironmentVariablesResponse.Builder |
builder()
Creates a builder for
GetApplicationEnvironmentVariablesResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetApplicationEnvironmentVariablesResponse that have equal attribute values. |
Map<String,Link> |
getLinks()
The links
|
Map<String,String> |
getVars()
The application's environment variables
|
int |
hashCode()
Computes a hash code from attributes:
links, vars. |
String |
toString()
Prints the immutable value
GetApplicationEnvironmentVariablesResponse with attribute values. |
public boolean equals(Object another)
GetApplicationEnvironmentVariablesResponse that have equal attribute values.public int hashCode()
links, vars.public String toString()
GetApplicationEnvironmentVariablesResponse with attribute values.public static GetApplicationEnvironmentVariablesResponse.Builder builder()
GetApplicationEnvironmentVariablesResponse.
GetApplicationEnvironmentVariablesResponse.builder()
.link|putAllLinks(String => org.cloudfoundry.client.v3.Link) // links mappings
.var|putAllVars(String => String) // vars mappings
.build();
Copyright © 2020. All rights reserved.