@Generated(value="org.immutables.processor.ProxyProcessor") public final class PushApplicationManifestRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PushApplicationManifestRequest.Builder
Builds instances of type
PushApplicationManifestRequest. |
| Modifier and Type | Method and Description |
|---|---|
static PushApplicationManifestRequest.Builder |
builder()
Creates a builder for
PushApplicationManifestRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
PushApplicationManifestRequest that have equal attribute values. |
String |
getDockerPassword()
The Docker repository password
|
String |
getDockerUsername()
The Docker repository username
|
List<ApplicationManifest> |
getManifests()
The manifests to be pushed
|
Boolean |
getNoStart()
Do not start the application after pushing
|
Duration |
getStagingTimeout()
How long to wait for staging
|
Duration |
getStartupTimeout()
How long to wait for startup
|
int |
hashCode()
Computes a hash code from attributes:
dockerPassword, dockerUsername, manifests, noStart, stagingTimeout, startupTimeout. |
String |
toString()
Prints the immutable value
PushApplicationManifestRequest with attribute values. |
public String getDockerPassword()
public String getDockerUsername()
public List<ApplicationManifest> getManifests()
public Boolean getNoStart()
public Duration getStagingTimeout()
public Duration getStartupTimeout()
public boolean equals(Object another)
PushApplicationManifestRequest that have equal attribute values.public int hashCode()
dockerPassword, dockerUsername, manifests, noStart, stagingTimeout, startupTimeout.public String toString()
PushApplicationManifestRequest with attribute values.public static PushApplicationManifestRequest.Builder builder()
PushApplicationManifestRequest.Copyright © 2018. All rights reserved.