@Generated(value={"Immutables.generator","_StartApplicationRequest"}) public final class StartApplicationRequest extends Object
_StartApplicationRequest
.
Use the builder to create immutable instances:
StartApplicationRequest.builder()
.
Modifier and Type | Class and Description |
---|---|
static class |
StartApplicationRequest.Builder
Builds instances of type
StartApplicationRequest . |
Modifier and Type | Method and Description |
---|---|
static StartApplicationRequest.Builder |
builder()
Creates a builder for
StartApplicationRequest . |
boolean |
equals(Object another)
This instance is equal to all instances of
StartApplicationRequest 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
StartApplicationRequest with attribute values. |
public String getName()
public Duration getStagingTimeout()
public Duration getStartupTimeout()
public boolean equals(Object another)
StartApplicationRequest
that have equal attribute values.public int hashCode()
name
, stagingTimeout
, startupTimeout
.public String toString()
StartApplicationRequest
with attribute values.public static StartApplicationRequest.Builder builder()
StartApplicationRequest
.Copyright © 2016 Pivotal Software, Inc.. All rights reserved.