public class EDPEditResults
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static int |
FAILURE
Same as above, but enumerated
|
static int |
PENDING
Same as above, but enumerated
|
static java.lang.String |
STATUS_FAILURE
Request has failed.
|
static java.lang.String |
STATUS_PENDING
Request has finalized but at least one payment action returned a pending status.
|
static java.lang.String |
STATUS_SUCCESS
Request has been successfully completed.
|
static java.lang.String |
STATUS_TIMEOUT
Request has finalized with a timeout.
|
static java.lang.String |
STATUS_UNKNOWN
Request has been successfully completed.
|
static int |
SUCCESS
Same as above, but enumerated
|
static int |
TIMEOUT
Same as above, but enumerated
|
static int |
UNKNOWN
Same as above, but enumerated
|
Constructor and Description |
---|
EDPEditResults() |
Modifier and Type | Method and Description |
---|---|
EDPResults |
getEdpResults()
This method returns the results of Payment Rules edit operation.
|
int |
getOverallStatus() |
java.util.ArrayList |
getPIChangesList()
This method returns the list of payment instruction changes.
|
java.util.Map |
getPiFailuresMap()
This method returns the Map of Payment Instruction edit failure.
|
void |
setEdpResults(EDPResults results)
This method sets the results of Payment Rules edit operation.
|
void |
setOverallStatus(int overallStatus) |
void |
setPIChangesList(java.util.ArrayList list)
This method sets the list of payment instruction changes.
|
java.lang.String |
toString()
This method returns a readable form of the EDPEditResults object.
|
public static final java.lang.String STATUS_UNKNOWN
public static final int UNKNOWN
public static final java.lang.String STATUS_SUCCESS
public static final int SUCCESS
public static final java.lang.String STATUS_PENDING
public static final int PENDING
public static final java.lang.String STATUS_TIMEOUT
public static final int TIMEOUT
public static final java.lang.String STATUS_FAILURE
public static final int FAILURE
public java.util.ArrayList getPIChangesList()
public void setPIChangesList(java.util.ArrayList list)
list
- The list of payment instruction changespublic EDPResults getEdpResults()
public void setEdpResults(EDPResults results)
results
- The results of Payment Rules operationpublic void setOverallStatus(int overallStatus)
overallStatus
- The overall status of Payment Rules operationEDPResults.setOverallStatus(int)
public int getOverallStatus()
EDPResults.getOverallStatus()
public java.util.Map getPiFailuresMap()
public java.lang.String toString()
This method returns a readable form of the EDPEditResults object.
Warning: not localized, for debugging purposes only!toString
in class java.lang.Object
EDPStatus
object.