@Generated(value={"Immutables.generator","_StagePackageRequest"}) public final class StagePackageRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StagePackageRequest.Builder
Builds instances of type
StagePackageRequest. |
| Modifier and Type | Method and Description |
|---|---|
static StagePackageRequest.Builder |
builder()
Creates a builder for
StagePackageRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
StagePackageRequest that have equal attribute values. |
Map<String,Object> |
getEnvironmentVariables()
The environment variables
|
Lifecycle |
getLifecycle()
The lifecycle
|
String |
getPackageId()
The package id
|
Integer |
getStagingDiskInMb()
The staging disk in MB
|
Integer |
getStagingMemoryInMb()
The staging memory in MB
|
int |
hashCode()
Computes a hash code from attributes:
environmentVariables, lifecycle, packageId, stagingDiskInMb, stagingMemoryInMb. |
String |
toString()
Prints the immutable value
StagePackageRequest with attribute values. |
public Map<String,Object> getEnvironmentVariables()
public Lifecycle getLifecycle()
public String getPackageId()
public Integer getStagingDiskInMb()
public Integer getStagingMemoryInMb()
public boolean equals(Object another)
StagePackageRequest that have equal attribute values.public int hashCode()
environmentVariables, lifecycle, packageId, stagingDiskInMb, stagingMemoryInMb.public String toString()
StagePackageRequest with attribute values.public static StagePackageRequest.Builder builder()
StagePackageRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.