@Generated(value={"Immutables.generator","_GetJobResponse"}) public final class GetJobResponse extends Job
Modifier and Type | Class and Description |
---|---|
static class |
GetJobResponse.Builder
Builds instances of type
GetJobResponse . |
Modifier and Type | Method and Description |
---|---|
static GetJobResponse.Builder |
builder()
Creates a builder for
GetJobResponse . |
boolean |
equals(Object another)
This instance is equal to all instances of
GetJobResponse that have equal attribute values. |
String |
getCreatedAt()
When the resource was created
|
List<Error> |
getErrors()
Collection of errors that occurred while processing the job.
|
String |
getId()
The resource's id
|
Map<String,Link> |
getLinks()
Links to related resources and actions for the resource
|
String |
getOperation()
Current desired operation of the job
|
JobState |
getState()
State of the job
|
String |
getUpdatedAt()
When the resource was last updated
|
int |
hashCode()
Computes a hash code from attributes:
errors , operation , state , createdAt , id , links , updatedAt . |
String |
toString()
Prints the immutable value
GetJobResponse with attribute values. |
public List<Error> getErrors()
public String getOperation()
getOperation
in class Job
public String getCreatedAt()
getCreatedAt
in class Resource
public String getUpdatedAt()
getUpdatedAt
in class Resource
public boolean equals(Object another)
GetJobResponse
that have equal attribute values.public int hashCode()
errors
, operation
, state
, createdAt
, id
, links
, updatedAt
.public String toString()
GetJobResponse
with attribute values.public static GetJobResponse.Builder builder()
GetJobResponse
.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.