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