T - The data type of the inconsistent property.public class ApiConfigInconsistency<T>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ApiConfigInconsistency.ListBuilder<T>
Builder to build a list of inconsistency objects.
|
| Constructor and Description |
|---|
ApiConfigInconsistency(java.lang.String propertyName,
T value1,
T value2) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
java.lang.String |
getPropertyName() |
T |
getValue1() |
T |
getValue2() |
int |
hashCode() |
static <T> ApiConfigInconsistency.ListBuilder<T> |
listBuilder() |
java.lang.String |
toString() |
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String getPropertyName()
public T getValue1()
public T getValue2()
public static <T> ApiConfigInconsistency.ListBuilder<T> listBuilder()