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