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