@Generated(value="org.immutables.processor.ProxyProcessor") public final class RestartApplicationRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RestartApplicationRequest.Builder
Builds instances of type
RestartApplicationRequest. |
| Modifier and Type | Method and Description |
|---|---|
static RestartApplicationRequest.Builder |
builder()
Creates a builder for
RestartApplicationRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
RestartApplicationRequest 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
RestartApplicationRequest with attribute values. |
public String getName()
public Duration getStagingTimeout()
public Duration getStartupTimeout()
public boolean equals(Object another)
RestartApplicationRequest that have equal attribute values.public int hashCode()
name, stagingTimeout, startupTimeout.public String toString()
RestartApplicationRequest with attribute values.public static RestartApplicationRequest.Builder builder()
RestartApplicationRequest.Copyright © 2018. All rights reserved.