@Generated(value="org.immutables.processor.ProxyProcessor") public final class CreateApplicationRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateApplicationRequest.Builder
Builds instances of type
CreateApplicationRequest. |
| Modifier and Type | Method and Description |
|---|---|
static CreateApplicationRequest.Builder |
builder()
Creates a builder for
CreateApplicationRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
CreateApplicationRequest that have equal attribute values. |
Map<String,String> |
getEnvironmentVariables()
The environment variables
|
Lifecycle |
getLifecycle()
The lifecycle
|
Metadata |
getMetadata()
The metadata
|
String |
getName()
The name
|
ApplicationRelationships |
getRelationships()
The relationships
|
int |
hashCode()
Computes a hash code from attributes:
environmentVariables, lifecycle, metadata, name, relationships. |
String |
toString()
Prints the immutable value
CreateApplicationRequest with attribute values. |
public Map<String,String> getEnvironmentVariables()
public Lifecycle getLifecycle()
public Metadata getMetadata()
public String getName()
public ApplicationRelationships getRelationships()
public boolean equals(Object another)
CreateApplicationRequest that have equal attribute values.public int hashCode()
environmentVariables, lifecycle, metadata, name, relationships.public String toString()
CreateApplicationRequest with attribute values.public static CreateApplicationRequest.Builder builder()
CreateApplicationRequest.
CreateApplicationRequest.builder()
.environmentVariables(Map<String, String> | null) // nullable environmentVariables
.lifecycle(org.cloudfoundry.client.v3.Lifecycle | null) // nullable lifecycle
.metadata(org.cloudfoundry.client.v3.Metadata | null) // nullable metadata
.name(String) // required name
.relationships(org.cloudfoundry.client.v3.applications.ApplicationRelationships) // required relationships
.build();
Copyright © 2020. All rights reserved.