@Generated(value={"Immutables.generator","_UpdateApplicationRequest"}) public final class UpdateApplicationRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateApplicationRequest.Builder
Builds instances of type
UpdateApplicationRequest. |
| Modifier and Type | Method and Description |
|---|---|
static UpdateApplicationRequest.Builder |
builder()
Creates a builder for
UpdateApplicationRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
UpdateApplicationRequest that have equal attribute values. |
String |
getApplicationId()
The application id
|
Map<String,Object> |
getEnvironmentVariables()
The environment variables
|
Lifecycle |
getLifecycle()
The lifecycle
|
String |
getName()
The name
|
int |
hashCode()
Computes a hash code from attributes:
applicationId, environmentVariables, lifecycle, name. |
String |
toString()
Prints the immutable value
UpdateApplicationRequest with attribute values. |
public String getApplicationId()
public Map<String,Object> getEnvironmentVariables()
public Lifecycle getLifecycle()
public String getName()
public boolean equals(Object another)
UpdateApplicationRequest that have equal attribute values.public int hashCode()
applicationId, environmentVariables, lifecycle, name.public String toString()
UpdateApplicationRequest with attribute values.public static UpdateApplicationRequest.Builder builder()
UpdateApplicationRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.