@Generated(value={"Immutables.generator","_ErrorDetails"}) public final class ErrorDetails extends Object
JobEntity
response payloadsModifier 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
.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.