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