@Generated(value={"Immutables.generator","_RestageApplicationRequest"}) public final class RestageApplicationRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RestageApplicationRequest.Builder
Builds instances of type
RestageApplicationRequest. |
| Modifier and Type | Method and Description |
|---|---|
static RestageApplicationRequest.Builder |
builder()
Creates a builder for
RestageApplicationRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
RestageApplicationRequest that have equal attribute values. |
String |
getName()
The name of the application
|
Duration |
getStagingTimeout()
How long to wait for staging
|
Duration |
getStartupTimeout()
How long to wait for startup
|
int |
hashCode()
Computes a hash code from attributes:
name, stagingTimeout, startupTimeout. |
String |
toString()
Prints the immutable value
RestageApplicationRequest with attribute values. |
public String getName()
public Duration getStagingTimeout()
public Duration getStartupTimeout()
public boolean equals(Object another)
RestageApplicationRequest that have equal attribute values.public int hashCode()
name, stagingTimeout, startupTimeout.public String toString()
RestageApplicationRequest with attribute values.public static RestageApplicationRequest.Builder builder()
RestageApplicationRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.