Package oracle.iam.reconciliation.api
Class ReconciliationResult
java.lang.Object
oracle.iam.reconciliation.api.ReconciliationResult
- All Implemented Interfaces:
Serializable
ReconciliationResult is used to return either a long type Event key or exception if recon is not able to create event.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReconciliationResult
(ArrayList<FailedInputData> failedResult, ArrayList<Serializable> successResult) -
Method Summary
Modifier and TypeMethodDescriptionArrayList<? extends Serializable>
Deprecated.Contains the batch key of java.lang.Long type in List.
-
Constructor Details
-
ReconciliationResult
public ReconciliationResult(ArrayList<FailedInputData> failedResult, ArrayList<Serializable> successResult)
-
-
Method Details
-
getFailedResult
-
getSuccessResult
Contains the batch key of java.lang.Long type in List. -
getResult
Deprecated.Contains the batch key of java.lang.Long type and aFailedInputData
type object in List.
-