@Generated(value={"Immutables.generator","_PushApplicationRequest"}) public final class PushApplicationRequest extends Object
_PushApplicationRequest
.
Use the builder to create immutable instances:
PushApplicationRequest.builder()
.
Modifier and Type | Class and Description |
---|---|
static class |
PushApplicationRequest.Builder
Builds instances of type
PushApplicationRequest . |
Modifier and Type | Method and Description |
---|---|
static PushApplicationRequest.Builder |
builder()
Creates a builder for
PushApplicationRequest . |
boolean |
equals(Object another)
This instance is equal to all instances of
PushApplicationRequest that have equal attribute values. |
InputStream |
getApplication()
The bits for the application
|
String |
getBuildpack()
The buildpack for the application
|
String |
getCommand()
The custom start command for the application
|
Integer |
getDiskQuota()
The disk quota for the application
|
String |
getDockerImage()
The Docker image for the application
|
String |
getDomain()
The domain for the application
|
ApplicationHealthCheck |
getHealthCheckType()
The health check type for the application
|
String |
getHost()
The host for the application
|
Integer |
getInstances()
The number of instances for the application
|
Integer |
getMemory()
The memory in MB for the application
|
String |
getName()
The name for the application
|
Boolean |
getNoHostname()
Map the root domain to the application
|
Boolean |
getNoRoute()
Do not create a route for the application
|
Boolean |
getNoStart()
Do not start the application after pushing
|
String |
getPath()
The path for the application
|
Boolean |
getRandomRoute()
Use a random route for the application
|
String |
getRoutePath()
The route path for the application
|
String |
getStack()
The stack for the application
|
Duration |
getStagingTimeout()
How long to wait for staging
|
Duration |
getStartupTimeout()
How long to wait for startup
|
Integer |
getTimeout()
The health check timeout
|
int |
hashCode()
Computes a hash code from attributes:
application , buildpack , command , diskQuota , dockerImage , domain , healthCheckType , host , instances , memory , name , noHostname , noRoute , noStart , path , randomRoute , routePath , stack , stagingTimeout , startupTimeout , timeout . |
String |
toString()
Prints the immutable value
PushApplicationRequest with attribute values. |
public InputStream getApplication()
public String getBuildpack()
public String getCommand()
public Integer getDiskQuota()
public String getDockerImage()
public String getDomain()
public ApplicationHealthCheck getHealthCheckType()
public String getHost()
public Integer getInstances()
public Integer getMemory()
public String getName()
public Boolean getNoHostname()
public Boolean getNoRoute()
public Boolean getNoStart()
public String getPath()
public Boolean getRandomRoute()
public String getRoutePath()
public String getStack()
public Duration getStagingTimeout()
public Duration getStartupTimeout()
public Integer getTimeout()
public boolean equals(Object another)
PushApplicationRequest
that have equal attribute values.public int hashCode()
application
, buildpack
, command
, diskQuota
, dockerImage
, domain
, healthCheckType
, host
, instances
, memory
, name
, noHostname
, noRoute
, noStart
, path
, randomRoute
, routePath
, stack
, stagingTimeout
, startupTimeout
, timeout
.public String toString()
PushApplicationRequest
with attribute values.public static PushApplicationRequest.Builder builder()
PushApplicationRequest
.Copyright © 2016 Pivotal Software, Inc.. All rights reserved.