@Generated(value="org.immutables.processor.ProxyProcessor") public final class JobEntity extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JobEntity.Builder
Builds instances of type
JobEntity. |
| Modifier and Type | Method and Description |
|---|---|
static JobEntity.Builder |
builder()
Creates a builder for
JobEntity. |
boolean |
equals(Object another)
This instance is equal to all instances of
JobEntity that have equal attribute values. |
String |
getError()
The error
|
ErrorDetails |
getErrorDetails()
The error details
|
String |
getId()
The id
|
String |
getStatus()
The status
|
int |
hashCode()
Computes a hash code from attributes:
error, errorDetails, id, status. |
String |
toString()
Prints the immutable value
JobEntity with attribute values. |
public String getError()
public ErrorDetails getErrorDetails()
public String getId()
public String getStatus()
public boolean equals(Object another)
JobEntity that have equal attribute values.public int hashCode()
error, errorDetails, id, status.public String toString()
JobEntity with attribute values.public static JobEntity.Builder builder()
JobEntity.
JobEntity.builder()
.error(String | null) // nullable error
.errorDetails(org.cloudfoundry.client.v2.jobs.ErrorDetails | null) // nullable errorDetails
.id(String) // required id
.status(String) // required status
.build();
Copyright © 2020. All rights reserved.