@Generated(value={"Immutables.generator","_ScaleProcessResponse"}) public final class ScaleProcessResponse extends Process
Modifier and Type | Class and Description |
---|---|
static class |
ScaleProcessResponse.Builder
Builds instances of type
ScaleProcessResponse . |
Modifier and Type | Method and Description |
---|---|
static ScaleProcessResponse.Builder |
builder()
Creates a builder for
ScaleProcessResponse . |
boolean |
equals(Object another)
This instance is equal to all instances of
ScaleProcessResponse that have equal attribute values. |
String |
getCommand()
The command
|
String |
getCreatedAt()
When the resource was created
|
Integer |
getDiskInMb()
The disk in megabytes
|
HealthCheck |
getHealthCheck()
The health check
|
String |
getId()
The resource's id
|
Integer |
getInstances()
The instances
|
Map<String,Link> |
getLinks()
Links to related resources and actions for the resource
|
Integer |
getMemoryInMb()
The memory in megabytes
|
String |
getType()
The type
|
String |
getUpdatedAt()
When the resource was last updated
|
int |
hashCode()
Computes a hash code from attributes:
type , command , instances , memoryInMb , diskInMb , healthCheck , createdAt , id , links , updatedAt . |
String |
toString()
Prints the immutable value
ScaleProcessResponse with attribute values. |
public String getCommand()
getCommand
in class Process
public Integer getInstances()
getInstances
in class Process
public Integer getMemoryInMb()
getMemoryInMb
in class Process
public Integer getDiskInMb()
getDiskInMb
in class Process
public HealthCheck getHealthCheck()
getHealthCheck
in class Process
public String getCreatedAt()
getCreatedAt
in class Resource
public String getUpdatedAt()
getUpdatedAt
in class Resource
public boolean equals(Object another)
ScaleProcessResponse
that have equal attribute values.public int hashCode()
type
, command
, instances
, memoryInMb
, diskInMb
, healthCheck
, createdAt
, id
, links
, updatedAt
.public String toString()
ScaleProcessResponse
with attribute values.public static ScaleProcessResponse.Builder builder()
ScaleProcessResponse
.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.