public class Confirmation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.util.List |
AVAILABLE_CONFIRMATIONS
List of all confirmation types.
|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
static Confirmation |
FAILURE
Confirmation of failure
|
static Confirmation |
PARTIAL_SUCCESS
Confirmation of partial success
|
static Confirmation |
SUCCESS
Confirmation of success
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that)
Make sure comparison is done at object reference level, and no subclass can change it
|
int |
hashCode()
Make sure hashCode is compatible with the
this.equals(Object that). |
java.lang.String |
toString() |
public static final java.lang.String COPYRIGHT
public static final Confirmation SUCCESS
public static final Confirmation FAILURE
public static final Confirmation PARTIAL_SUCCESS
public static final java.util.List AVAILABLE_CONFIRMATIONS
public java.lang.String toString()
toString in class java.lang.Objectpublic final boolean equals(java.lang.Object that)
equals in class java.lang.Objectthat - the object to be compared withpublic final int hashCode()
this.equals(Object that).hashCode in class java.lang.Object