@Generated(value="org.immutables.processor.ProxyProcessor") public final class ErrorDetails extends Object
JobEntity response payloads| Modifier and Type | Class and Description |
|---|---|
static class |
ErrorDetails.Builder
Builds instances of type
ErrorDetails. |
| Modifier and Type | Method and Description |
|---|---|
static ErrorDetails.Builder |
builder()
Creates a builder for
ErrorDetails. |
boolean |
equals(Object another)
This instance is equal to all instances of
ErrorDetails that have equal attribute values. |
Integer |
getCode()
The code
|
String |
getDescription()
The description
|
String |
getErrorCode()
The error code
|
int |
hashCode()
Computes a hash code from attributes:
code, description, errorCode. |
String |
toString()
Prints the immutable value
ErrorDetails with attribute values. |
public Integer getCode()
public String getDescription()
public String getErrorCode()
public boolean equals(Object another)
ErrorDetails that have equal attribute values.public int hashCode()
code, description, errorCode.public String toString()
ErrorDetails with attribute values.public static ErrorDetails.Builder builder()
ErrorDetails.
ErrorDetails.builder()
.code(Integer | null) // nullable code
.description(String | null) // nullable description
.errorCode(String | null) // nullable errorCode
.build();
Copyright © 2020. All rights reserved.