@Generated(value={"Immutables.generator","_CancelApplicationTaskResponse"}) public final class CancelApplicationTaskResponse extends Task
| Modifier and Type | Class and Description |
|---|---|
static class |
CancelApplicationTaskResponse.Builder
Builds instances of type
CancelApplicationTaskResponse. |
| Modifier and Type | Method and Description |
|---|---|
static CancelApplicationTaskResponse.Builder |
builder()
Creates a builder for
CancelApplicationTaskResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
CancelApplicationTaskResponse that have equal attribute values. |
String |
getCommand()
The command
|
String |
getCreatedAt()
The created at
|
Map<String,String> |
getEnvironmentVariables()
The environment variables
|
String |
getId()
The id
|
Map<String,Link> |
getLinks()
The links
|
Integer |
getMemoryInMb()
The memory in megabytes=
|
String |
getName()
The tasks name
|
Result |
getResult()
The task result
|
State |
getState()
The task state
|
String |
getUpdatedAt()
The updated at
|
int |
hashCode()
Computes a hash code from attributes:
command, createdAt, environmentVariables, id, links, memoryInMb, name, result, state, updatedAt. |
String |
toString()
Prints the immutable value
CancelApplicationTaskResponse with attribute values. |
public String getCommand()
getCommand in class Taskpublic String getCreatedAt()
getCreatedAt in class Taskpublic Map<String,String> getEnvironmentVariables()
getEnvironmentVariables in class Taskpublic Integer getMemoryInMb()
getMemoryInMb in class Taskpublic String getUpdatedAt()
getUpdatedAt in class Taskpublic boolean equals(Object another)
CancelApplicationTaskResponse that have equal attribute values.public int hashCode()
command, createdAt, environmentVariables, id, links, memoryInMb, name, result, state, updatedAt.public String toString()
CancelApplicationTaskResponse with attribute values.public static CancelApplicationTaskResponse.Builder builder()
CancelApplicationTaskResponse.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.