@Generated(value="org.immutables.processor.ProxyProcessor") 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
|
List<Warning> |
getWarnings()
Collection of warnings that occurred while processing the job.
|
int |
hashCode()
Computes a hash code from attributes:
createdAt, id, links, updatedAt, errors, operation, state, warnings. |
String |
toString()
Prints the immutable value
GetJobResponse with attribute values. |
public String getCreatedAt()
getCreatedAt in class Resourcepublic String getUpdatedAt()
getUpdatedAt in class Resourcepublic List<Error> getErrors()
public String getOperation()
getOperation in class Jobpublic List<Warning> getWarnings()
getWarnings in class Jobpublic boolean equals(Object another)
GetJobResponse that have equal attribute values.public int hashCode()
createdAt, id, links, updatedAt, errors, operation, state, warnings.public String toString()
GetJobResponse with attribute values.public static GetJobResponse.Builder builder()
GetJobResponse.
GetJobResponse.builder()
.createdAt(String) // required createdAt
.id(String) // required id
.link|putAllLinks(String => Link) // links mappings
.updatedAt(String | null) // nullable updatedAt
.error|addAllErrors(org.cloudfoundry.client.v3.Error) // errors elements
.operation(String) // required operation
.state(org.cloudfoundry.client.v3.jobs.JobState) // required state
.warning|addAllWarnings(Warning) // warnings elements
.build();
Copyright © 2020. All rights reserved.